forked from aniani/vim
runtime(doc): Tweak documentation style a bit
closes: #16893 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
b55f0221cc
commit
3ca914ec74
@@ -1,4 +1,4 @@
|
|||||||
*filetype.txt* For Vim version 9.1. Last change: 2025 Mar 14
|
*filetype.txt* For Vim version 9.1. Last change: 2025 Mar 15
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -795,7 +795,7 @@ Local mappings:
|
|||||||
to the end of the file in Normal mode. This means "> " is inserted in
|
to the end of the file in Normal mode. This means "> " is inserted in
|
||||||
each line.
|
each line.
|
||||||
|
|
||||||
MAN *ft-man-plugin* *:Man* *:ManReload* *man.vim*
|
MAN *ft-man-plugin* *:Man* *:ManReload* *man.vim*
|
||||||
|
|
||||||
This plugin displays a manual page in a nice way. See |find-manpage| in the
|
This plugin displays a manual page in a nice way. See |find-manpage| in the
|
||||||
user manual for more information.
|
user manual for more information.
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*pi_getscript.txt* For Vim version 9.1. Last change: 2025 Feb 28
|
*pi_getscript.txt* For Vim version 9.1. Last change: 2025 Mar 15
|
||||||
>
|
>
|
||||||
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell
|
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell
|
||||||
<
|
<
|
||||||
@@ -348,43 +348,43 @@ after/syntax/c.vim contained in it to overwrite a user's c.vim.
|
|||||||
Doesn't override vimball installation.
|
Doesn't override vimball installation.
|
||||||
>
|
>
|
||||||
g:GetLatestVimScripts_scriptaddr
|
g:GetLatestVimScripts_scriptaddr
|
||||||
< default='https://www.vim.org/scripts/script.php?script_id='
|
< default='https://www.vim.org/scripts/script.php?script_id='
|
||||||
Override this if your system needs
|
Override this if your system needs
|
||||||
... ='http://vim.sourceforge.net/script.php?script_id='
|
... ='http://vim.sourceforge.net/script.php?script_id='
|
||||||
>
|
>
|
||||||
g:GetLatestVimScripts_downloadaddr
|
g:GetLatestVimScripts_downloadaddr
|
||||||
< default='https://www.vim.org/scripts/download_script.php?src_id='
|
< default='https://www.vim.org/scripts/download_script.php?src_id='
|
||||||
Override this if your system needs
|
Override this if your system needs
|
||||||
... ='http://vim.sourceforge.net/scripts/download_script.php?src_id='
|
... ='http://vim.sourceforge.net/scripts/download_script.php?src_id='
|
||||||
>
|
>
|
||||||
g:GetLatestVimScripts_bunzip2
|
g:GetLatestVimScripts_bunzip2
|
||||||
< default= bunzip2
|
< default= bunzip2
|
||||||
This variable holds the name of the command to decompress .bz2
|
This variable holds the name of the command to decompress .bz2
|
||||||
files
|
files
|
||||||
>
|
>
|
||||||
g:GetLatestVimScripts_bunzip3
|
g:GetLatestVimScripts_bunzip3
|
||||||
< default= bunzip3
|
< default= bunzip3
|
||||||
This variable holds the name of the command to decompress .bz3
|
This variable holds the name of the command to decompress .bz3
|
||||||
files
|
files
|
||||||
>
|
>
|
||||||
g:GetLatestVimScripts_gunzip
|
g:GetLatestVimScripts_gunzip
|
||||||
< default= gunzip
|
< default= gunzip
|
||||||
This variable holds the name of the command to decompress .gz
|
This variable holds the name of the command to decompress .gz
|
||||||
files
|
files
|
||||||
>
|
>
|
||||||
g:GetLatestVimScripts_unxz
|
g:GetLatestVimScripts_unxz
|
||||||
< default= unxz
|
< default= unxz
|
||||||
This variable holds the name of the command to decompress .xz
|
This variable holds the name of the command to decompress .xz
|
||||||
files
|
files
|
||||||
>
|
>
|
||||||
g:GetLatestVimScripts_unzip
|
g:GetLatestVimScripts_unzip
|
||||||
< default= unzip
|
< default= unzip
|
||||||
This variable holds the name of the command to decompress .zip
|
This variable holds the name of the command to decompress .zip
|
||||||
files
|
files
|
||||||
|
|
||||||
Note: The variables associated with decompression commands help workaround
|
Note: The variables associated with decompression commands help workaround
|
||||||
crossplatform issues. For example, on Windows is possible to delegate this
|
crossplatform issues. For example, on Windows is possible to delegate
|
||||||
calls into `wsl` by doing: >
|
this calls into `wsl` by doing: >
|
||||||
|
|
||||||
let g:GetLatestVimScripts_bunzip2= "wsl -e bunzip2"
|
let g:GetLatestVimScripts_bunzip2= "wsl -e bunzip2"
|
||||||
let g:GetLatestVimScripts_gunzip= "wsl -e gunzip"
|
let g:GetLatestVimScripts_gunzip= "wsl -e gunzip"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*version9.txt* For Vim version 9.1. Last change: 2025 Mar 13
|
*version9.txt* For Vim version 9.1. Last change: 2025 Mar 15
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -41606,7 +41606,7 @@ Completion: ~
|
|||||||
- handle multi-line completion as expected
|
- handle multi-line completion as expected
|
||||||
- improved commandline completion for the |:hi| command
|
- improved commandline completion for the |:hi| command
|
||||||
- New option value for 'wildmode':
|
- New option value for 'wildmode':
|
||||||
"noselect" - do not auto select an entry in the wildmenu
|
"noselect" - do not auto select an entry in the wildmenu
|
||||||
|
|
||||||
Options: ~
|
Options: ~
|
||||||
- the default for 'commentstring' contains whitespace padding to have
|
- the default for 'commentstring' contains whitespace padding to have
|
||||||
|
Reference in New Issue
Block a user