comparison runtime/ftplugin/lprolog.vim @ 659:d6a69271cb9a v7.0194

updated for version 7.0194
author vimboss
date Wed, 08 Feb 2006 09:20:24 +0000
parents 4ac1dce8dd5e
children 02939ae3aaca
comparison
equal deleted inserted replaced
658:903088c7a7c6 659:d6a69271cb9a
1 " Vim settings file 1 " Vim settings file
2 " Language: LambdaProlog (Teyjus) 2 " Language: LambdaProlog (Teyjus)
3 " Maintainer: Markus Mottl <markus@oefai.at> 3 " Maintainer: Markus Mottl <markus.mottl@gmail.com>
4 " URL: http://www.oefai.at/~markus/vim/ftplugin/lprolog.vim 4 " URL: http://www.ocaml.info/vim/ftplugin/lprolog.vim
5 " Last Change: 2001 Oct 02 - fixed uncommenting bug (MM) 5 " Last Change: 2006 Feb 05
6 " 2001 Sep 16 - fixed 'no_mail_maps'-bug (MM) 6 " 2001 Sep 16 - fixed 'no_mail_maps'-bug (MM)
7 " 2001 Sep 02 - initial release (MM) 7 " 2001 Sep 02 - initial release (MM)
8 8
9 " Only do these settings when not done yet for this buffer 9 " Only do these settings when not done yet for this buffer
10 if exists("b:did_ftplugin") 10 if exists("b:did_ftplugin")