Searched refs:comment_end (Results 1 – 3 of 3) sorted by relevance
1653 char_u *comment_end = NULL; // where lead_end has been found in open_line() local1713 comment_end = p; in open_line()1748 comment_end = skipwhite(saved_line); in open_line()2012 else if (comment_end != NULL) in open_line()2018 if (comment_end[0] == '*' && comment_end[1] == '/' && in open_line()2026 curwin->w_cursor.col = (colnr_T)(comment_end - saved_line); in open_line()
457 let b:comment_end = '\(^\s*'.b:comment_leader.'.*\n\)'.468 exec 'nnoremap <silent><buffer> [" :call search('."'".b:comment_end."'".', "W" )<CR>'470 exec 'xnoremap <silent><buffer> [" :<C-U>exec "normal! gv"<Bar>call search('."'".b:comment_end."'".…
2278 let comment_end = -12305 let comment_end = l2314 if comment_end == -12333 let comment_end -= 1 " we dont need the */2336 …let docblock = join(map(copy(a:sccontent[comment_start :comment_end]), 'substitute(v:val, "^\\s*\\…