summaryrefslogtreecommitdiffstats
path: root/runtime/indent/falcon.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-12-14 21:17:39 +0100
committerBram Moolenaar <Bram@vim.org>2011-12-14 21:17:39 +0100
commitf1568eca24d30d4f308e987657c53cd48d97d8fa (patch)
tree900c802d8096eca43c957c0b3c16cc36cec32e7b /runtime/indent/falcon.vim
parentf788a0610309ed9787b4e48216c7d7d4446744c5 (diff)
Update runtime files.
Diffstat (limited to 'runtime/indent/falcon.vim')
-rw-r--r--runtime/indent/falcon.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/indent/falcon.vim b/runtime/indent/falcon.vim
index 933eb6130d..41f8f34705 100644
--- a/runtime/indent/falcon.vim
+++ b/runtime/indent/falcon.vim
@@ -153,4 +153,7 @@ function FalconGetIndent()
return ind + chg
endfunction
+let &cpo = s:cpo_save
+unlet s:cpo_save
+
" vim: set sw=4 sts=4 et tw=80 :