aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/zimbu.vim
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2014-12-09 22:48:34 -0500
committerMichael Reed <m.reed@mykolab.com>2014-12-19 15:28:49 -0500
commit6f50fd6c35234313e2423cc0ac45223fcea58ba9 (patch)
treec1f9aef00f6e2032a64408f880ba2256fd722a5b /runtime/ftplugin/zimbu.vim
parent189427efd7b905c00f155f5f9ce5123eca599e44 (diff)
downloadrneovim-6f50fd6c35234313e2423cc0ac45223fcea58ba9.tar.gz
rneovim-6f50fd6c35234313e2423cc0ac45223fcea58ba9.tar.bz2
rneovim-6f50fd6c35234313e2423cc0ac45223fcea58ba9.zip
Remove VMS remnants
Diffstat (limited to 'runtime/ftplugin/zimbu.vim')
-rw-r--r--runtime/ftplugin/zimbu.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ftplugin/zimbu.vim b/runtime/ftplugin/zimbu.vim
index ff281202e0..558aea7df0 100644
--- a/runtime/ftplugin/zimbu.vim
+++ b/runtime/ftplugin/zimbu.vim
@@ -15,7 +15,7 @@ let b:did_ftplugin = 1
let s:cpo_save = &cpo
set cpo-=C
-let b:undo_ftplugin = "setl fo< com< ofu< efm< tw< et< sts< sw< | if has('vms') | setl isk< | endif"
+let b:undo_ftplugin = "setl fo< com< ofu< efm< tw< et< sts< sw<"
" Set 'formatoptions' to break comment lines but not other lines,
" and insert the comment leader when hitting <CR> or using "o".