mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
*: Fix linter errors
This commit is contained in:
@@ -2514,7 +2514,7 @@ void ex_undolist(exarg_T *eap)
|
||||
msg_start();
|
||||
msg_puts_attr(_("number changes when saved"),
|
||||
hl_attr(HLF_T));
|
||||
for (int i = 0; i < ga.ga_len && !got_int; ++i) {
|
||||
for (int i = 0; i < ga.ga_len && !got_int; i++) {
|
||||
msg_putchar('\n');
|
||||
if (got_int) {
|
||||
break;
|
||||
|
Reference in New Issue
Block a user