commit | 29b2d2694de14fd48aa47965996645f83859f3c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 10 19:07:28 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 10 19:07:28 2006 +0000 |
tree | 73058a5c18fc56784a435a9b8b403bd4c6bf904b | |
parent | 7875acc373ef93c5cee47bc1471522970696987f [diff] [blame] |
updated for version 7.0-098
diff --git a/src/ex_getln.c b/src/ex_getln.c index 617c246..e006631 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c
@@ -324,6 +324,9 @@ */ 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