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
|
||||||
|
@@ -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
|
||||||
<
|
<
|
||||||
@@ -383,8 +383,8 @@ after/syntax/c.vim contained in it to overwrite a user's c.vim.
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user