Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/runtime/indent/
H A Dvim.vim163 let ends_in_comment = has('syntax_items')
168 if !ends_in_comment && prev_text_end =~ '\s[{[]\s*$' && !found_cont
/dports/editors/vim/vim-8.2.3745/runtime/indent/
H A Dvim.vim163 let ends_in_comment = has('syntax_items')
168 if !ends_in_comment && prev_text_end =~ '\s[{[]\s*$' && !found_cont
/dports/math/gretl/gretl-2021d/lib/src/
H A Dstrutils.c1509 static int ends_in_comment (const char *s, int n) function
1593 cont = !ends_in_comment(str, n - 1);