a try to set open file filter to *.*
This commit is contained in:
@@ -250,7 +250,12 @@ if has("gui_running")
|
|||||||
\endif <CR>
|
\endif <CR>
|
||||||
|
|
||||||
" Open file in a new tab.
|
" Open file in a new tab.
|
||||||
map <silent> <C-F3> :browse tabnew %:p:h<CR>
|
if has("browsefilter")
|
||||||
|
let g:browsefilter = "All Files (*.*)\t*\n"
|
||||||
|
endif
|
||||||
|
"if has("browse")
|
||||||
|
map <silent> <C-F3> :browse tabnew %:p:h<CR>
|
||||||
|
"endif
|
||||||
|
|
||||||
else
|
else
|
||||||
colors vahagn_black_terminal
|
colors vahagn_black_terminal
|
||||||
|
|||||||
Reference in New Issue
Block a user