From: Bram Moolenaar Date: Fri, 25 Feb 2011 13:42:19 +0000 (+0100) Subject: Runtime file updates. X-Git-Tag: v7.3.126~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0065402f9a7e1317a58884f4e3588cdc6a8d3b92;p=vim Runtime file updates. --- diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 1368dbfcb..39893d78d 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -1,4 +1,4 @@ -*cmdline.txt* For Vim version 7.3. Last change: 2010 Nov 28 +*cmdline.txt* For Vim version 7.3. Last change: 2011 Feb 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -782,7 +782,7 @@ it, no matter how many backslashes. *:* *:* *:* ** *:* ** *:* ** *:* ** *:* ** - *E495* *E496* *E497* *E499* *E500* + ** *E495* *E496* *E497* *E499* *E500* Note: these are typed literally, they are not special keys! is replaced with the word under the cursor (like |star|) is replaced with the WORD under the cursor (see |WORD|) diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 1a44a6800..c599e8a93 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.3. Last change: 2011 Feb 07 +*eval.txt* For Vim version 7.3. Last change: 2011 Feb 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1286,7 +1286,9 @@ v:beval_text The text under or after the mouse pointer. Usually a word as *v:beval_winnr* *beval_winnr-variable* v:beval_winnr The number of the window, over which the mouse pointer is. Only - valid while evaluating the 'balloonexpr' option. + valid while evaluating the 'balloonexpr' option. The first + window has number zero (unlike most other places where a + window gets a number). *v:char* *char-variable* v:char Argument for evaluating 'formatexpr' and used for the typed diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 983cf5b34..939a81d00 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.3. Last change: 2011 Jan 30 +*options.txt* For Vim version 7.3. Last change: 2011 Feb 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -3078,8 +3078,10 @@ A jump table for the options with a short description can be found at |Q_op|. {not in Vi} {not available when compiled without the |+folding| feature} - Sets the minimum number of screen lines for a fold to be displayed - closed. Also for manually closed folds. + Sets the number of screen lines above which a fold can be displayed + closed. Also for manually closed folds. With the default value of + one a fold can only be closed if it takes up two or more screen lines. + Set to zero to be able to close folds of just one screen line. Note that this only has an effect of what is displayed. After using "zc" to close a fold, which is displayed open because it's smaller than 'foldminlines', a following "zc" may close a containing fold. @@ -6488,7 +6490,7 @@ A jump table for the options with a short description can be found at |Q_op|. where it was the last time the buffer was edited. NOTE: This option is set when 'compatible' is set. - *'statusline'* *'stl'* *E540* *E541* *E542* + *'statusline'* *'stl'* *E540* *E542* 'statusline' 'stl' string (default empty) global or local to window |global-local| {not in Vi} @@ -6501,7 +6503,7 @@ A jump table for the options with a short description can be found at |Q_op|. normal text. Each status line item is of the form: %-0{minwid}.{maxwid}{item} All fields except the {item} is optional. A single percent sign can - be given as "%%". Up to 80 items can be specified. + be given as "%%". Up to 80 items can be specified. *E541* When the option starts with "%!" then it is used as an expression, evaluated and the result is used as the option value. Example: > @@ -6554,7 +6556,7 @@ A jump table for the options with a short description can be found at |Q_op|. k S Value of "b:keymap_name" or 'keymap' when |:lmap| mappings are being used: "" n N Buffer number. - b N Value of byte under cursor. + b N Value of character under cursor. B N As above, in hexadecimal. o N Byte number in file of byte under cursor, first byte is 1. Mnemonic: Offset from start of file (with one added) diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 8dc977395..362a18944 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -1,4 +1,4 @@ -*term.txt* For Vim version 7.3. Last change: 2009 Nov 05 +*term.txt* For Vim version 7.3. Last change: 2011 Feb 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -665,6 +665,7 @@ When the X-server clipboard is available, the command server described in *xterm-copy-paste* NOTE: In some (older) xterms, it's not possible to move the cursor past column 95. This is an xterm problem, not Vim's. Get a newer xterm |color-xterm|. +Now the limit is 223 columns. Copy/paste in xterm with (current mode NOT included in 'mouse'): 1. Press left mouse button on first letter of text, move mouse pointer to last diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index b6d039673..df2176deb 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.3. Last change: 2011 Feb 09 +*todo.txt* For Vim version 7.3. Last change: 2011 Feb 25 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,18 +30,11 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -Still crash with 'statusline'. (Christian Brabandt, 2011 Feb 2) -Can't reproduce it. +New r and rhelp syntax files. (Jakson Alves de Aquino, 2011 Feb 20) -Problems with building after 7.3.050, -as-needed does not work for gcc 4.4.1? -(Charles Campbell, 2010 Nov 7) Or is the problem that we should use -ltinfo, -because nothing is used from ncurses? +In file message show "blowfish" instead of "crypted" when using blowfish. -Patch for 'changedtick' in getbufvar(). (Christian Brabandt, 2011 Jan 16) - -Patch to avoid exiting for VTALRM. (Dominique Pelle, 2011 Jan 16) - -Documentation patches. (Javier Rojas, 2011 Feb 2) +Patch to fix drag-n-drop in KDE. (Florian Degner, 2011 Feb 23) Syntax region with 'concealends' and a 'cchar' value, 'conceallevel' set to 2, only one of the two ends gets the cchar displayed. (Brett Stahlman, 2010 Aug @@ -49,6 +42,8 @@ only one of the two ends gets the cchar displayed. (Brett Stahlman, 2010 Aug Bug in repeating Visual "u". (Lawrence Kesteloot, 2010 Dec 20) +Crash with big .xpm file. (Yukihiro Nakadaira, 2011 Feb 18) + Windows keys not set properly on Windows 7? (cncyber, 2010 Aug 26) This line hangs Vim, because of syntax HL: @@ -57,6 +52,9 @@ call append(line, "INFO ....12....18....24....30....36....42....48....54....60. Building the MingW version without clipboard but with multi-byte doesn't work. (Bill Lam, 2010 Sep 18) +When using a Vim server, a # in the path causes an error message. +(Jeff Lanzarotta, 2011 Feb 17) + Bug: E685 error for func_unref(). (ZyX, 2010 Aug 5) Using ":break" or something else that stops executing commands inside a @@ -75,9 +73,6 @@ Needs tests. string() can't parse back "inf" and "nan". Fix documentation or fix code? (ZyX, 2010 Aug 23) -Patch to fix wront eol handling when writing a file. (Kevin Goodsell, 2011 Jan -12) - maparg() does not show the