diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-04-25 19:07:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-04-25 19:07:41 +0200 |
commit | d38b055ab81f194d50790b21c627beed62983d46 (patch) | |
tree | fdb2929bf26b347a67e07868234c7c32e44f2405 /runtime/ftplugin/postscr.vim | |
parent | 7f51a82c1b340c0442690ab2d4408d74c97d696a (diff) | |
download | vim-git-d38b055ab81f194d50790b21c627beed62983d46.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/ftplugin/postscr.vim')
-rw-r--r-- | runtime/ftplugin/postscr.vim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/ftplugin/postscr.vim b/runtime/ftplugin/postscr.vim index f7c96a24e..505f08f86 100644 --- a/runtime/ftplugin/postscr.vim +++ b/runtime/ftplugin/postscr.vim @@ -1,7 +1,7 @@ " Vim filetype plugin file " Language: PostScript " Maintainer: Mike Williams <mrw@eandem.co.uk> -" Last Change: 16th January 2012 +" Last Change: 24th April 2012 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") @@ -33,3 +33,6 @@ endif let &cpo = s:cpo_save unlet s:cpo_save + +let b:undo_ftplugin = "setlocal comments< formatoptions<" + \ . "| unlet! b:browsefiler b:match_ignorecase b:match_words" |