]> granicus.if.org Git - vim/commitdiff
Update runtime files
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Sep 2019 14:24:12 +0000 (16:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Sep 2019 14:24:12 +0000 (16:24 +0200)
13 files changed:
runtime/doc/cmdline.txt
runtime/doc/editing.txt
runtime/doc/index.txt
runtime/doc/popup.txt
runtime/doc/sign.txt
runtime/doc/starting.txt
runtime/doc/syntax.txt
runtime/doc/tags
runtime/doc/textprop.txt
runtime/doc/todo.txt
runtime/doc/various.txt
runtime/indent/tcl.vim
runtime/menu.vim

index 95686cf5a0d01b21dbd256286879dc44ef307724..22b4e6fdf33d53231ad87c83a5eceac8714c060e 100644 (file)
@@ -1,4 +1,4 @@
-*cmdline.txt*   For Vim version 8.1.  Last change: 2019 Aug 18
+*cmdline.txt*   For Vim version 8.1.  Last change: 2019 Sep 04
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -909,8 +909,7 @@ Note: these are typed literally, they are not special keys!
      *%:8* *%:p* *%:.* *%:~* *%:h* *%:t* *%:r* *%:e* *%:s* *%:gs* *%:S*
 The file name modifiers can be used after "%", "#", "#n", "<cfile>", "<sfile>",
 "<afile>" or "<abuf>".  They are also used with the |fnamemodify()| function.
-These are not available when Vim has been compiled without the |+modify_fname|
-feature.
+
 These modifiers can be given, in this order:
        :p      Make file name a full path.  Must be the first modifier.  Also
                changes "~/" (and "~user/" for Unix and VMS) to the path for
index fc7a930eb55555b950c0ae78ae4b8f7a1f06d622..40c2adb89f5244d34a1c48230659f3fb15e688f3 100644 (file)
@@ -100,7 +100,7 @@ g CTRL-G            Prints the current position of the cursor in five
 :buffers
 :files
 :ls                    List all the currently known file names.  See
-                       'windows.txt' |:files| |:buffers| |:ls|.
+                       |windows.txt| |:files| |:buffers| |:ls|.
 
 Vim will remember the full path name of a file name that you enter.  In most
 cases when the file name is displayed only the name you typed is shown, but
@@ -1233,7 +1233,7 @@ The syntax is best shown via some examples: >
 <              Open the browser in the C:/bar directory, with the current
                buffer filename as default, and save the buffer under the
                filename chosen.
-Also see the |'browsedir'| option.
+Also see the 'browsedir' option.
 For versions of Vim where browsing is not supported, the command is executed
 unmodified.
 
index 091ffb2215c77ced39150b1be3627ae0a9b1d8d7..3563d88181b68ef647e936ee2dbb87e270dc56a2 100644 (file)
@@ -1,4 +1,4 @@
-*index.txt*     For Vim version 8.1.  Last change: 2019 Aug 21
+*index.txt*     For Vim version 8.1.  Last change: 2019 Sep 02
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -23,7 +23,7 @@ to look for deleting something, use: "/delete".
 5. Terminal-Job mode                   |terminal-job-index|
 6. EX commands                         |ex-cmd-index|
 
-For an overview of options see help.txt |option-list|.
+For an overview of options see |option-list|.
 For an overview of built-in functions see |functions|.
 For a list of Vim variables see |vim-variable|.
 For a complete listing of all help items see |help-tags|.
@@ -1128,6 +1128,8 @@ The commands are sorted on the non-optional part of their name.
 
 tag            command         action ~
 ------------------------------------------------------------------------------
+|:|            :               nothing
+|:range|       :{range}        go to last line in {range}
 |:!|           :!              filter lines or execute an external command
 |:!!|          :!!             repeat last ":!" command
 |:#|           :#              same as ":number"
index f35134a7a14f9e59e67f14ba865b8e9494a79d57..cff3b9e523a29e2c947ad36dfbcde5119a94b013 100644 (file)
@@ -1,4 +1,4 @@
-*popup.txt*  For Vim version 8.1.  Last change: 2019 Sep 03
+*popup.txt*  For Vim version 8.1.  Last change: 2019 Sep 04
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 601914fe2616c401db53db84aacbf49848e63acb..e66bbcb171515f6b4c729adfbacdd2dfdcdf696b 100644 (file)
@@ -1,4 +1,4 @@
-*sign.txt*      For Vim version 8.1.  Last change: 2019 Jul 21
+*sign.txt*      For Vim version 8.1.  Last change: 2019 Sep 06
 
 
                  VIM REFERENCE MANUAL    by Gordon Prieur
index 7597662e3de74a8c281564b19d20dc57cbdf15be..1626bf19b538112a98a18c7696d8593e6cd2c543 100644 (file)
@@ -152,8 +152,8 @@ a slash.  Thus "-R" means recovery and "-/R" readonly.
                This can be used to find out where time is spent while loading
                your .vimrc, plugins and opening the first file.
                When {fname} already exists new messages are appended.
-               (Only available when compiled with the |+startuptime|
-               feature).
+               {only available when compiled with the |+startuptime|
+               feature}
 
                                                        *--literal*
 --literal      Take file names literally, don't expand wildcards.  Not needed
@@ -311,10 +311,10 @@ a slash.  Thus "-R" means recovery and "-/R" readonly.
 -l             Lisp mode.  Sets the 'lisp' and 'showmatch' options on.
 
                                                        *-A*
--A             Arabic mode.  Sets the 'arabic' option on.  (Only when
+-A             Arabic mode.  Sets the 'arabic' option on.  {only when
                compiled with the |+arabic| features (which include
                |+rightleft|), otherwise Vim gives an error message
-               and exits.)
+               and exits}
 
                                                        *-F*
 -F             This was used for Farsi mode, which has been removed.
@@ -322,8 +322,8 @@ a slash.  Thus "-R" means recovery and "-/R" readonly.
 
                                                        *-H*
 -H             Hebrew mode.  Sets the 'hkmap' and 'rightleft' options on.
-               (Only when compiled with the |+rightleft| feature, otherwise
-               Vim gives an error message and exits.)
+               {only when compiled with the |+rightleft| feature, otherwise
+               Vim gives an error message and exits}
 
                                                        *-V* *verbose*
 -V[N]          Verbose.  Sets the 'verbose' option to [N] (default: 10).
index 8bea28bf6f8b015ca0f30125e96fa205a49b2fac..afad1759f8e5b4e83b36f45d07650a5a66199067 100644 (file)
@@ -1746,7 +1746,7 @@ There are several html preprocessor languages out there.  html.vim has been
 written such that it should be trivial to include it.  To do so add the
 following two lines to the syntax coloring file for that language
 (the example comes from the asp.vim file):
-
+>
     runtime! syntax/html.vim
     syn cluster htmlPreproc add=asp
 
index 2f06eeb7796cbdde7169b0749d4cf336e1326972..e343579b944e4edd871b1f0220e3d6503298b4a5 100644 (file)
@@ -6846,6 +6846,7 @@ getfperm()        eval.txt        /*getfperm()*
 getfsize()     eval.txt        /*getfsize()*
 getftime()     eval.txt        /*getftime()*
 getftype()     eval.txt        /*getftype()*
+getimstatus()  eval.txt        /*getimstatus()*
 getjumplist()  eval.txt        /*getjumplist()*
 getlatestvimscripts-install    pi_getscript.txt        /*getlatestvimscripts-install*
 getline()      eval.txt        /*getline()*
@@ -8256,6 +8257,7 @@ popup-callback    popup.txt       /*popup-callback*
 popup-close    popup.txt       /*popup-close*
 popup-examples popup.txt       /*popup-examples*
 popup-filter   popup.txt       /*popup-filter*
+popup-filter-mode      popup.txt       /*popup-filter-mode*
 popup-function-details popup.txt       /*popup-function-details*
 popup-functions        popup.txt       /*popup-functions*
 popup-intro    popup.txt       /*popup-intro*
index df12f83e7123ec458c6882b60b4e3c7ce996a613..f637d4cafed291f2afe997e8efa3c249f0105c55 100644 (file)
@@ -341,7 +341,7 @@ will move accordingly.
 When text is deleted and a text property no longer includes any text, it is
 deleted.  However, a text property that was defined as zero-width will remain,
 unless the whole line is deleted.
-`                                                              *E275*
+                                                               *E275*
 When a buffer is unloaded, all the text properties are gone.  There is no way
 to store the properties in a file.  You can only re-create them.  When a
 buffer is hidden the text is preserved and so are the text properties.  It is
index 1e54e6575c0e652bb2837fbc8e9b49bb34bc2faa..bb3b927fff1fb4be927983485646e811419bd7a4 100644 (file)
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 8.1.  Last change: 2019 Aug 30
+*todo.txt*      For Vim version 8.1.  Last change: 2019 Sep 07
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -138,6 +138,8 @@ Patch to add win_splitmove() function. (Andy Massimino, #4561)
 
 Patch for #4733: #4734.  Test needs improvements.
 
+Add CmdwinLeavePost (#4762).  Also add WinLeavePost then?
+
 Patch to fix session file when using multiple tabs. (Jason Franklin, 2019 May
 20)
 Also put :argadd commands at the start for all buffers, so that their order
@@ -278,8 +280,6 @@ Many users don't like 'thesaurus' to match so many words. (#4667, #1611)
 Some composing characters actually add a cell width to the character they are
 on top off, making the whole thing two characters wide. (#4526)
 
-Add CmdwinLeavePost (#4762).  Also add WinLeavePost then?
-
 Should we include some part of pull request #4505, not increment changedtick
 in some cases?  E.g. for ":write" when the changed flag was already off, the
 buffer didn't change at all.
index 2795400e941e50013f7a35899018cc0e32c166a0..f251613cac43e141b8d4064dfea7d4676c9ed6a6 100644 (file)
@@ -1,4 +1,4 @@
-*various.txt*   For Vim version 8.1.  Last change: 2019 Aug 21
+*various.txt*   For Vim version 8.1.  Last change: 2019 Sep 04
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -388,7 +388,7 @@ m  *+lua*           |Lua| interface
 m  *+lua/dyn*          |Lua| interface |/dyn|
 N  *+menu*             |:menu|
 N  *+mksession*                |:mksession|
-N  *+modify_fname*     |filename-modifiers|
+T  *+modify_fname*     |filename-modifiers|
 N  *+mouse*            Mouse handling |mouse-using|
 N  *+mouseshape*       |'mouseshape'|
 B  *+mouse_dec*                Unix only: Dec terminal mouse handling |dec-mouse|
index d77081841dc1660b11cb371abacad64a4c61c797..eafb8dd56830edc96c0886802fa41a7c6f1c2e8e 100644 (file)
@@ -1,8 +1,8 @@
 " Vim indent file
 " Language:            Tcl
-" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
 " Latest Update:       Chris Heithoff <chrisheithoff@gmail.com>
-" Latest Revision:     2018-12-05
+" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
+" Latest Revision:      2018-12-05
 
 if exists("b:did_indent")
   finish
index e1a510fce3183f4704fb68b5cc4c5cb017a82223..756d4693bd8555a6df53128698ee4d0b374db920 100644 (file)
@@ -359,8 +359,8 @@ func! s:SetupColorSchemes() abort
   let s:did_setup_color_schemes = 1
 
   let n = globpath(&runtimepath, "colors/*.vim", 1, 1)
-  let n += globpath(&runtimepath, "pack/*/start/*/colors/*.vim", 1, 1)
-  let n += globpath(&runtimepath, "pack/*/opt/*/colors/*.vim", 1, 1)
+  let n += globpath(&packpath, "pack/*/start/*/colors/*.vim", 1, 1)
+  let n += globpath(&packpath, "pack/*/opt/*/colors/*.vim", 1, 1)
 
   " Ignore case for VMS and windows, sort on name
   let names = sort(map(n, 'substitute(v:val, "\\c.*[/\\\\:\\]]\\([^/\\\\:]*\\)\\.vim", "\\1", "")'), 1)