comparison src/ex_getln.c @ 972:decce137e7be v7.0.098

updated for version 7.0-098
author vimboss
date Sun, 10 Sep 2006 19:07:28 +0000
parents e1070b3b03e9
children 727ab557c58a
comparison
equal deleted inserted replaced
971:a9ffa7c7db77 972:decce137e7be
322 /* 322 /*
323 * Collect the command string, handling editing keys. 323 * Collect the command string, handling editing keys.
324 */ 324 */
325 for (;;) 325 for (;;)
326 { 326 {
327 redir_off = TRUE; /* Don't redirect the typed command.
328 Repeated, because a ":redir" inside
329 completion may switch it on. */
327 #ifdef USE_ON_FLY_SCROLL 330 #ifdef USE_ON_FLY_SCROLL
328 dont_scroll = FALSE; /* allow scrolling here */ 331 dont_scroll = FALSE; /* allow scrolling here */
329 #endif 332 #endif
330 quit_more = FALSE; /* reset after CTRL-D which had a more-prompt */ 333 quit_more = FALSE; /* reset after CTRL-D which had a more-prompt */
331 334