" Vim filetype plugin file " " " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Don't load another plugin for this buffer let b:did_ftplugin = 1 " Win32 can filter files in the browse dialog if has("gui_win32") && !exists("b:browsefilter") let b:browsefilter = "Gedcom Files (*.ged)\t*.ged\n" . \ "All Files (*.*)\t*.*\n" endif