diff --git a/autoload/nerdcommenter.vim b/autoload/nerdcommenter.vim index 07cc7b1..1f958b9 100644 --- a/autoload/nerdcommenter.vim +++ b/autoload/nerdcommenter.vim @@ -2992,7 +2992,7 @@ function! s:CreateMaps(modes, target, desc, combo) let plug_end = '", "' . a:target . '")' " Build up a menu command like " 'menu comment.Comment\\cc NERDCommenterComment' - let menuRoot = get(['', 'comment', '&comment', '&Plugin.&comment'], + let menuRoot = get(['', 'comment', '&comment', '&Plugin.&comment', '&Plugin.Nerd\ &Commenter'], \ g:NERDMenuMode, '') let menu_command = 'menu ' . menuRoot . '.' . escape(a:desc, ' ') if strlen(a:combo)