comparison runtime/doc/version7.txt @ 685:d7e33248b9c8 v7.0206

updated for version 7.0206
author vimboss
date Fri, 24 Feb 2006 23:53:04 +0000
parents a8caf7dd853d
children d7860ee7eb7e
comparison
equal deleted inserted replaced
684:a8caf7dd853d 685:d7e33248b9c8
1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 23 1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 24
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1036 When 'statusline' is set to something that causes an error message then it is 1036 When 'statusline' is set to something that causes an error message then it is
1037 made empty to avoid an endless redraw loop. Also for other options, such at 1037 made empty to avoid an endless redraw loop. Also for other options, such at
1038 'tabline'. ":verbose set statusline" will mention that it was set in an error 1038 'tabline'. ":verbose set statusline" will mention that it was set in an error
1039 handler. 1039 handler.
1040 1040
1041 When there are several matching tags, the ":tag <name>" and CTRL-] commands
1042 jump to the [count] matching tag. (Yegappan Lakshmanan)
1043
1044
1041 ============================================================================== 1045 ==============================================================================
1042 COMPILE TIME CHANGES *compile-changes-7* 1046 COMPILE TIME CHANGES *compile-changes-7*
1043 1047
1044 Dropped the support for the BeOS and Amiga GUI. They were not maintained and 1048 Dropped the support for the BeOS and Amiga GUI. They were not maintained and
1045 probably didn't work. If you want to work on this: get the Vim 6.x version 1049 probably didn't work. If you want to work on this: get the Vim 6.x version
1738 1742
1739 For a color terminal: When the Normal HL uses bold, possibly to make the color 1743 For a color terminal: When the Normal HL uses bold, possibly to make the color
1740 lighter, and another HL group specifies a color it might become light as well. 1744 lighter, and another HL group specifies a color it might become light as well.
1741 Now reset bold if a HL group doesn't specify bold itself. 1745 Now reset bold if a HL group doesn't specify bold itself.
1742 1746
1747 When using 256 color xterm the color 255 would show up as color 0. Use a
1748 short instead of a char to store the color number.
1749
1750 ml_get errors when searching for "\n\zs" in an empty file.
1751
1743 vim:tw=78:ts=8:ft=help:norl: 1752 vim:tw=78:ts=8:ft=help:norl: