diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-04-26 20:17:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-04-26 20:17:03 +0200 |
commit | ddbb5550b4d77371ee990b7b2e2565b6cc64b8c6 (patch) | |
tree | 3f96dfccb618c4e4b5ea0cc4276a7bf169097dcc /runtime/ftplugin/postscr.vim | |
parent | d38b055ab81f194d50790b21c627beed62983d46 (diff) | |
download | vim-git-ddbb5550b4d77371ee990b7b2e2565b6cc64b8c6.tar.gz |
Updated runtime files, include fixes for line continuation.
Diffstat (limited to 'runtime/ftplugin/postscr.vim')
-rw-r--r-- | runtime/ftplugin/postscr.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/ftplugin/postscr.vim b/runtime/ftplugin/postscr.vim index 505f08f86..3bdd2e6ff 100644 --- a/runtime/ftplugin/postscr.vim +++ b/runtime/ftplugin/postscr.vim @@ -31,8 +31,8 @@ if has("gui_win32") && !exists("b:browsefilter") \ "All Files (*.*)\t*.*\n" 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" + +let &cpo = s:cpo_save +unlet s:cpo_save |