File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- *quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
1
+ *quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Aug 05
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1006,7 +1006,7 @@ Another option is using 'makeencoding'.
1006
1006
==============================================================================
1007
1007
5. Using :vimgrep and :grep *grep* *lid*
1008
1008
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
1010
1010
advantage of the internal grep is that it works on all systems and uses the
1011
1011
powerful Vim search patterns. An external grep program can be used when the
1012
1012
Vim grep does not do what you want.
@@ -1035,7 +1035,7 @@ commands can be combined to create a NewGrep command: >
1035
1035
command! -nargs=+ NewGrep execute 'silent grep! <args>' | copen 42
1036
1036
1037
1037
1038
- 5.1 using Vim's internal grep
1038
+ 5.1 Using Vim's internal grep
1039
1039
1040
1040
*:vim* *:vimgrep* *E682* *E683*
1041
1041
:vim[grep][!] /{pattern} /[g][j][f] {file} ...
You can’t perform that action at this time.
0 commit comments