1
0
forked from aniani/vim

updated for version 7.0117

This commit is contained in:
Bram Moolenaar
2005-07-27 21:13:01 +00:00
parent 231334e6ef
commit 87e25fdf80
43 changed files with 2300 additions and 880 deletions

View File

@@ -770,11 +770,6 @@ do_tag(tag, type, count, forceit, verbose)
#endif
break;
}
#if 0
/* avoid the need to hit <CR> when jumping to another file */
msg_scrolled = 0;
redraw_all_later(NOT_VALID);
#endif
cur_match = i - 1;
}