From 0536570fa284421b9932ed61d79bef3d8beace2a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 27 Oct 2010 18:34:44 +0200 Subject: Updated runtile files. --- runtime/doc/eval.txt | 8 +++---- runtime/doc/if_ruby.txt | 15 ++++++++----- runtime/doc/insert.txt | 9 ++++++-- runtime/doc/options.txt | 8 ++++--- runtime/doc/tags | 2 ++ runtime/doc/todo.txt | 49 +++++++++++++++++++++-------------------- runtime/doc/undo.txt | 6 +++-- runtime/syntax/debchangelog.vim | 6 ++--- runtime/syntax/debcontrol.vim | 6 ++--- runtime/syntax/debsources.vim | 6 ++--- src/po/eo.po | 32 ++++++++------------------- src/po/fr.po | 34 +++++++++------------------- 12 files changed, 85 insertions(+), 96 deletions(-) diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index bceb6800e..ec6686cb3 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.3. Last change: 2010 Oct 18 +*eval.txt* For Vim version 7.3. Last change: 2010 Oct 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -4009,7 +4009,7 @@ maparg({name}[, {mode} [, {abbr} [, {dict}]]]) *maparg()* "lhs" The {lhs} of the mapping. "rhs" The {rhs} of the mapping as typed. "silent" 1 for a |:map-silent| mapping, else 0. - "noremap" 1 if the {rhs} of the mapping is remappable. + "noremap" 1 if the {rhs} of the mapping is not remappable. "expr" 1 for an expression mapping (|:map-|). "buffer" 1 for a buffer local mapping (|:map-local|). "mode" Modes for which the mapping is defined. In @@ -4018,8 +4018,8 @@ maparg({name}[, {mode} [, {abbr} [, {dict}]]]) *maparg()* " " Normal, Visual and Operator-pending "!" Insert and Commandline mode (|mapmpde-ic|) - "sid" the Script local ID, used for mappings - (||) + "sid" The script local ID, used for mappings + (||). The mappings local to the current buffer are checked first, then the global mappings. diff --git a/runtime/doc/if_ruby.txt b/runtime/doc/if_ruby.txt index 161911a41..bac0bb6aa 100644 --- a/runtime/doc/if_ruby.txt +++ b/runtime/doc/if_ruby.txt @@ -1,4 +1,4 @@ -*if_ruby.txt* For Vim version 7.3. Last change: 2010 Jul 20 +*if_ruby.txt* For Vim version 7.3. Last change: 2010 Oct 27 VIM REFERENCE MANUAL by Shugo Maeda @@ -40,6 +40,9 @@ downloading Ruby there. wasn't compiled in. To avoid errors, see |script-here|. +Command to try it out: > + :ruby print "Hello" # this is a comment + Example Vim script: > function! RedGem() @@ -187,12 +190,12 @@ $curbuf The current buffer object. ============================================================================== 6. Dynamic loading *ruby-dynamic* -On MS-Windows the Ruby library can be loaded dynamically. The |:version| -output then includes |+ruby/dyn|. +On MS-Windows and Unix the Ruby library can be loaded dynamically. The +|:version| output then includes |+ruby/dyn|. -This means that Vim will search for the Ruby DLL file only when needed. When -you don't use the Ruby interface you don't need it, thus you can use Vim -without this DLL file. +This means that Vim will search for the Ruby DLL file or shared library only +when needed. When you don't use the Ruby interface you don't need it, thus +you can use Vim even though this library file is not on your system. You need to install the right version of Ruby for this to work. You can find the package to download from: diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index aa11ba787..3c0f8d326 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 7.3. Last change: 2010 Sep 29 +*insert.txt* For Vim version 7.3. Last change: 2010 Oct 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -382,6 +382,10 @@ mappings it's often better to use (first put an "x" in the text, will then always put the cursor on it). Or use CTRL-\ CTRL-O, but then beware of the cursor possibly being beyond the end of the line. +The CTRL-O command takes you to Normal mode. If you then use a command enter +Insert mode again it doesn't nest. Thus when typing "aa" and then +takes you back to Normal mode, you do not need to type twice. + The shifted cursor keys are not available on all terminals. Another side effect is that a count specified before the "i" or "a" command is @@ -1043,7 +1047,8 @@ be relatively short. The "info" item can be longer, it will be displayed in the preview window when "preview" appears in 'completeopt'. The "info" item will also remain displayed after the popup menu has been removed. This is useful for function arguments. Use a single space for "info" to remove -existing text in the preview window. +existing text in the preview window. The size of the preview window is three +lines, but 'previewheight' is used when it has a value of 1 or 2. The "kind" item uses a single letter to indicate the kind of completion. This may be used to show the completion differently (different color or icon). diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 63375a7a6..12bedd591 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.3. Last change: 2010 Oct 20 +*options.txt* For Vim version 7.3. Last change: 2010 Oct 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -3089,6 +3089,10 @@ A jump table for the options with a short description can be found at |Q_op|. Specifies for which type of commands folds will be opened, if the command moves the cursor into a closed fold. It is a comma separated list of items. + NOTE: When the command is part of a mapping this option is not used. + Add the |zv| command to the mapping to get the same effect. + (rationale: the mapping may want to control opening folds itself) + item commands ~ all any block "(", "{", "[[", "[{", etc. @@ -3103,8 +3107,6 @@ A jump table for the options with a short description can be found at |Q_op|. Also for |[s| and |]s|. tag jumping to a tag: ":ta", CTRL-T, etc. undo undo or redo: "u" and CTRL-R - When the command is part of a mapping this option is not used. Add - the |zv| command to the mapping to get the same effect. When a movement command is used for an operator (e.g., "dl" or "y%") this option is not used. This means the operator will include the whole closed fold. diff --git a/runtime/doc/tags b/runtime/doc/tags index c74b00a68..eb7bb8bc9 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -8086,6 +8086,7 @@ v:val eval.txt /*v:val* v:var eval.txt /*v:var* v:version eval.txt /*v:version* v:warningmsg eval.txt /*v:warningmsg* +v:windowid eval.txt /*v:windowid* v_! change.txt /*v_!* v_$ visual.txt /*v_$* v_: cmdline.txt /*v_:* @@ -8360,6 +8361,7 @@ window-size term.txt /*window-size* window-size-functions usr_41.txt /*window-size-functions* window-tag windows.txt /*window-tag* window-variable eval.txt /*window-variable* +windowid-variable eval.txt /*windowid-variable* windows windows.txt /*windows* windows-3.1 os_win32.txt /*windows-3.1* windows-intro windows.txt /*windows-intro* diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index dcf33c94b..aa4c207b1 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.3. Last change: 2010 Oct 20 +*todo.txt* For Vim version 7.3. Last change: 2010 Oct 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,6 +30,8 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- +Segfault with command line abbreviation. (Randy Morris, 2010 Oct 25) + 'cursorline' is displayed too short when there are concealed characters and 'list' is set, 'listchars' at default value. (Dennis Preiser, 2010 Aug 15) @@ -45,16 +47,8 @@ Windows keys not set properly on Windows 7? (cncyber, 2010 Aug 26) This line hangs Vim, because of syntax HL: call append(line, "INFO ....12....18....24....30....36....42....48....54....60....66....72....78%$") -Patch to add v:windowid. (Christian J. Robinson, 2010 Oct 13, update by Lech -Lorens, Oct 14) - -maparg() doesn't return the flags, such as ,