docs: misc, options, pos/range

This commit is contained in:
Justin M. Keyes
2026-05-20 11:47:24 +02:00
parent 88f3f0eeec
commit f5fae7aa5c
17 changed files with 120 additions and 133 deletions

View File

@@ -1476,6 +1476,7 @@ static int do_buffer_ext(int action, int start, int dir, int count, int flags)
const int rv = switch_win_noblock(&switchwin, firstwin, curtab, true);
assert(rv == OK);
(void)rv;
// retry (recurse)
do_buffer_ext(action, start, dir, count, flags);
restore_win_noblock(&switchwin, true);
}