diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-07-18 08:08:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 08:08:56 +0800 |
commit | 18f1a3aaa5e28421ebe631346e5cca6f75c9b104 (patch) | |
tree | 804179651b5af6a26f4e91bc1bb2393fd0abbf7d /runtime/doc/quickfix.txt | |
parent | 185b22720de9156393ddc22c2c59dc3eb46b8d97 (diff) | |
download | rneovim-18f1a3aaa5e28421ebe631346e5cca6f75c9b104.tar.gz rneovim-18f1a3aaa5e28421ebe631346e5cca6f75c9b104.tar.bz2 rneovim-18f1a3aaa5e28421ebe631346e5cca6f75c9b104.zip |
vim-patch:c1b3984: runtime(doc): minor updates. (#29778)
closes: vim/vim#15280
https://github.com/vim/vim/commit/c1b3984a7b3cd6adcd1f43e558cb04fad1af3182
Co-authored-by: Shane Harper <shane@shaneharper.net>
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 7090694dc6..17c12e7a8d 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1080,8 +1080,8 @@ commands can be combined to create a NewGrep command: > :vim[grep][!] {pattern} {file} ... Like above, but instead of enclosing the pattern in a - non-ID character use a white-separated pattern. The - pattern must start with an ID character. + non-ID character use a white space separated pattern. + The pattern must start with an ID character. Example: > :vimgrep Error *.c < |