mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 7.4.1222
Problem: ":normal" command and others missing in tiny build. Solution: Graduate FEAT_EX_EXTRA.
This commit is contained in:
@@ -1129,10 +1129,7 @@ getcmdline(
|
||||
/* In exmode it doesn't make sense to return. Except when
|
||||
* ":normal" runs out of characters. */
|
||||
if (exmode_active
|
||||
#ifdef FEAT_EX_EXTRA
|
||||
&& (ex_normal_busy == 0 || typebuf.tb_len > 0)
|
||||
#endif
|
||||
)
|
||||
&& (ex_normal_busy == 0 || typebuf.tb_len > 0))
|
||||
goto cmdline_not_changed;
|
||||
|
||||
gotesc = TRUE; /* will free ccline.cmdbuff after
|
||||
|
Reference in New Issue
Block a user