commit | ddbb5550b4d77371ee990b7b2e2565b6cc64b8c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 26 20:17:03 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 26 20:17:03 2012 +0200 |
tree | 3f96dfccb618c4e4b5ea0cc4276a7bf169097dcc | |
parent | d38b055ab81f194d50790b21c627beed62983d46 [diff] [blame] |
Updated runtime files, include fixes for line continuation.
diff --git a/runtime/ftplugin/postscr.vim b/runtime/ftplugin/postscr.vim index 505f08f..3bdd2e6 100644 --- a/runtime/ftplugin/postscr.vim +++ b/runtime/ftplugin/postscr.vim
@@ -31,8 +31,8 @@ \ "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