comparison runtime/doc/version7.txt @ 818:1f929f3ca806 v7.0c03

updated for version 7.0c03
author vimboss
date Wed, 29 Mar 2006 21:18:24 +0000
parents 4a79d6d376f0
children 23f82b5d2814
comparison
equal deleted inserted replaced
817:6897668c467f 818:1f929f3ca806
1 *version7.txt* For Vim version 7.0c. Last change: 2006 Mar 28 1 *version7.txt* For Vim version 7.0c. Last change: 2006 Mar 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
690 690
691 New and extended functions: ~ 691 New and extended functions: ~
692 692
693 |add()| append an item to a List 693 |add()| append an item to a List
694 |append()| append List of lines to the buffer 694 |append()| append List of lines to the buffer
695 |argv()| without an argument return the whole argument list
695 |browsedir()| dialog to select a directory 696 |browsedir()| dialog to select a directory
696 |bufnr()| takes an extra argument: create buffer 697 |bufnr()| takes an extra argument: create buffer
697 |byteidx()| index of a character (Ilya Sher) 698 |byteidx()| index of a character (Ilya Sher)
698 |call()| call a function with List as arguments 699 |call()| call a function with List as arguments
699 |changenr()| number of current change 700 |changenr()| number of current change
2237 text. 2238 text.
2238 2239
2239 GUI: When there are left and righ scrollbars, ":tabedit" kept them instead of 2240 GUI: When there are left and righ scrollbars, ":tabedit" kept them instead of
2240 using the one that isn't needed. 2241 using the one that isn't needed.
2241 2242
2243 Using "gP" to replace al the text could leave the cursor below the last line,
2244 causing ml_get errors.
2245
2246 When 'cursorline' is set don't use the highlighting when Visual mode is
2247 active, otherwise it's difficult to see the selected area.
2248
2249 The matchparen plugin restricts the search to 100 lines, to avoid a long delay
2250 when there are closed folds.
2251
2252 Sometimes using CTRL-X s to list spelling suggestions used text from another
2253 line.
2254
2255 Win32: Set the default for 'isprint' back to the wrong default "@,~-255",
2256 because many people use Windows-1252 while 'encoding' is "latin1".
2257
2242 vim:tw=78:ts=8:ft=help:norl: 2258 vim:tw=78:ts=8:ft=help:norl: