" Vim filetype plugin file " Language: LifeLines (v 3.0.61) http://lifelines.sourceforge.net " Maintainer: Patrick Texier " Location: http://www.genindre.org/vim/ftplugin/lifelines.vim " Last Change: 2007 Decembre 27. " " " 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 = "LifeLines Source Files (*.ll)\t*.ll\n" . \ "LifeLines Include Files (*.li)\t*.li\n" . \ "LifeLines Files (*.ll,*.li)\t*.ll;*.li\n" . \ "All Files (*.*)\t*.*\n" endif