mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
PVS/V547: Expression is always false
This commit is contained in:
parent
2a325892c2
commit
46fc0437ba
@ -6197,9 +6197,6 @@ static int open_cmdwin(void)
|
||||
stuffReadbuff(p);
|
||||
stuffcharReadbuff(CAR);
|
||||
}
|
||||
} else if (cmdwin_result == K_XF2) { /* :qa typed */
|
||||
ccline.cmdbuff = vim_strsave((char_u *)"qa");
|
||||
cmdwin_result = CAR;
|
||||
} else if (cmdwin_result == Ctrl_C) {
|
||||
/* :q or :close, don't execute any command
|
||||
* and don't modify the cmd window. */
|
||||
|
Loading…
Reference in New Issue
Block a user