Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds2.c279 int bufcount = 0; in check_changed_any() local
286 ++bufcount; in check_changed_any()
288 if (bufcount == 0) in check_changed_any()
291 bufnrs = ALLOC_MULT(int, bufcount); in check_changed_any()
/vim-8.2.3635/src/testdir/
H A Dtest_netbeans.vim475 let bufcount = len(getbufinfo())
484 call assert_equal(bufcount + 1, len(getbufinfo()))
/vim-8.2.3635/runtime/doc/
H A Deval.txt4589 exists("bufcount")
4609 exists(bufcount)
4610 < This doesn't check for existence of the "bufcount" variable,
4611 but gets the value of "bufcount", and checks if that exists.