comparison runtime/doc/version7.txt @ 575:f1d46f948241 v7.0163

updated for version 7.0163
author vimboss
date Tue, 06 Dec 2005 20:04:44 +0000
parents 2244be18d9e9
children 90ee46d7f492
comparison
equal deleted inserted replaced
574:25a70b1cd2da 575:f1d46f948241
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 01 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
19 NEW FEATURES |new-7| 19 NEW FEATURES |new-7|
20 20
21 Vim script enhancements |new-vim-script| 21 Vim script enhancements |new-vim-script|
22 Spell checking |new-spell| 22 Spell checking |new-spell|
23 Omni completion |new-omni-completion| 23 Omni completion |new-omni-completion|
24 KDE support |new-KDE|
25 MzScheme interface |new-MzScheme| 24 MzScheme interface |new-MzScheme|
26 Printing multi-byte text |new-print-multi-byte| 25 Printing multi-byte text |new-print-multi-byte|
27 Translated manual pages |new-manpage-trans| 26 Translated manual pages |new-manpage-trans|
28 Internal grep |new-vimgrep| 27 Internal grep |new-vimgrep|
29 Scroll back in messages |new-scroll-back| 28 Scroll back in messages |new-scroll-back|
65 results in "a'b". 64 results in "a'b".
66 65
67 When overwriting a file with ":w! fname" there was no warning for when "fname" 66 When overwriting a file with ":w! fname" there was no warning for when "fname"
68 was being edited by another Vim. Vim now gives an error message |E768|. 67 was being edited by another Vim. Vim now gives an error message |E768|.
69 68
69 The support for Mac OS 9 has been removed.
70
70 71
71 Minor incompatibilities: 72 Minor incompatibilities:
72 73
73 For filetype detection: For many types, instead of ~/.dir/filename use 74 For filetype detection: For many types, instead of ~/.dir/filename use
74 */.dir/filename, so that it also works for other user's files. 75 */.dir/filename, so that it also works for other user's files.
198 C |ft-c-omni| 199 C |ft-c-omni|
199 XHTML |ft-html-omni| 200 XHTML |ft-html-omni|
200 201
201 When the 'completeopt' option contains "menu" then matches for Insert mode 202 When the 'completeopt' option contains "menu" then matches for Insert mode
202 completion are displayed in a popup menu. 203 completion are displayed in a popup menu.
203
204
205 KDE support *new-KDE*
206 -----------
207
208 Kvim is the KDE version of Vim. It uses the Qt toolkit. See |KVim|.
209 (Thomas Capricelli, Philippe Fremy, Mickael Marchand, Mark Westcott, et al.)
210 204
211 205
212 MzScheme interface *new-MzScheme* 206 MzScheme interface *new-MzScheme*
213 ------------------ 207 ------------------
214 208
501 |InsertLeave| leaving Insert or Replace mode 495 |InsertLeave| leaving Insert or Replace mode
502 496
503 |ColorScheme| after loading a color scheme 497 |ColorScheme| after loading a color scheme
504 |QuickFixCmdPre| before :make, :grep et al. (Ciaran McCreesh) 498 |QuickFixCmdPre| before :make, :grep et al. (Ciaran McCreesh)
505 |QuickFixCmdPost| after :make, :grep et al. (Ciaran McCreesh) 499 |QuickFixCmdPost| after :make, :grep et al. (Ciaran McCreesh)
500 |SessionLoadPost| after loading a session file. (Yegappan Lakshmanan)
506 501
507 502
508 New items in search patterns: ~ 503 New items in search patterns: ~
509 |/\%d| \%d123 search for character with decimal number 504 |/\%d| \%d123 search for character with decimal number
510 |/\]| [\d123] idem, in a colletion 505 |/\]| [\d123] idem, in a colletion
847 It is now possible to get the W10 message again by setting 'readonly'. Useful 842 It is now possible to get the W10 message again by setting 'readonly'. Useful
848 in the FileChangedRO autocommand when checking out the file fails. 843 in the FileChangedRO autocommand when checking out the file fails.
849 844
850 Unix: When open() returns EFBIG give an appropriate message. 845 Unix: When open() returns EFBIG give an appropriate message.
851 846
847 ":mksession" sets the SessionLoad variable to notify plugins. A modeline is
848 added to the session file to set 'filetype' to "vim".
849
852 ============================================================================== 850 ==============================================================================
853 COMPILE TIME CHANGES *compile-changes-7* 851 COMPILE TIME CHANGES *compile-changes-7*
854 852
855 Dropped the support for the BeOS and Amiga GUI. They were not maintained and 853 Dropped the support for the BeOS and Amiga GUI. They were not maintained and
856 probably didn't work. If you want to work on this: get the Vim 6.x version 854 probably didn't work. If you want to work on this: get the Vim 6.x version