diff --git a/autoload/nerdcommenter.vim b/autoload/nerdcommenter.vim index 02d9e90..85ca1ad 100644 --- a/autoload/nerdcommenter.vim +++ b/autoload/nerdcommenter.vim @@ -3071,7 +3071,7 @@ nnoremap NERDCommenterAltDelims :call SwitchToAlternativeDelimiters(1 " This is a workaround to enable lazy-loading from supported plugin managers: " See https://github.com/scrooloose/nerdcommenter/issues/176 -if !has('vim_starting') && &filetype != "" +if !has('vim_starting') call s:SetUpForNewFiletype(&filetype, 1) endif