diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 06:44:48 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 16:20:22 +0200 |
commit | 0414a338687801c0ea4770d8288cf1f9e1dd83eb (patch) | |
tree | f021b1f0b5f5244d80aee1e90d394135be461c46 /runtime/doc/quickfix.txt | |
parent | c6e4a29ad2fe1d0ab20ec9b46dfcd525b788527f (diff) | |
download | rneovim-0414a338687801c0ea4770d8288cf1f9e1dd83eb.tar.gz rneovim-0414a338687801c0ea4770d8288cf1f9e1dd83eb.tar.bz2 rneovim-0414a338687801c0ea4770d8288cf1f9e1dd83eb.zip |
vim-patch:61da1bfa6c6b
Update runtime files.
https://github.com/vim/vim/commit/61da1bfa6c6b19dd670671a318ce9f9e2acc784c
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index ca836fea67..69935be133 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -87,7 +87,7 @@ processing a quickfix or location list command, it will be aborted. :ll[!] [nr] Same as ":cc", except the location list for the current window is used instead of the quickfix list. - *:cn* *:cnext* *E553* + *:cn* *:cne* *:cnext* *E553* :[count]cn[ext][!] Display the [count] next error in the list that includes a file name. If there are no file names at all, go to the [count] next error. See |:cc| for @@ -177,7 +177,7 @@ processing a quickfix or location list command, it will be aborted. 'encoding' option, you can use the 'makeencoding' option to specify the encoding. - *:lf* *:lfile* + *:lf* *:lfi* *:lfile* :lf[ile][!] [errorfile] Same as ":cfile", except the location list for the current window is used instead of the quickfix list. You can not use the -q command-line option to set @@ -192,7 +192,7 @@ processing a quickfix or location list command, it will be aborted. option to specify the encoding. -:lg[etfile] [errorfile] *:lg* *:lgetfile* +:lg[etfile] [errorfile] *:lg* *:lge* *:lgetfile* Same as ":cgetfile", except the location list for the current window is used instead of the quickfix list. @@ -230,7 +230,7 @@ processing a quickfix or location list command, it will be aborted. the current window is used instead of the quickfix list. - *:cad* *:caddbuffer* + *:cad* *:cadd* *:caddbuffer* :cad[dbuffer] [bufnr] Read the error list from the current buffer and add the errors to the current quickfix list. If a quickfix list is not present, then a new list is @@ -277,7 +277,7 @@ processing a quickfix or location list command, it will be aborted. Example: > :g/mypattern/caddexpr expand("%") . ":" . line(".") . ":" . getline(".") < - *:lad* *:laddexpr* + *:lad* *:addd* *:laddexpr* :lad[dexpr] {expr} Same as ":caddexpr", except the location list for the current window is used instead of the quickfix list. |