File tree Expand file tree Collapse file tree 13 files changed +28
-26
lines changed Expand file tree Collapse file tree 13 files changed +28
-26
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ a close callback to the channel.
465
465
466
466
To read all normal output from a RAW channel that is available: >
467
467
let output = ch_readraw(channel)
468
- To read all error output from a RAW channel that is available:: >
468
+ To read all error output from a RAW channel that is available: >
469
469
let output = ch_readraw(channel, {"part": "err"})
470
470
Note that if the channel is in NL mode, ch_readraw() will only return one line
471
471
for each call.
Original file line number Diff line number Diff line change @@ -1965,7 +1965,7 @@ v:collate The current locale setting for collation order of the runtime
1965
1965
command.
1966
1966
See | multi-lang | .
1967
1967
1968
- *v:colornames*
1968
+ *v:colornames*
1969
1969
v:colornames A dictionary that maps color names to hex color strings. These
1970
1970
color names can be used with the | highlight-guifg | ,
1971
1971
| highlight-guibg | , and | highlight-guisp | parameters. Updating
@@ -3598,7 +3598,7 @@ this pending exception or command is discarded.
3598
3598
For examples see | throw-catch | and | try-finally | .
3599
3599
3600
3600
3601
- NESTING OF TRY CONDITIONALS *try-nesting*
3601
+ NESTING OF TRY CONDITIONALS *try-nesting*
3602
3602
3603
3603
Try conditionals can be nested arbitrarily. That is, a complete try
3604
3604
conditional can be put into the try block, a catch clause, or the finally
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ used.
571
571
For example, to set the dialect to a default of "fblite" but still allow for
572
572
any #lang directive overrides, use the following command: >
573
573
574
- let g:freebasic_lang = "fblite"
574
+ let g:freebasic_lang = "fblite"
575
575
576
576
577
577
GIT COMMIT *ft-gitcommit-plugin*
Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ Programming language support ~
161
161
| filetype.txt | settings done specifically for a type of file
162
162
| quickfix.txt | commands for a quick edit-compile-fix cycle
163
163
| ft_ada.txt | Ada (the programming language) support
164
+ | ft_context.txt | Filetype plugin for ConTeXt
165
+ | ft_mp.txt | Filetype plugin for METAFONT and MetaPost
164
166
| ft_ps1.txt | Filetype plugin for Windows PowerShell
165
167
| ft_raku.txt | Filetype plugin for Raku
166
168
| ft_rust.txt | Filetype plugin for Rust
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ additionally installed over the GUI version. Typical build commands are:
56
56
./configure --prefix=`finddir B_SYSTEM_NONPACKAGED_DIRECTORY` \
57
57
--datarootdir=`finddir B_SYSTEM_NONPACKAGED_DATA_DIRECTORY` \
58
58
--mandir=`finddir B_SYSTEM_NONPACKAGED_DIRECTORY`/documentation/man \
59
- --with-tlib=ncurses \
59
+ --with-tlib=ncurses
60
60
make clean
61
61
make install
62
62
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Copyright 2005-2017: *tar-copyright*
82
82
<.vimrc> file.
83
83
Default
84
84
Variable Value Explanation
85
- *g:tar_browseoptions* "Ptf" used to get a list of contents
85
+ *g:tar_browseoptions* "Ptf" used to get a list of contents
86
86
*g:tar_readoptions* "OPxf" used to extract a file from a tarball
87
87
*g:tar_cmd* "tar" the name of the tar program
88
88
*g:tar_nomax* 0 if true, file window will not be maximized
@@ -98,7 +98,7 @@ Copyright 2005-2017: *tar-copyright*
98
98
"-"
99
99
Not all tar's support the "--" which is why
100
100
it isn't default.
101
- *g:tar_writeoptions* "uf" used to update/replace a file
101
+ *g:tar_writeoptions* "uf" used to update/replace a file
102
102
103
103
104
104
==============================================================================
Original file line number Diff line number Diff line change @@ -1008,8 +1008,8 @@ Note: even when using "num" or "long" the number of flags available to
1008
1008
compounding and prefixes is limited to about 250.
1009
1009
1010
1010
1011
- AFFIXES
1012
- *spell-PFX* *spell-SFX*
1011
+ AFFIXES *spell-PFX* *spell-SFX*
1012
+
1013
1013
The usual PFX (prefix) and SFX (suffix) lines are supported (see the Myspell
1014
1014
documentation or the Aspell manual:
1015
1015
http://aspell.net/man-html/Affix-Compression.html ).
Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ function to abort. `:defer` can be used to avoid that: >
405
405
call Handle('Outfile')
406
406
endfunc
407
407
408
- Note that deleting "Outfile" is scheduled before calling system(), since it
408
+ Note that deleting "Outfile" is scheduled before calling ` system ()` , since it
409
409
can be created even when `system ()` fails.
410
410
411
411
The deferred functions are called in reverse order, the last one added is
Original file line number Diff line number Diff line change 1
- *usr_03.txt* For Vim version 9.0. Last change: 2020 Sep 03
1
+ *usr_03.txt* For Vim version 9.0. Last change: 2022 Oct 30
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -223,7 +223,7 @@ you can see? This figure shows the three commands you can use:
223
223
+---------------------------+
224
224
225
225
Hints: "H" stands for Home, "M" for Middle and "L" for Last. Alternatively,
226
- "H" for high , "M" for Middle and "L" for low .
226
+ "H" for High , "M" for Middle and "L" for Low .
227
227
228
228
==============================================================================
229
229
*03.6* Telling where you are
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ FOUR KINDS OF NUMBERS
139
139
Numbers can be decimal, hexadecimal, octal and binary.
140
140
141
141
A hexadecimal number starts with "0x" or "0X". For example "0x1f" is decimal
142
- 31 and 0x1234 is decimal 4660.
142
+ 31 and " 0x1234" is decimal 4660.
143
143
144
144
An octal number starts with "0o", "0O". "0o17" is decimal 15.
145
145
@@ -687,7 +687,7 @@ search() function uses its first argument as a search pattern and the second
687
687
one as flags. The "W" flag means the search doesn't wrap around the end of
688
688
the file.
689
689
690
- Using the `call ` command is optional in | Vim9 | script. It is required in
690
+ Using the `call ` command is optional in | Vim9 | script. It is required in
691
691
legacy script and on the command line: >
692
692
693
693
call search("Date: ", "W")
You can’t perform that action at this time.
0 commit comments