Mercurial > vim
comparison runtime/doc/version7.txt @ 404:cf83dacfa25f v7.0105
updated for version 7.0105
author | vimboss |
---|---|
date | Fri, 08 Jul 2005 22:31:03 +0000 |
parents | d6d6ca943713 |
children | 06234af3a8b7 |
comparison
equal
deleted
inserted
replaced
403:53929c7478df | 404:cf83dacfa25f |
---|---|
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jun 30 | 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jul 08 |
2 | 2 |
3 | 3 |
4 VIM REFERENCE MANUAL by Bram Moolenaar | 4 VIM REFERENCE MANUAL by Bram Moolenaar |
5 | 5 |
6 | 6 |
673 restarted. | 673 restarted. |
674 | 674 |
675 When using @= in an expression the value is expression @= contains. ":let @= | 675 When using @= in an expression the value is expression @= contains. ":let @= |
676 = value" can be used to set the register contents. | 676 = value" can be used to set the register contents. |
677 | 677 |
678 A ! can be added to ":popup" to have the popup menu appear at the mouse | |
679 pointer position instead of the text cursor. | |
680 | |
678 ============================================================================== | 681 ============================================================================== |
679 COMPILE TIME CHANGES *compile-changes-7* | 682 COMPILE TIME CHANGES *compile-changes-7* |
680 | 683 |
681 Dropped the support for the BeOS and Amiga GUI. They were not maintained and | 684 Dropped the support for the BeOS and Amiga GUI. They were not maintained and |
682 probably didn't work. If you want to work on this: get the Vim 6.x version | 685 probably didn't work. If you want to work on this: get the Vim 6.x version |
1162 | 1165 |
1163 When using ":e ++enc=name file" and iconv() was used for conversion an error | 1166 When using ":e ++enc=name file" and iconv() was used for conversion an error |
1164 caused a fallback to no conversion. Now replace a character with '?' and | 1167 caused a fallback to no conversion. Now replace a character with '?' and |
1165 continue. | 1168 continue. |
1166 | 1169 |
1170 When opening a new buffer the local value of 'bomb' was not initialized from | |
1171 the global value. | |
1172 | |
1167 vim:tw=78:ts=8:ft=help:norl: | 1173 vim:tw=78:ts=8:ft=help:norl: |