Mercurial > hg > RemoteEditor > vim7
diff runtime/ftplugin/dictconf.vim @ 34:e170173ecb68 current-release
before ack base protocol.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 26 Nov 2008 15:02:10 +0900 |
parents | 76efa0be13f1 |
children |
line wrap: on
line diff
--- a/runtime/ftplugin/dictconf.vim Mon Nov 10 01:13:56 2008 +0000 +++ b/runtime/ftplugin/dictconf.vim Wed Nov 26 15:02:10 2008 +0900 @@ -1,13 +1,19 @@ " Vim filetype plugin file " Language: dict(1) configuration file " Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2006-04-19 +" 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