mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
*: Fix new linter errors
Originally there were 128 new errors, so I thought this is a good idea to fix all of them. Of course, this commit also fixes many suppressed errors.
This commit is contained in:
@@ -624,8 +624,8 @@ static int command_line_execute(VimState *state, int key)
|
||||
// CTRL-\ e doesn't work when obtaining an expression, unless it
|
||||
// is in a mapping.
|
||||
if (s->c != Ctrl_N && s->c != Ctrl_G && (s->c != 'e'
|
||||
|| (ccline.cmdfirstc == '=' &&
|
||||
KeyTyped))) {
|
||||
|| (ccline.cmdfirstc == '='
|
||||
&& KeyTyped))) {
|
||||
vungetc(s->c);
|
||||
s->c = Ctrl_BSL;
|
||||
} else if (s->c == 'e') {
|
||||
|
Reference in New Issue
Block a user