From fb6211451e0aa64e36ba309934746c12f9ebd869 Mon Sep 17 00:00:00 2001 From: Geroge Hunt Date: Sat, 26 Feb 2011 20:19:01 +0000 Subject: create initial snapshot --- (limited to 'vim73/ftplugin/dictconf.vim') diff --git a/vim73/ftplugin/dictconf.vim b/vim73/ftplugin/dictconf.vim new file mode 100644 index 0000000..659046c --- /dev/null +++ b/vim73/ftplugin/dictconf.vim @@ -0,0 +1,19 @@ +" Vim filetype plugin file +" Language: dict(1) configuration file +" Maintainer: Nikolai Weibull +" Latest Revision: 2008-07-09 + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +let s:cpo_save = &cpo +set cpo&vim + +let b:undo_ftplugin = "setl com< cms< fo<" + +setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql + +let &cpo = s:cpo_save +unlet s:cpo_save -- cgit v0.9.1