mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0183
This commit is contained in:
@@ -291,7 +291,7 @@ edit(cmdchar, startln, count)
|
||||
#endif
|
||||
/* Don't allow changes in the buffer while editing the cmdline. The
|
||||
* caller of getcmdline() may get confused. */
|
||||
if (cmdline_busy)
|
||||
if (textlock != 0)
|
||||
{
|
||||
EMSG(_(e_secure));
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user