0
0
mirror of https://github.com/vim/vim.git synced 2025-10-05 05:34:07 -04:00

updated for version 7.0-098

This commit is contained in:
Bram Moolenaar
2006-09-10 19:07:28 +00:00
parent 7875acc373
commit 29b2d2694d
3 changed files with 14 additions and 0 deletions

View File

@@ -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