diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-02-25 16:38:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 16:38:34 +0800 |
commit | c651a0f643e7bd34eb740069a7b5b8c9f8759ecc (patch) | |
tree | 81588c2c1f07e2d0df43676248efdf8a71fbdcd6 /runtime/doc/quickfix.txt | |
parent | b72dc2d8ade54ba22b0b25ffe9402ffb314ef97d (diff) | |
download | rneovim-c651a0f643e7bd34eb740069a7b5b8c9f8759ecc.tar.gz rneovim-c651a0f643e7bd34eb740069a7b5b8c9f8759ecc.tar.bz2 rneovim-c651a0f643e7bd34eb740069a7b5b8c9f8759ecc.zip |
vim-patch:partial:d086b8f646a6 (#27623)
runtime(doc): fix inconsistent indent (vim/vim#14089)
https://github.com/vim/vim/commit/d086b8f646a67f6b16c46061ce773de1011b8ec7
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 4428ff2f65..9037ecc0f9 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -368,12 +368,12 @@ processing a quickfix or location list command, it will be aborted. :cl[ist]! +{count} List the current and next {count} error lines. This is useful to see unrecognized lines after the current one. For example, if ":clist" shows: - 8384 testje.java:252: error: cannot find symbol ~ + 8384 testje.java:252: error: cannot find symbol ~ Then using ":cl! +3" shows the reason: - 8384 testje.java:252: error: cannot find symbol ~ - 8385: ZexitCode = Fmainx(); ~ - 8386: ^ ~ - 8387: symbol: method Fmainx() ~ + 8384 testje.java:252: error: cannot find symbol ~ + 8385: ZexitCode = Fmainx(); ~ + 8386: ^ ~ + 8387: symbol: method Fmainx() ~ :lli[st] [from] [, [to]] *:lli* *:llist* Same as ":clist", except the location list for the |