aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-08-06 07:22:03 +0800
committerGitHub <noreply@github.com>2024-08-06 07:22:03 +0800
commitb04b263e1f827e113e51a43bab0a3d5a4a28f83f (patch)
treed60d6f55b4b14402e33082bd79c34f2f8bf5c566 /runtime/doc
parentb3641b80083d395b322fa2c5c84ed67f39cd76cd (diff)
parent6f5b904fb2481f910ef0c186280fb5d5c2cc0d70 (diff)
downloadrneovim-b04b263e1f827e113e51a43bab0a3d5a4a28f83f.tar.gz
rneovim-b04b263e1f827e113e51a43bab0a3d5a4a28f83f.tar.bz2
rneovim-b04b263e1f827e113e51a43bab0a3d5a4a28f83f.zip
Merge pull request #29984 from zeertzjq/vim-217d3c1
vim-patch: runtime file updates
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/quickfix.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index 17c12e7a8d..83e495ffdd 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -994,7 +994,7 @@ Another option is using 'makeencoding'.
==============================================================================
5. Using :vimgrep and :grep *grep* *lid*
-Vim has two ways to find matches for a pattern: Internal and external. The
+Vim has two ways to find matches for a pattern: internal and external. The
advantage of the internal grep is that it works on all systems and uses the
powerful Vim search patterns. An external grep program can be used when the
Vim grep does not do what you want.
@@ -1023,7 +1023,7 @@ commands can be combined to create a NewGrep command: >
command! -nargs=+ NewGrep execute 'silent grep! <args>' | copen 42
-5.1 using Vim's internal grep
+5.1 Using Vim's internal grep
*:vim* *:vimgrep* *E682* *E683*
:vim[grep][!] /{pattern}/[g][j][f] {file} ...