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.
465465
466466To read all normal output from a RAW channel that is available: >
467467 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: >
469469 let output = ch_readraw(channel, {"part": "err"})
470470 Note that if the channel is in NL mode, ch_readraw() will only return one line
471471for 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
19651965 command.
19661966 See | multi-lang | .
19671967
1968- *v:colornames*
1968+ *v:colornames*
19691969v:colornames A dictionary that maps color names to hex color strings. These
19701970 color names can be used with the | highlight-guifg | ,
19711971 | highlight-guibg | , and | highlight-guisp | parameters. Updating
@@ -3598,7 +3598,7 @@ this pending exception or command is discarded.
35983598For examples see | throw-catch | and | try-finally | .
35993599
36003600
3601- NESTING OF TRY CONDITIONALS *try-nesting*
3601+ NESTING OF TRY CONDITIONALS *try-nesting*
36023602
36033603Try conditionals can be nested arbitrarily. That is, a complete try
36043604conditional 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.
571571For example, to set the dialect to a default of "fblite" but still allow for
572572any #lang directive overrides, use the following command: >
573573
574- let g:freebasic_lang = "fblite"
574+ let g:freebasic_lang = "fblite"
575575
576576
577577 GIT COMMIT *ft-gitcommit-plugin*
Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ Programming language support ~
161161| filetype.txt | settings done specifically for a type of file
162162| quickfix.txt | commands for a quick edit-compile-fix cycle
163163| 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
164166| ft_ps1.txt | Filetype plugin for Windows PowerShell
165167| ft_raku.txt | Filetype plugin for Raku
166168| 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:
5656 ./configure --prefix=`finddir B_SYSTEM_NONPACKAGED_DIRECTORY` \
5757 --datarootdir=`finddir B_SYSTEM_NONPACKAGED_DATA_DIRECTORY` \
5858 --mandir=`finddir B_SYSTEM_NONPACKAGED_DIRECTORY`/documentation/man \
59- --with-tlib=ncurses \
59+ --with-tlib=ncurses
6060 make clean
6161 make install
6262
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Copyright 2005-2017: *tar-copyright*
8282 <.vimrc> file.
8383 Default
8484 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
8686 *g:tar_readoptions* "OPxf" used to extract a file from a tarball
8787 *g:tar_cmd* "tar" the name of the tar program
8888 *g:tar_nomax* 0 if true, file window will not be maximized
@@ -98,7 +98,7 @@ Copyright 2005-2017: *tar-copyright*
9898 "-"
9999 Not all tar's support the "--" which is why
100100 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
102102
103103
104104==============================================================================
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
10081008compounding and prefixes is limited to about 250.
10091009
10101010
1011- AFFIXES
1012- *spell-PFX* *spell-SFX*
1011+ AFFIXES *spell-PFX* *spell-SFX*
1012+
10131013The usual PFX (prefix) and SFX (suffix) lines are supported (see the Myspell
10141014documentation or the Aspell manual:
10151015http://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: >
405405 call Handle('Outfile')
406406 endfunc
407407
408- Note that deleting "Outfile" is scheduled before calling system(), since it
408+ Note that deleting "Outfile" is scheduled before calling ` system ()` , since it
409409can be created even when `system ()` fails.
410410
411411The 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
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -223,7 +223,7 @@ you can see? This figure shows the three commands you can use:
223223 +---------------------------+
224224
225225Hints: "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 .
227227
228228==============================================================================
229229*03.6* Telling where you are
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ FOUR KINDS OF NUMBERS
139139Numbers can be decimal, hexadecimal, octal and binary.
140140
141141A 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.
143143
144144An octal number starts with "0o", "0O". "0o17" is decimal 15.
145145
@@ -687,7 +687,7 @@ search() function uses its first argument as a search pattern and the second
687687one as flags. The "W" flag means the search doesn't wrap around the end of
688688the file.
689689
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
691691legacy script and on the command line: >
692692
693693 call search("Date: ", "W")
You can’t perform that action at this time.
0 commit comments