Home
last modified time | relevance | path

Searched refs:comment_char (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Dfdcc.vim24 syn keyword fdccKeyword escape_char comment_char
/vim-8.2.3635/src/
H A Dscriptfile.c1796 int comment_char = in_vim9script() ? '#' : '"'; in getsourceline() local
1810 || (p[0] == comment_char in getsourceline()
1853 else if (!(p[0] == (comment_char) in getsourceline()
H A Devalvars.c588 int comment_char = in_vim9script() ? '#' : '"'; in heredoc_get() local
616 if (*cmd != NUL && *cmd != comment_char) in heredoc_get()
620 if (*skipwhite(p) != NUL && *skipwhite(p) != comment_char) in heredoc_get()
H A Dex_docmd.c5409 int comment_char = '"'; in ends_excmd() local
5413 comment_char = '#'; in ends_excmd()
5415 return (c == NUL || c == '|' || c == comment_char || c == '\n'); in ends_excmd()