mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0031
This commit is contained in:
@@ -3258,13 +3258,13 @@ ex_append(eap)
|
||||
if (eap->getline == NULL)
|
||||
theline = getcmdline(
|
||||
#ifdef FEAT_EVAL
|
||||
eap->cstack->cs_whilelevel > 0 ? -1 :
|
||||
eap->cstack->cs_looplevel > 0 ? -1 :
|
||||
#endif
|
||||
NUL, 0L, 0);
|
||||
else
|
||||
theline = eap->getline(
|
||||
#ifdef FEAT_EVAL
|
||||
eap->cstack->cs_whilelevel > 0 ? -1 :
|
||||
eap->cstack->cs_looplevel > 0 ? -1 :
|
||||
#endif
|
||||
NUL, eap->cookie, 0);
|
||||
lines_left = Rows - 1;
|
||||
|
Reference in New Issue
Block a user