Searched refs:comment_start (Results 1 – 3 of 3) sorted by relevance
454 let b:comment_start = '^\(\s*'.b:comment_leader.'.*\n\)\@<!'.467 exec 'nnoremap <silent><buffer> ]" :call search('."'".b:comment_start."'".', "W" )<CR>'469 exec 'xnoremap <silent><buffer> ]" :<C-U>exec "normal! gv"<Bar>call search('."'".b:comment_start."'…
1694 comment_start(char_u *p, int starts_with_colon UNUSED) in comment_start() function1969 if (*ea.cmd == NUL || comment_start(ea.cmd, starts_with_colon) in do_one_cmd()2813 if (comment_start(eap->cmd, starts_with_colon)) in parse_command_modifiers()
2277 let comment_start = -12321 let comment_start = l2328 if comment_start == -12332 let comment_start += 1 " we dont need the /**2336 …let docblock = join(map(copy(a:sccontent[comment_start :comment_end]), 'substitute(v:val, "^\\s*\\…