comparison runtime/doc/version7.txt @ 795:86ce35c9750f v7.0231

updated for version 7.0231
author vimboss
date Tue, 21 Mar 2006 21:33:03 +0000
parents 98a88a884610
children 95dac6af3b3a
comparison
equal deleted inserted replaced
794:f19994020dad 795:86ce35c9750f
1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Mar 20 1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Mar 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
172 With the |:profile| command you can find out where your function or script 172 With the |:profile| command you can find out where your function or script
173 wastes its time. 173 wastes its time.
174 174
175 In the Python interface vim.eval() also handles Dictionaries and Lists. 175 In the Python interface vim.eval() also handles Dictionaries and Lists.
176 |python-eval| (G. Sumner Hayes) 176 |python-eval| (G. Sumner Hayes)
177
178 The |getscript| plugin was added as a convenient way to update scripts from
179 www.vim.org automatically. (Charles Campbell)
180
181 The |vimball| plugin was added as a convenient way to distribute a set of
182 files for a plugin (plugin file, autoload script, documentation). (Charles
183 Campbell)
177 184
178 185
179 Spell checking *new-spell* 186 Spell checking *new-spell*
180 -------------- 187 --------------
181 188
719 |max()| maximum value in a List or Dictionary 726 |max()| maximum value in a List or Dictionary
720 |min()| minimum value in a List or Dictionary 727 |min()| minimum value in a List or Dictionary
721 |mkdir()| create a directory 728 |mkdir()| create a directory
722 |printf()| format text 729 |printf()| format text
723 |readfile()| read a file into a list of lines 730 |readfile()| read a file into a list of lines
731 |reltime()| get time value, possibly relative
732 |reltimestr()| turn a time value into a string
724 |remove()| remove one or more items from a List or Dictionary 733 |remove()| remove one or more items from a List or Dictionary
725 |repeat()| repeat "expr" "count" times (Christophe Poucet) 734 |repeat()| repeat "expr" "count" times (Christophe Poucet)
726 |reverse()| reverse the order of a List 735 |reverse()| reverse the order of a List
727 |searchdecl()| search for declaration of variable 736 |searchdecl()| search for declaration of variable
728 |searchpairpos()| return a List with the position of the match 737 |searchpairpos()| return a List with the position of the match
1253 $VIM if it's set. Example provided by Mathias Michaelis. 1262 $VIM if it's set. Example provided by Mathias Michaelis.
1254 Also create a vimtutor.bat batch file. 1263 Also create a vimtutor.bat batch file.
1255 1264
1256 The 'balloonexpr' option is now |global-local|. 1265 The 'balloonexpr' option is now |global-local|.
1257 1266
1267 The system() function now runs in cooked mode, thus can be interrupted by
1268 CTRL-C.
1269
1258 ============================================================================== 1270 ==============================================================================
1259 COMPILE TIME CHANGES *compile-changes-7* 1271 COMPILE TIME CHANGES *compile-changes-7*
1260 1272
1261 Dropped the support for the BeOS and Amiga GUI. They were not maintained and 1273 Dropped the support for the BeOS and Amiga GUI. They were not maintained and
1262 probably didn't work. If you want to work on this: get the Vim 6.x version 1274 probably didn't work. If you want to work on this: get the Vim 6.x version