Home
last modified time | relevance | path

Searched refs:comment_end (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dchange.c1653 char_u *comment_end = NULL; // where lead_end has been found in open_line() local
1713 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()
/vim-8.2.3635/runtime/ftplugin/
H A Dsql.vim457 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."'".…
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim2278 let comment_end = -1
2305 let comment_end = l
2314 if comment_end == -1
2333 let comment_end -= 1 " we dont need the */
2336 …let docblock = join(map(copy(a:sccontent[comment_start :comment_end]), 'substitute(v:val, "^\\s*\\…