mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
ui: implement ext_messages
Co-Author: Dongdong Zhou <dzhou121@gmail.com>
This commit is contained in:
@@ -865,8 +865,12 @@ int do_record(int c)
|
||||
* needs to be removed again to put it in a register. exec_reg then
|
||||
* adds the escaping back later.
|
||||
*/
|
||||
Recording = FALSE;
|
||||
MSG("");
|
||||
Recording = false;
|
||||
if (ui_has(kUIMessages)) {
|
||||
showmode();
|
||||
} else {
|
||||
MSG("");
|
||||
}
|
||||
p = get_recorded();
|
||||
if (p == NULL)
|
||||
retval = FAIL;
|
||||
|
Reference in New Issue
Block a user