mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
search_stat: show "??/?" dual in right-to-left case #10170
Co-Authored-By: James McCoy <jamessan@jamessan.com>
This commit is contained in:

committed by
Justin M. Keyes

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) {
|
||||
|
Reference in New Issue
Block a user