comparison runtime/doc/version7.txt @ 11:4424b47a0797

updated for version 7.0003
author vimboss
date Wed, 30 Jun 2004 16:16:41 +0000
parents 4e2284e71352
children bdeee1504ac1
comparison
equal deleted inserted replaced
10:4e2284e71352 11:4424b47a0797
1 *version7.txt* For Vim version 7.0aa. Last change: 2004 Jun 24 1 *version7.txt* For Vim version 7.0aa. Last change: 2004 Jun 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
59 dictionary associative array of items 59 dictionary associative array of items
60 function reference to a function 60 function reference to a function
61 61
62 Many functions and commands have been added to support the new types. 62 Many functions and commands have been added to support the new types.
63 63
64 NOT IMPLEMENTED YET!
65
66
67 KDE support *new-kde*
68 -----------
69
70 Kvim is the KDE version of Vim. It uses the Qt toolkit. See |KVim|.
71 (Thomas Capricelli, Philippe Fremy, Mickael Marchand, Mark Westcott, et al.)
72
64 73
65 Various new items *new-items-7* 74 Various new items *new-items-7*
66 ----------------- 75 -----------------
67 76
68 Normal mode commands: ~ 77 Normal mode commands: ~
71 Options: ~ 80 Options: ~
72 81
73 82
74 Ex commands: ~ 83 Ex commands: ~
75 84
85 Win32: The ":winpos" command now also works in the console. (Vipin Aravind)
86
76 87
77 New functions: ~ 88 New functions: ~
78 89
79 90
80 New autocommand events: ~ 91 New autocommand events: ~
92
93 InsertEnter starting Insert or Replace mode
94 InsertChange going from Insert to Replace mode or back
95 InsertLeave leaving Insert or Replace mode
81 96
82 97
83 New Syntax files: ~ 98 New Syntax files: ~
84 99
85 Others: ~ 100 Others: ~
87 Mac: Add the selection type to the clipboard, so that Block, line and 102 Mac: Add the selection type to the clipboard, so that Block, line and
88 character selections can be used between two Vims. (Eckehard Berns) 103 character selections can be used between two Vims. (Eckehard Berns)
89 Also fixes the problem that setting 'clipboard' to "unnamed" breaks using 104 Also fixes the problem that setting 'clipboard' to "unnamed" breaks using
90 "yyp". 105 "yyp".
91 106
107 The netrw plugin now also supports viewing a directory, when "scp://" is used.
108 Deleting and renaming files is possible. (Charles Campbell)
109
92 ============================================================================== 110 ==============================================================================
93 IMPROVEMENTS *improvements-7* 111 IMPROVEMENTS *improvements-7*
94 112
95 ":helpgrep" accepts a language specifier after the pattern: "pat@it". 113 ":helpgrep" accepts a language specifier after the pattern: "pat@it".
96 114
97 ":breakadd here" and ":breakdel here" can be used to set or delete a 115 ":breakadd here" and ":breakdel here" can be used to set or delete a
98 breakpoint at the cursor. 116 breakpoint at the cursor.
99 117
118 The tutor was updated to make it simpler to use and added text to explain a
119 few more important commands. Used ideas from Gabriel Zachmann.
100 120
101 ============================================================================== 121 ==============================================================================
102 COMPILE TIME CHANGES *compile-changes-7* 122 COMPILE TIME CHANGES *compile-changes-7*
103 123
104 124
150 After using cursor(line, col) moving up/down doesn't keep the same column. 170 After using cursor(line, col) moving up/down doesn't keep the same column.
151 171
152 Win32: Borland C before 5.5 requires using ".u." for LowPart and HighPart 172 Win32: Borland C before 5.5 requires using ".u." for LowPart and HighPart
153 fields. (Walter Briscoe) 173 fields. (Walter Briscoe)
154 174
175 On Sinix SYS_NMLN isn't always defined. Define it ourselves. (Cristiano De
176 Michele)
177
155 vim:tw=78:ts=8:ft=help:norl: 178 vim:tw=78:ts=8:ft=help:norl: