commit | f1568eca24d30d4f308e987657c53cd48d97d8fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 21:17:39 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 21:17:39 2011 +0100 |
tree | 900c802d8096eca43c957c0b3c16cc36cec32e7b | |
parent | f788a0610309ed9787b4e48216c7d7d4446744c5 [diff] [blame] |
Update runtime files.
diff --git a/runtime/indent/falcon.vim b/runtime/indent/falcon.vim index 933eb61..41f8f34 100644 --- a/runtime/indent/falcon.vim +++ b/runtime/indent/falcon.vim
@@ -153,4 +153,7 @@ return ind + chg endfunction +let &cpo = s:cpo_save +unlet s:cpo_save + " vim: set sw=4 sts=4 et tw=80 :