commit | b71eaaeaa8193b0cbb67496de6ad16ced80b8b09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 20 23:10:18 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 20 23:10:18 2006 +0000 |
tree | 29e50b81ba2e1352e1f1940398e1b3507b8ea2c6 | |
parent | 2d3f489e09a1cc50f5b7601eff568a4eb87fbd51 [diff] [blame] |
updated for version 7.0183
diff --git a/src/edit.c b/src/edit.c index ab3558a..8dc07fd 100644 --- a/src/edit.c +++ b/src/edit.c
@@ -291,7 +291,7 @@ #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;