mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
search_stat: show "??/?" dual in right-to-left case #10170
Co-Authored-By: James McCoy <jamessan@jamessan.com>
This commit is contained in:
parent
b397a3f397
commit
6c96c3b3f5
@ -4289,7 +4289,7 @@ static void search_stat(int dirc, pos_T *pos,
|
||||
|
||||
if (curwin->w_p_rl && *curwin->w_p_rlc == 's') {
|
||||
if (cur == OUT_OF_TIME) {
|
||||
vim_snprintf(t, SEARCH_STAT_BUF_LEN, "[?/??]");
|
||||
vim_snprintf(t, SEARCH_STAT_BUF_LEN, "[?\?/?]");
|
||||
} else if (cnt > 99 && cur > 99) {
|
||||
vim_snprintf(t, SEARCH_STAT_BUF_LEN, "[>99/>99]");
|
||||
} else if (cnt > 99) {
|
||||
|
Loading…
Reference in New Issue
Block a user