diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-03-11 15:57:40 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-03-11 15:57:40 +0100 |
commit | 84f7235bdbcc58876869ba8047530ef60443061a (patch) | |
tree | 5092ec85f621ee24d84ba29eeebbbc29ce40aac4 /runtime/ftplugin/tcl.vim | |
parent | 7c578d3c3f501c0dd86c48aad6816a6ce6e3fc77 (diff) | |
download | vim-84f7235bdbcc58876869ba8047530ef60443061a.zip |
Updated runtime files. Add Dutch translations.
Diffstat (limited to 'runtime/ftplugin/tcl.vim')
-rw-r--r-- | runtime/ftplugin/tcl.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ftplugin/tcl.vim b/runtime/ftplugin/tcl.vim index c5bc3033e..1cc24d341 100644 --- a/runtime/ftplugin/tcl.vim +++ b/runtime/ftplugin/tcl.vim @@ -32,5 +32,6 @@ let b:undo_ftplugin = "setlocal fo< com< cms< inc< inex< def< isf< kp<" . " Restore the saved compatibility options. let &cpo = s:cpo_save +unlet s:cpo_save " vim: set et ts=4 sw=4 tw=78: |