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/undo.c b/src/undo.c index 1b69cf1..bd0db74 100644 --- a/src/undo.c +++ b/src/undo.c
@@ -182,7 +182,7 @@ /* 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;