Searched refs:recompute (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_search_stat.vim | 17 " recompute the count when the last position is different. 57 \ searchcount(#{recompute: 0})) 68 \ searchcount(#{recompute: 0})) 79 \ searchcount(#{recompute: 0})) 82 \ searchcount(#{recompute: v:true})) 94 \ searchcount(#{recompute: 0})) 97 \ searchcount(#{recompute: v:true, maxcount: 0, timeout: 200})) 100 \ searchcount(#{recompute: 1, maxcount: 0, pos: [1, 1, 0], timeout: 200})) 107 \ searchcount(#{recompute: 0})) 110 \ searchcount(#{recompute: 1, maxcount: 0, timeout: 200})) [all …]
|
| H A D | test_vim9_builtin.vim | 2929 searchcount({recompute: true})
|
| /vim-8.2.3635/src/ |
| H A D | search.c | 36 …os_T *pos, pos_T *cursor_pos, int show_top_bot_msg, char_u *msgbuf, int recompute, int maxcount, l… 37 …h_stat(int dirc, pos_T *pos, pos_T *cursor_pos, searchstat_T *stat, int recompute, int maxcount, l… 3127 int recompute, in cmdline_search_stat() argument 3133 update_search_stat(dirc, pos, cursor_pos, &stat, recompute, maxcount, in cmdline_search_stat() 3205 int recompute, in update_search_stat() argument 3227 if (dirc == 0 && !recompute && !EMPTY_POS(lastpos)) in update_search_stat() 3250 || (maxcount > 0 && cur > maxcount) || recompute) in update_search_stat() 4102 int recompute = TRUE; in f_searchcount() local 4112 recompute = TRUE; in f_searchcount() 4141 recompute = dict_get_bool(dict, (char_u *)"recompute", recompute); in f_searchcount() [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 9485 this function with `recompute: 0` . This sometimes returns 9488 you want to get correct information, specify `recompute: 1`: > 9491 let result = searchcount(#{recompute: 0}) 9493 " Below returns correct result (recompute defaults 9499 let result = searchcount(#{recompute: 0}) 9534 \ recompute: 1, maxcount: 0, timeout: 100}) 9552 recompute |Boolean| if |TRUE|, recompute the count 9560 pattern |String| recompute if this was given
|
| H A D | version7.txt | 7661 Solution: Don't recompute topline when above 'scrolloff' from the bottom. 8856 Solution: Only recompute the cursor column for a boolean option if changes 9872 Solution: Make "zx" and "zX" recompute folds (suggested by Christian
|
| H A D | version6.txt | 12402 Solution: Don't recompute w_topline for a zero-height window.
|
| H A D | version8.txt | 6188 Solution: When using "zt", "zb" and "z=" recompute the fraction.
|