mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
vim-patch:7.4.1696
Problem: When using :stopinsert in a silent mapping the "INSERT" message
isn't cleared. (Coacher)
Solution: Always clear the message. (Christian Brabandt, closes vim/vim#718)
fd773e9e88
This commit is contained in:
@@ -2322,7 +2322,6 @@ static int ins_compl_make_cyclic(void)
|
||||
return count;
|
||||
}
|
||||
|
||||
|
||||
// Set variables that store noselect and noinsert behavior from the
|
||||
// 'completeopt' value.
|
||||
void completeopt_was_set(void)
|
||||
|
Reference in New Issue
Block a user