mirror of
https://github.com/vim/vim.git
synced 2026-05-04 01:16:06 +02:00
updated for version 7.0007
This commit is contained in:
@@ -17,5 +17,5 @@ setlocal formatoptions-=t formatoptions+=rol
|
||||
|
||||
" Define patterns for the browse file filter
|
||||
if has("gui_win32") && !exists("b:browsefilter")
|
||||
let b:browsefilter = "DOS Batch Files (*.bat, *.cmd)\t*.bat;*.cmd\nAll Files (*.*)\t*.*\n"
|
||||
let b:browsefilter = "DOS Batch Files (*.bat, *.btm, *.cmd)\t*.bat;*.btm;*.cmd\nAll Files (*.*)\t*.*\n"
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user