Searched refs:curidx (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_tagjump.vim | 402 call settagstack(1, {'curidx' : -1}) 403 call assert_equal(1, gettagstack().curidx) 404 eval {'curidx' : 50}->settagstack(1) 405 call assert_equal(4, gettagstack().curidx) 427 call settagstack(1, {'curidx' : 4}) 442 \ {'curidx' : 9, 446 call assert_equal(10, t.curidx) 449 call settagstack(1, {'curidx' : 5}, 't') 452 call assert_equal(5, t.curidx) 460 call assert_equal(2, t.curidx) [all …]
|
| /vim-8.2.3635/src/ |
| H A D | tag.c | 4255 tagstack_set_curidx(win_T *wp, int curidx) in tagstack_set_curidx() argument 4257 wp->w_tagstackidx = curidx; in tagstack_set_curidx()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tagsrch.txt | 204 call settagstack(1005, {'curidx' : 4})
|
| H A D | eval.txt | 6319 curidx Current index in the stack. When at 10258 |gettagstack()|. "curidx" takes effect before changing the tag 10268 current entry in the tag stack or "curidx" in {dict} are
|