Skip to content

Commit c685513

Browse files
authored
Merge pull request #1647 from vim-jp/hh-update-quickfix
Update quickfix.{txt,jax}
2 parents 7c932f4 + 0e6d1aa commit c685513

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/quickfix.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
1+
*quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Aug 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/quickfix.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim version 9.1. Last change: 2024 Jul 17
1+
*quickfix.txt* For Vim version 9.1. Last change: 2024 Aug 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1006,7 +1006,7 @@ Another option is using 'makeencoding'.
10061006
==============================================================================
10071007
5. Using :vimgrep and :grep *grep* *lid*
10081008

1009-
Vim has two ways to find matches for a pattern: Internal and external. The
1009+
Vim has two ways to find matches for a pattern: internal and external. The
10101010
advantage of the internal grep is that it works on all systems and uses the
10111011
powerful Vim search patterns. An external grep program can be used when the
10121012
Vim grep does not do what you want.
@@ -1035,7 +1035,7 @@ commands can be combined to create a NewGrep command: >
10351035
command! -nargs=+ NewGrep execute 'silent grep! <args>' | copen 42
10361036
10371037
1038-
5.1 using Vim's internal grep
1038+
5.1 Using Vim's internal grep
10391039

10401040
*:vim* *:vimgrep* *E682* *E683*
10411041
:vim[grep][!] /{pattern}/[g][j][f] {file} ...

0 commit comments

Comments
 (0)