a try to set open file filter to *.*

This commit is contained in:
Vahagn Khachatryan
2015-03-03 11:53:41 +04:00
parent df83c400ee
commit 89e13ea866

View File

@@ -250,7 +250,12 @@ if has("gui_running")
\endif <CR> \endif <CR>
" Open file in a new tab. " Open file in a new tab.
if has("browsefilter")
let g:browsefilter = "All Files (*.*)\t*\n"
endif
"if has("browse")
map <silent> <C-F3> :browse tabnew %:p:h<CR> map <silent> <C-F3> :browse tabnew %:p:h<CR>
"endif
else else
colors vahagn_black_terminal colors vahagn_black_terminal