diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-04 22:49:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-04 22:49:24 +0000 |
commit | 0dc065ee7c3bd51e5df3926700e409ae74cdfecf (patch) | |
tree | 3e2f974603cbba12d3f1dcebf493e7ff2bf54d7f /runtime/ftplugin/gpg.vim | |
parent | 7d1f5dbc0a254d7524b3f985f2440bf89e037355 (diff) | |
download | vim-0dc065ee7c3bd51e5df3926700e409ae74cdfecf.zip |
updated for version 7.0102
Diffstat (limited to 'runtime/ftplugin/gpg.vim')
-rw-r--r-- | runtime/ftplugin/gpg.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/ftplugin/gpg.vim b/runtime/ftplugin/gpg.vim index a3f7b2689..b68424451 100644 --- a/runtime/ftplugin/gpg.vim +++ b/runtime/ftplugin/gpg.vim @@ -1,13 +1,13 @@ " Vim filetype plugin file " Language: gpg(1) configuration file " Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se> -" Latest Revision: 2005-06-29 +" Latest Revision: 2005-07-04 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 -let b:undo_ftplugin = "setl com< cms<" +let b:undo_ftplugin = "setl com< cms< fo<" -setlocal comments=:# commentstring=#\ %s +setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql |