| 2830 | | execute 'nmenu <silent> Plugin.NERD_com.Comment<TAB>' . escape(g:NERD_com_line_map, '\') . ' :call <SID>DoComment(0, 0, &filetype =~ g:NERD_left_align_regexp, &filetype =~ g:NERD_right_align_regexp, 0)<CR><ESC>' |
|---|
| 2831 | | execute 'vmenu <silent> Plugin.NERD_com.Comment<TAB>' . escape(g:NERD_com_line_map, '\') . ' :call <SID>DoComment(0, 1, &filetype =~ g:NERD_left_align_regexp, &filetype =~ g:NERD_right_align_regexp, &filetype =~ g:NERD_use_sexy_coms_default_regexp)<CR><ESC>' |
|---|
| 2832 | | |
|---|
| 2833 | | execute 'nmenu <silent> Plugin.NERD_com.Comment\ Nested<TAB>' . escape(g:NERD_com_line_nest_map, '\') . ' :call <SID>DoComment(1, 0, &filetype =~ g:NERD_left_align_regexp, &filetype =~ g:NERD_right_align_regexp, 0)<CR><ESC>' |
|---|
| 2834 | | execute 'vmenu <silent> Plugin.NERD_com.Comment\ Nested<TAB>' . escape(g:NERD_com_line_nest_map, '\') . ' :call <SID>DoComment(1, 1, &filetype =~ g:NERD_left_align_regexp, &filetype =~ g:NERD_right_align_regexp, 0)<CR><ESC>' |
|---|
| 2835 | | |
|---|
| 2836 | | execute 'nmenu <silent> Plugin.NERD_com.Comment\ To\ EOL<TAB>' . escape(g:NERD_com_to_end_of_line_map, '\') . ' :call <SID>CommentBlock(line("."), line("."), col("."), col("$")-1, 1)<cr><ESC>' |
|---|
| 2837 | | |
|---|
| 2838 | | execute 'nmenu <silent> Plugin.NERD_com.Comment\ Sexily<TAB>' . escape(g:NERD_com_line_sexy_map, '\') . ' :call <SID>DoComment(0,0,0,0,1)<CR>' |
|---|
| 2839 | | execute 'vmenu <silent> Plugin.NERD_com.Comment\ Sexily<TAB>' . escape(g:NERD_com_line_sexy_map, '\') . ' :call <SID>DoComment(0,1,0,0,1)<CR>' |
|---|
| 2840 | | |
|---|
| 2841 | | execute 'nmenu <silent> Plugin.NERD_com.Yank\ line(s)\ then\ comment<TAB>' . escape(g:NERD_com_line_yank_map, '\') . ' "0Y' . g:NERD_com_line_map |
|---|
| 2842 | | execute 'vmenu <silent> Plugin.NERD_com.Yank\ line(s)\ then\ comment<TAB>' . escape(g:NERD_com_line_yank_map, '\') . ' "0ygv' . g:NERD_com_line_map |
|---|
| 2843 | | |
|---|
| 2844 | | execute 'nmenu <silent> Plugin.NERD_com.Append\ Comment\ to\ Line<TAB>' . escape(g:NERD_append_com_map, '\') . ' :call <SID>AppendCommentToLine()<cr>' |
|---|
| 2845 | | execute 'nmenu <silent> Plugin.NERD_com.Prepend\ Comment\ to\ Line<TAB>' . escape(g:NERD_prepend_com_map, '\') . ' :call <SID>PrependCommentToLine()<cr>' |
|---|
| 2846 | | |
|---|
| 2847 | | execute 'menu <silent> Plugin.NERD_com.-Sep- :' |
|---|
| 2848 | | |
|---|
| 2849 | | execute 'nmenu <silent> Plugin.NERD_com.Comment\ Align\ Left\ (nested)<TAB>' . escape(g:NERD_com_align_left_map, '\') . ' :call <SID>DoComment(1, 0, 1, 0, 0)<CR><ESC>' |
|---|
| 2850 | | execute 'vmenu <silent> Plugin.NERD_com.Comment\ Align\ Left\ (nested)<TAB>' . escape(g:NERD_com_align_left_map, '\') . ' :call <SID>DoComment(1, 1, 1, 0, 0)<CR><ESC>' |
|---|
| | 2830 | "execute 'nmenu <silent> Plugin.NERD_com.Comment<TAB>' . escape(g:NERD_com_line_map, '\') . ' :call <SID>DoComment(0, 0, &filetype =~ g:NERD_left_align_regexp, &filetype =~ g:NERD_right_align_regexp, 0)<CR><ESC>' |
|---|
| | 2831 | "execute 'vmenu <silent> Plugin.NERD_com.Comment<TAB>' . escape(g:NERD_com_line_map, '\') . ' :call <SID>DoComment(0, 1, &filetype =~ g:NERD_left_align_regexp, &filetype =~ g:NERD_right_align_regexp, &filetype =~ g:NERD_use_sexy_coms_default_regexp)<CR><ESC>' |
|---|
| | 2832 | |
|---|
| | 2833 | "execute 'nmenu <silent> Plugin.NERD_com.Comment\ Nested<TAB>' . escape(g:NERD_com_line_nest_map, '\') . ' :call <SID>DoComment(1, 0, &filetype =~ g:NERD_left_align_regexp, &filetype =~ g:NERD_right_align_regexp, 0)<CR><ESC>' |
|---|
| | 2834 | "execute 'vmenu <silent> Plugin.NERD_com.Comment\ Nested<TAB>' . escape(g:NERD_com_line_nest_map, '\') . ' :call <SID>DoComment(1, 1, &filetype =~ g:NERD_left_align_regexp, &filetype =~ g:NERD_right_align_regexp, 0)<CR><ESC>' |
|---|
| | 2835 | |
|---|
| | 2836 | "execute 'nmenu <silent> Plugin.NERD_com.Comment\ To\ EOL<TAB>' . escape(g:NERD_com_to_end_of_line_map, '\') . ' :call <SID>CommentBlock(line("."), line("."), col("."), col("$")-1, 1)<cr><ESC>' |
|---|
| | 2837 | |
|---|
| | 2838 | "execute 'nmenu <silent> Plugin.NERD_com.Comment\ Sexily<TAB>' . escape(g:NERD_com_line_sexy_map, '\') . ' :call <SID>DoComment(0,0,0,0,1)<CR>' |
|---|
| | 2839 | "execute 'vmenu <silent> Plugin.NERD_com.Comment\ Sexily<TAB>' . escape(g:NERD_com_line_sexy_map, '\') . ' :call <SID>DoComment(0,1,0,0,1)<CR>' |
|---|
| | 2840 | |
|---|
| | 2841 | "execute 'nmenu <silent> Plugin.NERD_com.Yank\ line(s)\ then\ comment<TAB>' . escape(g:NERD_com_line_yank_map, '\') . ' "0Y' . g:NERD_com_line_map |
|---|
| | 2842 | "execute 'vmenu <silent> Plugin.NERD_com.Yank\ line(s)\ then\ comment<TAB>' . escape(g:NERD_com_line_yank_map, '\') . ' "0ygv' . g:NERD_com_line_map |
|---|
| | 2843 | |
|---|
| | 2844 | "execute 'nmenu <silent> Plugin.NERD_com.Append\ Comment\ to\ Line<TAB>' . escape(g:NERD_append_com_map, '\') . ' :call <SID>AppendCommentToLine()<cr>' |
|---|
| | 2845 | "execute 'nmenu <silent> Plugin.NERD_com.Prepend\ Comment\ to\ Line<TAB>' . escape(g:NERD_prepend_com_map, '\') . ' :call <SID>PrependCommentToLine()<cr>' |
|---|
| | 2846 | |
|---|
| | 2847 | "execute 'menu <silent> Plugin.NERD_com.-Sep- :' |
|---|
| | 2848 | |
|---|
| | 2849 | "execute 'nmenu <silent> Plugin.NERD_com.Comment\ Align\ Left\ (nested)<TAB>' . escape(g:NERD_com_align_left_map, '\') . ' :call <SID>DoComment(1, 0, 1, 0, 0)<CR><ESC>' |
|---|
| | 2850 | "execute 'vmenu <silent> Plugin.NERD_com.Comment\ Align\ Left\ (nested)<TAB>' . escape(g:NERD_com_align_left_map, '\') . ' :call <SID>DoComment(1, 1, 1, 0, 0)<CR><ESC>' |
|---|
| 2855 | | execute 'nmenu <silent> Plugin.NERD_com.Comment\ Align\ Both\ (nested)<TAB>' . escape(g:NERD_com_align_both_map, '\') . ' :call <SID>DoComment(1, 0, 1, 1, 0)<CR><ESC>' |
|---|
| 2856 | | execute 'vmenu <silent> Plugin.NERD_com.Comment\ Align\ Both\ (nested)<TAB>' . escape(g:NERD_com_align_both_map, '\') . ' :call <SID>DoComment(1, 1, 1, 1, 0)<CR><ESC>' |
|---|
| 2857 | | |
|---|
| 2858 | | execute 'menu <silent> Plugin.NERD_com.-Sep2- :' |
|---|
| 2859 | | |
|---|
| 2860 | | execute 'menu <silent> Plugin.NERD_com.Uncomment<TAB>' . escape(g:NERD_uncom_line_map, '\') . ' :call <SID>UncommentLines()<CR>' |
|---|
| 2861 | | |
|---|
| 2862 | | execute 'menu <silent> Plugin.NERD_com.-Sep3- :' |
|---|
| 2863 | | |
|---|
| 2864 | | execute 'nmenu <silent> Plugin.NERD_com.Goto\ Alternative\ Delimiters<TAB>' . escape(g:NERD_alt_com_map, '\') . ' :call <SID>SwitchToAlternativeDelimiters(1)<CR>' |
|---|
| 2865 | | |
|---|
| 2866 | | |
|---|
| 2867 | | execute 'imenu <silent> Plugin.NERD_com.Insert\ Delims<TAB>' . escape(g:NERD_com_in_insert_map, '\') . ' <SPACE><BS><ESC>:call <SID>PlaceDelimitersAndInsBetween()<CR>' |
|---|
| 2868 | | |
|---|
| 2869 | | execute 'menu Plugin.NERD_com.-Sep4- :' |
|---|
| 2870 | | |
|---|
| 2871 | | menu <silent> Plugin.NERD_com.Help<TAB>:help\ NERD_comments-contents :help NERD_comments-contents<CR> |
|---|
| | 2855 | "execute 'nmenu <silent> Plugin.NERD_com.Comment\ Align\ Both\ (nested)<TAB>' . escape(g:NERD_com_align_both_map, '\') . ' :call <SID>DoComment(1, 0, 1, 1, 0)<CR><ESC>' |
|---|
| | 2856 | "execute 'vmenu <silent> Plugin.NERD_com.Comment\ Align\ Both\ (nested)<TAB>' . escape(g:NERD_com_align_both_map, '\') . ' :call <SID>DoComment(1, 1, 1, 1, 0)<CR><ESC>' |
|---|
| | 2857 | |
|---|
| | 2858 | "execute 'menu <silent> Plugin.NERD_com.-Sep2- :' |
|---|
| | 2859 | |
|---|
| | 2860 | "execute 'menu <silent> Plugin.NERD_com.Uncomment<TAB>' . escape(g:NERD_uncom_line_map, '\') . ' :call <SID>UncommentLines()<CR>' |
|---|
| | 2861 | |
|---|
| | 2862 | "execute 'menu <silent> Plugin.NERD_com.-Sep3- :' |
|---|
| | 2863 | |
|---|
| | 2864 | "execute 'nmenu <silent> Plugin.NERD_com.Goto\ Alternative\ Delimiters<TAB>' . escape(g:NERD_alt_com_map, '\') . ' :call <SID>SwitchToAlternativeDelimiters(1)<CR>' |
|---|
| | 2865 | |
|---|
| | 2866 | |
|---|
| | 2867 | "execute 'imenu <silent> Plugin.NERD_com.Insert\ Delims<TAB>' . escape(g:NERD_com_in_insert_map, '\') . ' <SPACE><BS><ESC>:call <SID>PlaceDelimitersAndInsBetween()<CR>' |
|---|
| | 2868 | |
|---|
| | 2869 | "execute 'menu Plugin.NERD_com.-Sep4- :' |
|---|
| | 2870 | |
|---|
| | 2871 | "menu <silent> Plugin.NERD_com.Help<TAB>:help\ NERD_comments-contents :help NERD_comments-contents<CR> |
|---|