mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
refactor(messages): rename msg_trunc_attr and msg_multiline_attr without attr
This commit is contained in:
@@ -1785,7 +1785,7 @@ restore_backup:
|
||||
}
|
||||
}
|
||||
|
||||
set_keep_msg(msg_trunc_attr(IObuff, false, 0), 0);
|
||||
set_keep_msg(msg_trunc(IObuff, false, 0), 0);
|
||||
}
|
||||
|
||||
// When written everything correctly: reset 'modified'. Unless not
|
||||
|
Reference in New Issue
Block a user