Problem: Dead code in open_cmdwin()
Solution: Remove it
closes: #12839
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com>
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
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1744,
/**/
1743,
/**/