autoload scripts don't need loading guards, and Vim7 is implied

This commit is contained in:
Andy Wokula
2016-12-18 17:32:45 +01:00
parent 3ebd9b56ff
commit f5571fd82f

View File

@@ -14,14 +14,7 @@
" ============================================================================
" Section: script init stuff {{{1
if exists("loaded_nerd_comments")
finish
endif
if v:version < 700
echoerr "NERDCommenter: this plugin requires vim >= 7. DOWNLOAD IT! You'll thank me later!"
finish
endif
let loaded_nerd_comments = 1
let nerdcommenter#loaded = 1
" Function: s:InitVariable() function {{{2
" This function is used to initialise a given variable to a given value. The