Home
last modified time | relevance | path

Searched refs:skip_comments (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dsearch.pro35 void find_pattern_in_path(char_u *ptr, int dir, int len, int whole, int skip_comments, int type, lo…
/vim-8.2.3635/src/
H A Dsearch.c3329 int skip_comments, // don't match inside comments in find_pattern_in_path() argument
3678 if (!define_matched && skip_comments) in find_pattern_in_path()