Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1005 #define FM_BLOCKSTOP 0x04 // stop at start/end of block macro
H A Dcindent.c1646 while ((trypos = findmatchlimit(NULL, '{', FM_BLOCKSTOP, 0)) != NULL) in find_start_brace()
H A Dsearch.c2436 if (pos.col == 0 && (flags & FM_BLOCKSTOP) && in findmatchlimit()