commit | e37d50a5def1c0ff162392cd3f017059c458650c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 06 17:06:04 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 06 17:06:04 2008 +0000 |
tree | e7d1e2b17976b130d1283d33b091baf30cfc5d2c | |
parent | da40c8536c2b7bdbd1d192ee1aa3045e2119675e [diff] [blame] |
updated for version 7.2c-000
diff --git a/runtime/ftplugin/muttrc.vim b/runtime/ftplugin/muttrc.vim index 18b06d8..a109e5d 100644 --- a/runtime/ftplugin/muttrc.vim +++ b/runtime/ftplugin/muttrc.vim
@@ -8,9 +8,15 @@ endif let b:did_ftplugin = 1 +let s:cpo_save = &cpo +set cpo&vim + let b:undo_ftplugin = "setl com< cms< inc< fo<" setlocal comments=:# commentstring=#\ %s setlocal formatoptions-=t formatoptions+=croql let &l:include = '^\s*source\>' + +let &cpo = s:cpo_save +unlet s:cpo_save