comparison runtime/doc/version7.txt @ 56:dbf53ece2e23 v7.0029

updated for version 7.0029
author vimboss
date Mon, 03 Jan 2005 21:06:01 +0000
parents 8c25f10d49e7
children 41c69c64e401
comparison
equal deleted inserted replaced
55:225cc00b2eda 56:dbf53ece2e23
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 01 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 03
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
379 379
380 Included a few improvements for Motif from Martin Dalecki. Draw label 380 Included a few improvements for Motif from Martin Dalecki. Draw label
381 contents ourselves to make them handle fonts in a way configurable by Vim and 381 contents ourselves to make them handle fonts in a way configurable by Vim and
382 a bit less dependent on the X11 font management. 382 a bit less dependent on the X11 font management.
383 383
384 When a register is empty it is not stored in the viminfo file.
385
384 ============================================================================== 386 ==============================================================================
385 COMPILE TIME CHANGES *compile-changes-7* 387 COMPILE TIME CHANGES *compile-changes-7*
386 388
387 Mac: "make" now creates the Vim.app directory and "make install" copies it to 389 Mac: "make" now creates the Vim.app directory and "make install" copies it to
388 its final destination. (Raf) 390 its final destination. (Raf)
625 In Visual mode, when 'bin' and 'eol' set, g CTRL-G counted the last line 627 In Visual mode, when 'bin' and 'eol' set, g CTRL-G counted the last line
626 break, resulting in "selected 202 of 201 bytes". 628 break, resulting in "selected 202 of 201 bytes".
627 629
628 Motif: fonts were not used for dialog components. (Martin Dalecki) 630 Motif: fonts were not used for dialog components. (Martin Dalecki)
629 631
632 Motif: After using a toolbar button the keyboard focus would be on the toolbar
633 (Lesstif problem). (Martin Dalecki)
634
630 When using "y<C-V>`x" where mark x is in the first column, the last line was 635 When using "y<C-V>`x" where mark x is in the first column, the last line was
631 not included. 636 not included.
632 637
633 Not all test scripts work properly on MS-Windows when checked out from CVS. 638 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. 639 Use a Vim command to fix all fileformats to dos before executing the tests.