mirror of
https://github.com/vim/vim.git
synced 2025-10-05 05:34:07 -04:00
updated for version 7.2-000
This commit is contained in:
@@ -907,7 +907,10 @@ ex_jumps(eap)
|
||||
|
||||
msg_putchar('\n');
|
||||
if (got_int)
|
||||
{
|
||||
vim_free(name);
|
||||
break;
|
||||
}
|
||||
sprintf((char *)IObuff, "%c %2d %5ld %4d ",
|
||||
i == curwin->w_jumplistidx ? '>' : ' ',
|
||||
i > curwin->w_jumplistidx ? i - curwin->w_jumplistidx
|
||||
|
Reference in New Issue
Block a user