comparison runtime/doc/version7.txt @ 91:d0764d5e4619

updated for version 7.0036
author vimboss
date Sun, 09 Jan 2005 21:22:45 +0000
parents 0ef9cebc4f5d
children d4f3db33d782
comparison
equal deleted inserted replaced
90:9d4f762cc1d9 91:d0764d5e4619
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 05 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
645 When using ":new" and the file fits in the window, lines could still be above 645 When using ":new" and the file fits in the window, lines could still be above
646 the window. Now remove empty lines instead of keeping the relative position. 646 the window. Now remove empty lines instead of keeping the relative position.
647 647
648 Cmdline completion didn't work after ":let var1 var<Tab>". 648 Cmdline completion didn't work after ":let var1 var<Tab>".
649 649
650 When using ":startinsert" or ":startreplace" when already in Insert mode
651 (possible when using CTRL-R =), pressing Esc would directly restart Insert
652 mode. (Peter Winters)
653
650 vim:tw=78:ts=8:ft=help:norl: 654 vim:tw=78:ts=8:ft=help:norl: