blob: 8ac96b7ff1655dd113bb698eda2dd34cc49d276f [file] [log] [blame]
Bram Moolenaar325b7a22004-07-05 15:58:32 +00001*version7.txt* For Vim version 7.0aa. Last change: 2004 Jul 05
Bram Moolenaar071d4272004-06-13 20:20:40 +00002
3
4 VIM REFERENCE MANUAL by Bram Moolenaar
5
6
7Welcome to Vim 7! A large number of features has been added. This file
8mentions all the new items, changes to existing features and bug fixes
9compared to Vim 6.x.
10
11See |vi_diff.txt| for an overview of differences between Vi and Vim 7.0.
12See |version4.txt| for differences between Vim 3.x and Vim 4.x.
13See |version5.txt| for differences between Vim 4.x and Vim 5.x.
14See |version6.txt| for differences between Vim 5.x and Vim 6.x.
15
16INCOMPATIBLE CHANGES |incompatible-7|
17
18NEW FEATURES |new-7|
19
20New data types |new-data-types|
Bram Moolenaar325b7a22004-07-05 15:58:32 +000021KDE support |new-KDE|
Bram Moolenaar071d4272004-06-13 20:20:40 +000022Various new items |new-items-7|
23
24IMPROVEMENTS |improvements-7|
25
26COMPILE TIME CHANGES |compile-changes-7|
27
28BUG FIXES |bug-fixes-7|
29
30==============================================================================
31INCOMPATIBLE CHANGES *incompatible-7*
32
33These changes are incompatible with previous releases. Check this list if you
34run into a problem when upgrading from Vim 6.x to 7.0
35
Bram Moolenaarf4b8e572004-06-24 15:53:16 +000036":helpgrep" now uses a help window to display a match.
37
38
39Minor incompatibilities:
40
41For filetype detection: For many types, instead of ~/.dir/filename use
42*/.dir/filename, so that it also works for other user's files.
43
44":0verbose" now sets 'verbose' to zero instead of one.
45
46Removed the old and incomplete "VimBuddy" code.
47
48Buffers without a name report "No Name" instead of "No File". It was
49confusing for buffers with a name and 'buftype' set to "nofile".
Bram Moolenaar071d4272004-06-13 20:20:40 +000050
51==============================================================================
52NEW FEATURES *new-7*
53
54New data types *new-data-types*
55--------------
56
57In Vim scripts the following types have been added:
58
59 list ordered list of items
60 dictionary associative array of items
61 function reference to a function
62
63Many functions and commands have been added to support the new types.
64
Bram Moolenaar843ee412004-06-30 16:16:41 +000065NOT IMPLEMENTED YET!
66
67
Bram Moolenaar325b7a22004-07-05 15:58:32 +000068KDE support *new-KDE*
Bram Moolenaar843ee412004-06-30 16:16:41 +000069-----------
70
71Kvim is the KDE version of Vim. It uses the Qt toolkit. See |KVim|.
72(Thomas Capricelli, Philippe Fremy, Mickael Marchand, Mark Westcott, et al.)
73
Bram Moolenaar071d4272004-06-13 20:20:40 +000074
Bram Moolenaar325b7a22004-07-05 15:58:32 +000075MzScheme interface *new-MzScheme*
76------------------
77
78The MzScheme interpreter is supported. |MzScheme|
79The |:mzscheme| command can be used to execute MzScheme commands.
80The |:mzfile| command can be used to execute an MzScheme script file.
81
82
Bram Moolenaar071d4272004-06-13 20:20:40 +000083Various new items *new-items-7*
84-----------------
85
86Normal mode commands: ~
87
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +000088a", a' and a` New text objects to select quoted strings. |a'|
89i", i' and i' (Taro Muraoka)
Bram Moolenaar071d4272004-06-13 20:20:40 +000090
91Options: ~
92
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +000093'completefunc' The name of a function used for user-specified Insert
94 mode completion. CTRL-X CTRL-U can be used in Insert
95 mode to do any kind of completion. (Taro Muraoka)
96'quoteescape' Characters used to escape quotes inside a string.
97 Used for the a", a' and a` text objects. |a'|
Bram Moolenaar592e0a22004-07-03 16:05:59 +000098'numberwidth' Minimal width of the space used for the 'number'
99 option. (Emmanuel Renieris)
Bram Moolenaar325b7a22004-07-05 15:58:32 +0000100'mzquantum' Time in msec to schedule MzScheme threads.
101
Bram Moolenaar071d4272004-06-13 20:20:40 +0000102
103Ex commands: ~
104
Bram Moolenaar843ee412004-06-30 16:16:41 +0000105Win32: The ":winpos" command now also works in the console. (Vipin Aravind)
106
Bram Moolenaar325b7a22004-07-05 15:58:32 +0000107:startreplace Start Replace mode. (Charles Campbell)
108
109:0file Removes the name of the buffer. (Charles Campbell)
110
Bram Moolenaar071d4272004-06-13 20:20:40 +0000111
112New functions: ~
113
114
115New autocommand events: ~
116
Bram Moolenaar843ee412004-06-30 16:16:41 +0000117InsertEnter starting Insert or Replace mode
118InsertChange going from Insert to Replace mode or back
119InsertLeave leaving Insert or Replace mode
120
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000121ColorScheme after loading a color scheme
Bram Moolenaar071d4272004-06-13 20:20:40 +0000122
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000123
124New Syntax/Indent/FTplugin files: ~
125
126MuPAD source syntax, indent and ftplugin. (Dave Silvia)
127
Bram Moolenaar071d4272004-06-13 20:20:40 +0000128
Bram Moolenaarf4b8e572004-06-24 15:53:16 +0000129Others: ~
130
131Mac: Add the selection type to the clipboard, so that Block, line and
132character selections can be used between two Vims. (Eckehard Berns)
133Also fixes the problem that setting 'clipboard' to "unnamed" breaks using
134"yyp".
Bram Moolenaar071d4272004-06-13 20:20:40 +0000135
Bram Moolenaar592e0a22004-07-03 16:05:59 +0000136Mac: GUI font selector. (Peter "Rain Dog" Cucka)
137
Bram Moolenaar843ee412004-06-30 16:16:41 +0000138The netrw plugin now also supports viewing a directory, when "scp://" is used.
139Deleting and renaming files is possible. (Charles Campbell)
140
Bram Moolenaar071d4272004-06-13 20:20:40 +0000141==============================================================================
142IMPROVEMENTS *improvements-7*
143
Bram Moolenaarf4b8e572004-06-24 15:53:16 +0000144":helpgrep" accepts a language specifier after the pattern: "pat@it".
145
146":breakadd here" and ":breakdel here" can be used to set or delete a
147breakpoint at the cursor.
148
Bram Moolenaar843ee412004-06-30 16:16:41 +0000149The tutor was updated to make it simpler to use and added text to explain a
150few more important commands. Used ideas from Gabriel Zachmann.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000151
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000152Unix: When libcall() fails obtain an error message with dlerror() and display
153it. (Johannes Zellner)
154
Bram Moolenaar592e0a22004-07-03 16:05:59 +0000155Added "nbsp" in 'listchars'. (David Blanchet)
156
Bram Moolenaar325b7a22004-07-05 15:58:32 +0000157For lisp indenting and matching parenthesis: (Sergey Khorev)
158- square brackets are recognized properly
159- #\(, #\), #\[ and #\] are recognized as character literals
160- Lisp line comments (delimited by semicolon) are recognized
161
Bram Moolenaar071d4272004-06-13 20:20:40 +0000162==============================================================================
163COMPILE TIME CHANGES *compile-changes-7*
164
165
166==============================================================================
167BUG FIXES *bug-fixes-7*
168
Bram Moolenaarf4b8e572004-06-24 15:53:16 +0000169When using PostScript printing on MS-DOS the default 'printexpr' used "lpr"
170instead of "copy". When 'printdevice' was empty the copy command did not
171work. Use "LPT1" then.
172
173The GTK font dialog uses a font size zero when the font name doesn't include a
174size. Use a default size of 10.
175
176This example in the documentation didn't work:
177 :e `=foo . ".c" `
178Skip over the expression in `=expr` when looking for comments, |, % and #.
179
180When ":helpgrep" doesn't find anything there is no error message.
181
182"L" and "H" did not take closed folds into account.
183
184Win32: The "-P title" argument stopped at the first title that matched, even
185when it doesn't support MDI.
186
187Mac GUI: CTRL-^ and CTRL-@ did not work.
188
189"2daw" on "word." at the end of a line didn't include the preceding white
190space.
191
192Win32: Using FindExecutable() doesn't work to find a program. Use
193SearchPath() instead. For executable() use $PATHEXT when the program searched
194for doesn't have an extension.
195
196When 'virtualedit' is set, moving the cursor up after appending a character
197may move it to a different column. Was caused by auto-formatting moving the
198cursor and not putting it back where it was.
199
200When indent was added automatically and then moving the cursor, the indent was
201not deleted (like when pressing ESC). The "I" flag in 'cpoptions' can be used
202to make it work the old way.
203
204When <Space> is mapped to something that starts with a space, typing <Space>
205does not expand abbreviations. Only disable expanding abbreviations when a
206mapping is not remapped, not when the RHS starts with the LHS.
207
208When opening a command-line window, 'textwidth' gets set to 78 by the Vim
209filetype plugin. Reset 'textwidth' to 0 to avoid lines are broken.
210
211After using cursor(line, col) moving up/down doesn't keep the same column.
212
213Win32: Borland C before 5.5 requires using ".u." for LowPart and HighPart
214fields. (Walter Briscoe)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000215
Bram Moolenaar843ee412004-06-30 16:16:41 +0000216On Sinix SYS_NMLN isn't always defined. Define it ourselves. (Cristiano De
217Michele)
218
Bram Moolenaar325b7a22004-07-05 15:58:32 +0000219Printing with PostScript may keep the printer waiting for more. Append a
220CTRL-D to the printer output. (Mike Williams)
221
Bram Moolenaar071d4272004-06-13 20:20:40 +0000222 vim:tw=78:ts=8:ft=help:norl: