aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/help.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/ftplugin/help.vim')
-rw-r--r--vim/after/ftplugin/help.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/after/ftplugin/help.vim b/vim/after/ftplugin/help.vim
index 71ad3a8d..ae032344 100644
--- a/vim/after/ftplugin/help.vim
+++ b/vim/after/ftplugin/help.vim
@@ -1,8 +1,3 @@
-" Extra configuration for Vim help files
-if &filetype !=# 'help' || v:version < 700
- finish
-endif
-
" This variable had the wrong name before Vim 7.1
if v:version == 700 && exists('b:undo_plugin')
let b:undo_ftplugin = b:undo_plugin