summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/eruby.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/eruby.vim
parent7c578d3c3f501c0dd86c48aad6816a6ce6e3fc77 (diff)
Updated runtime files. Add Dutch translations.
Diffstat (limited to 'runtime/ftplugin/eruby.vim')
-rw-r--r--runtime/ftplugin/eruby.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/ftplugin/eruby.vim b/runtime/ftplugin/eruby.vim
index 7c19a09aa3..870f45e07d 100644
--- a/runtime/ftplugin/eruby.vim
+++ b/runtime/ftplugin/eruby.vim
@@ -1,7 +1,7 @@
" Vim filetype plugin
" Language: eRuby
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
-" Last Change: 2010 Apr 15
+" Last Change: 2012 Mar 11
" URL: http://vim-ruby.rubyforge.org
" Anon CVS: See above site
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
@@ -100,5 +100,6 @@ let b:undo_ftplugin = "setl cms< "
\ " | unlet! b:browsefilter b:match_words | " . s:undo_ftplugin
let &cpo = s:save_cpo
+unlet s:save_cpo
" vim: nowrap sw=2 sts=2 ts=8: