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/ant.vim | |
parent | 7c578d3c3f501c0dd86c48aad6816a6ce6e3fc77 (diff) | |
download | vim-84f7235bdbcc58876869ba8047530ef60443061a.zip |
Updated runtime files. Add Dutch translations.
Diffstat (limited to 'runtime/ftplugin/ant.vim')
-rw-r--r-- | runtime/ftplugin/ant.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ftplugin/ant.vim b/runtime/ftplugin/ant.vim index 648fca1be..590585889 100644 --- a/runtime/ftplugin/ant.vim +++ b/runtime/ftplugin/ant.vim @@ -41,3 +41,4 @@ let b:undo_ftplugin = "unlet! b:browsefilter | " . s:undo_ftplugin " Restore the saved compatibility options. let &cpo = s:save_cpo +unlet s:save_cpo |