summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/hamster.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-03-11 15:57:40 +0100
committerBram Moolenaar <Bram@vim.org>2012-03-11 15:57:40 +0100
commit84f7235bdbcc58876869ba8047530ef60443061a (patch)
tree5092ec85f621ee24d84ba29eeebbbc29ce40aac4 /runtime/ftplugin/hamster.vim
parent7c578d3c3f501c0dd86c48aad6816a6ce6e3fc77 (diff)
Updated runtime files. Add Dutch translations.
Diffstat (limited to 'runtime/ftplugin/hamster.vim')
-rw-r--r--runtime/ftplugin/hamster.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/ftplugin/hamster.vim b/runtime/ftplugin/hamster.vim
index ddb40f9286..c23adc4232 100644
--- a/runtime/ftplugin/hamster.vim
+++ b/runtime/ftplugin/hamster.vim
@@ -12,7 +12,7 @@ endif
" Don't load another plugin for this buffer
let b:did_ftplugin = 1
-let cpo_save = &cpo
+let s:cpo_save = &cpo
set cpo-=C
let b:undo_ftplugin = "setl fo< com< tw< commentstring<"
@@ -57,5 +57,6 @@ if exists("loaded_matchit")
endif
setlocal ignorecase
-let &cpo = cpo_save
+let &cpo = s:cpo_save
+unlet s:cpo_save
setlocal cpo+=M " makes \%( match \)