blob: 46bff9a7ce1f953a282ef6fe8e8cdcee17207d07 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001*version7.txt* For Vim version 7.0aa. Last change: 2004 Jun 07
2
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|
21Various new items |new-items-7|
22
23IMPROVEMENTS |improvements-7|
24
25COMPILE TIME CHANGES |compile-changes-7|
26
27BUG FIXES |bug-fixes-7|
28
29==============================================================================
30INCOMPATIBLE CHANGES *incompatible-7*
31
32These changes are incompatible with previous releases. Check this list if you
33run into a problem when upgrading from Vim 6.x to 7.0
34
35
36==============================================================================
37NEW FEATURES *new-7*
38
39New data types *new-data-types*
40--------------
41
42In Vim scripts the following types have been added:
43
44 list ordered list of items
45 dictionary associative array of items
46 function reference to a function
47
48Many functions and commands have been added to support the new types.
49
50
51Various new items *new-items-7*
52-----------------
53
54Normal mode commands: ~
55
56
57Options: ~
58
59
60Ex commands: ~
61
62
63New functions: ~
64
65
66New autocommand events: ~
67
68
69New Syntax files: ~
70
71
72==============================================================================
73IMPROVEMENTS *improvements-7*
74
75
76==============================================================================
77COMPILE TIME CHANGES *compile-changes-7*
78
79
80==============================================================================
81BUG FIXES *bug-fixes-7*
82
83
84 vim:tw=78:ts=8:ft=help:norl: