Mercurial > vim
comparison runtime/doc/version7.txt @ 51:8c25f10d49e7 v7.0028
updated for version 7.0028
author | vimboss |
---|---|
date | Sun, 02 Jan 2005 11:43:19 +0000 |
parents | 46d39f2eff86 |
children | dbf53ece2e23 |
comparison
equal
deleted
inserted
replaced
50:90188be4861f | 51:8c25f10d49e7 |
---|---|
1 *version7.txt* For Vim version 7.0aa. Last change: 2004 Dec 31 | 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 01 |
2 | 2 |
3 | 3 |
4 VIM REFERENCE MANUAL by Bram Moolenaar | 4 VIM REFERENCE MANUAL by Bram Moolenaar |
5 | 5 |
6 | 6 |
625 In Visual mode, when 'bin' and 'eol' set, g CTRL-G counted the last line | 625 In Visual mode, when 'bin' and 'eol' set, g CTRL-G counted the last line |
626 break, resulting in "selected 202 of 201 bytes". | 626 break, resulting in "selected 202 of 201 bytes". |
627 | 627 |
628 Motif: fonts were not used for dialog components. (Martin Dalecki) | 628 Motif: fonts were not used for dialog components. (Martin Dalecki) |
629 | 629 |
630 When using "y<C-V>`x" where mark x is in the first column, the last line was | |
631 not included. | |
632 | |
633 Not all test scripts work properly on MS-Windows when checked out from CVS. | |
634 Use a Vim command to fix all fileformats to dos before executing the tests. | |
635 | |
636 When using ":new" and the file fits in the window, lines could still be above | |
637 the window. Now remove empty lines instead of keeping the relative position. | |
638 | |
630 vim:tw=78:ts=8:ft=help:norl: | 639 vim:tw=78:ts=8:ft=help:norl: |