summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-09-10 19:07:28 +0000
committerBram Moolenaar <Bram@vim.org>2006-09-10 19:07:28 +0000
commit29b2d2694de14fd48aa47965996645f83859f3c3 (patch)
tree73058a5c18fc56784a435a9b8b403bd4c6bf904b /src/ex_getln.c
parent7875acc373ef93c5cee47bc1471522970696987f (diff)
updated for version 7.0-098v7.0.098
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 617c246146..e006631396 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -324,6 +324,9 @@ getcmdline(firstc, count, indent)
*/
for (;;)
{
+ redir_off = TRUE; /* Don't redirect the typed command.
+ Repeated, because a ":redir" inside
+ completion may switch it on. */
#ifdef USE_ON_FLY_SCROLL
dont_scroll = FALSE; /* allow scrolling here */
#endif