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/tex.vim | |
parent | 7c578d3c3f501c0dd86c48aad6816a6ce6e3fc77 (diff) | |
download | vim-84f7235bdbcc58876869ba8047530ef60443061a.zip |
Updated runtime files. Add Dutch translations.
Diffstat (limited to 'runtime/ftplugin/tex.vim')
-rw-r--r-- | runtime/ftplugin/tex.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ftplugin/tex.vim b/runtime/ftplugin/tex.vim index 408992743..11470012f 100644 --- a/runtime/ftplugin/tex.vim +++ b/runtime/ftplugin/tex.vim @@ -41,5 +41,6 @@ if exists("loaded_matchit") endif " exists("loaded_matchit") let &cpo = s:save_cpo +unlet s:save_cpo " vim:sts=2:sw=2: |