mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
patch 9.1.0000: Vim 9.1 release
Problem: Need a new release Solution: Release Vim 9.1 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
2
Makefile
2
Makefile
@ -94,7 +94,7 @@ syntaxtest:
|
|||||||
# Before creating an archive first delete all backup files, *.orig, etc.
|
# Before creating an archive first delete all backup files, *.orig, etc.
|
||||||
|
|
||||||
MAJOR = 9
|
MAJOR = 9
|
||||||
MINOR = 0
|
MINOR = 1
|
||||||
|
|
||||||
# CHECKLIST for creating a new version:
|
# CHECKLIST for creating a new version:
|
||||||
#
|
#
|
||||||
|
@ -150,4 +150,4 @@ Most of Vim was created by Bram Moolenaar `<Bram@vim.org>`
|
|||||||
Send any other comments, patches, flowers and suggestions to the vim-dev mailing list:
|
Send any other comments, patches, flowers and suggestions to the vim-dev mailing list:
|
||||||
`<vim-dev@vim.org>`
|
`<vim-dev@vim.org>`
|
||||||
|
|
||||||
This is `README.md` for version 9.0 of Vim: Vi IMproved.
|
This is `README.md` for version 9.1 of Vim: Vi IMproved.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README.txt for version 9.0 of Vim: Vi IMproved.
|
README.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
|
|
||||||
WHAT IS VIM?
|
WHAT IS VIM?
|
||||||
|
@ -9,15 +9,15 @@ Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
|
|||||||
messages, shows current file name in window title, on-line
|
messages, shows current file name in window title, on-line
|
||||||
help, rectangular cut/paste, etc., etc., etc...
|
help, rectangular cut/paste, etc., etc., etc...
|
||||||
|
|
||||||
Version 9.0. Also runs under UNIX, MS-Windows, Mac, etc.
|
Version 9.1. Also runs under UNIX, MS-Windows, Mac, etc.
|
||||||
vim90rt.tgz contains the documentation and syntax files.
|
vim91rt.tgz contains the documentation and syntax files.
|
||||||
vim90bin.tgz contains the binaries.
|
vim91bin.tgz contains the binaries.
|
||||||
vim90src.tgz contains the sources.
|
vim91src.tgz contains the sources.
|
||||||
Author: Bram Moolenaar et al.
|
Author: Bram Moolenaar et al.
|
||||||
|
|
||||||
|
|
||||||
Xxd Hex dumper and reader. Can be used to view files as hex, edit
|
Xxd Hex dumper and reader. Can be used to view files as hex, edit
|
||||||
them and write them back. Can also be used to patch files.
|
them and write them back. Can also be used to patch files.
|
||||||
|
|
||||||
Version 2022 Jan 14
|
Version 2023 Oct 25
|
||||||
Author: Juergen Weigert
|
Author: Juergen Weigert
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_ami.txt for version 9.0 of Vim: Vi IMproved.
|
README_ami.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
This file explains the installation of Vim on Amiga systems.
|
This file explains the installation of Vim on Amiga systems.
|
||||||
See README.txt for general information about Vim.
|
See README.txt for general information about Vim.
|
||||||
@ -16,8 +16,8 @@ easily upgrade to a new version. For example:
|
|||||||
You would then unpack the archives like this:
|
You would then unpack the archives like this:
|
||||||
|
|
||||||
cd dh0:editors
|
cd dh0:editors
|
||||||
tar xf t:vim90bin.tar
|
tar xf t:vim91bin.tar
|
||||||
tar xf t:vim90rt.tar
|
tar xf t:vim91rt.tar
|
||||||
|
|
||||||
Set the $VIM environment variable to point to the top directory of your Vim
|
Set the $VIM environment variable to point to the top directory of your Vim
|
||||||
files. For the above example:
|
files. For the above example:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_amibin.txt for version 9.0 of Vim: Vi IMproved.
|
README_amibin.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
See "README_ami.txt" for installation instructions for the Amiga.
|
See "README_ami.txt" for installation instructions for the Amiga.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_amisrc.txt for version 9.0 of Vim: Vi IMproved.
|
README_amisrc.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
See "README_ami.txt" for installation instructions for the Amiga.
|
See "README_ami.txt" for installation instructions for the Amiga.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_bindos.txt for version 9.0 of Vim: Vi IMproved.
|
README_bindos.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
|
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
|
||||||
@ -8,9 +8,9 @@ These files are in the runtime archive (vim90rt.zip).
|
|||||||
There are several binary distributions of Vim for the PC. You would normally
|
There are several binary distributions of Vim for the PC. You would normally
|
||||||
pick only one of them, but it's also possible to install several.
|
pick only one of them, but it's also possible to install several.
|
||||||
These ones are available (the version number may differ):
|
These ones are available (the version number may differ):
|
||||||
vim90w32.zip Windows 95/98/NT/etc. console version
|
vim91w32.zip Windows 95/98/NT/etc. console version
|
||||||
gvim90.zip Windows 95/98/NT/etc. GUI version
|
gvim91.zip Windows 95/98/NT/etc. GUI version
|
||||||
gvim90ole.zip Windows 95/98/NT/etc. GUI version with OLE
|
gvim91ole.zip Windows 95/98/NT/etc. GUI version with OLE
|
||||||
|
|
||||||
You MUST also get the runtime archive (vim90rt.zip).
|
You MUST also get the runtime archive (vim91rt.zip).
|
||||||
The sources are also available (vim90src.zip).
|
The sources are also available (vim91src.zip).
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_dos.txt for version 9.0 of Vim: Vi IMproved.
|
README_dos.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
This file explains the installation of Vim on MS-Windows systems.
|
This file explains the installation of Vim on MS-Windows systems.
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
@ -41,19 +41,19 @@ These are the normal steps to install Vim from the .zip archives:
|
|||||||
located. Check the $VIM setting to see where it points to:
|
located. Check the $VIM setting to see where it points to:
|
||||||
set VIM
|
set VIM
|
||||||
For example, if you have
|
For example, if you have
|
||||||
C:\vim\vim90
|
C:\vim\vim91
|
||||||
do
|
do
|
||||||
cd C:\
|
cd C:\
|
||||||
Binary and runtime Vim archives are normally unpacked in the same location,
|
Binary and runtime Vim archives are normally unpacked in the same location,
|
||||||
on top of each other.
|
on top of each other.
|
||||||
|
|
||||||
2. Unpack the zip archives. This will create a new directory "vim\vim90",
|
2. Unpack the zip archives. This will create a new directory "vim\vim91",
|
||||||
in which all the distributed Vim files are placed. Since the directory
|
in which all the distributed Vim files are placed. Since the directory
|
||||||
name includes the version number, it is unlikely that you overwrite
|
name includes the version number, it is unlikely that you overwrite
|
||||||
existing files.
|
existing files.
|
||||||
Examples:
|
Examples:
|
||||||
pkunzip -d gvim90.zip
|
pkunzip -d gvim91.zip
|
||||||
unzip vim90w32.zip
|
unzip vim91w32.zip
|
||||||
|
|
||||||
You need to unpack the runtime archive and at least one of the binary
|
You need to unpack the runtime archive and at least one of the binary
|
||||||
archives. When using more than one binary version, be careful not to
|
archives. When using more than one binary version, be careful not to
|
||||||
@ -65,7 +65,7 @@ These are the normal steps to install Vim from the .zip archives:
|
|||||||
won't move or copy the runtime files.
|
won't move or copy the runtime files.
|
||||||
|
|
||||||
3. Change to the new directory:
|
3. Change to the new directory:
|
||||||
cd vim\vim90
|
cd vim\vim91
|
||||||
Run the "install.exe" program. It will ask you a number of questions about
|
Run the "install.exe" program. It will ask you a number of questions about
|
||||||
how you would like to have your Vim setup. Among these are:
|
how you would like to have your Vim setup. Among these are:
|
||||||
- You can tell it to write a "_vimrc" file with your preferences in the
|
- You can tell it to write a "_vimrc" file with your preferences in the
|
||||||
@ -76,8 +76,8 @@ These are the normal steps to install Vim from the .zip archives:
|
|||||||
console or in a shell. You can select one of the directories in your
|
console or in a shell. You can select one of the directories in your
|
||||||
$PATH. If you skip this, you can add Vim to the search path manually:
|
$PATH. If you skip this, you can add Vim to the search path manually:
|
||||||
The simplest is to add a line to your autoexec.bat. Examples:
|
The simplest is to add a line to your autoexec.bat. Examples:
|
||||||
set path=%path%;C:\vim\vim90
|
set path=%path%;C:\vim\vim91
|
||||||
set path=%path%;D:\editors\vim\vim90
|
set path=%path%;D:\editors\vim\vim91
|
||||||
- Create entries for Vim on the desktop and in the Start menu.
|
- Create entries for Vim on the desktop and in the Start menu.
|
||||||
|
|
||||||
That's it!
|
That's it!
|
||||||
@ -89,8 +89,8 @@ Remarks:
|
|||||||
won't show a menubar. Then you need to set the $VIM environment variable to
|
won't show a menubar. Then you need to set the $VIM environment variable to
|
||||||
point to the top directory of your Vim files. Example:
|
point to the top directory of your Vim files. Example:
|
||||||
set VIM=C:\editors\vim
|
set VIM=C:\editors\vim
|
||||||
Vim version 9.0 will look for your vimrc file in $VIM, and for the runtime
|
Vim version 9.1 will look for your vimrc file in $VIM, and for the runtime
|
||||||
files in $VIM/vim90. See ":help $VIM" for more information.
|
files in $VIM/vim91. See ":help $VIM" for more information.
|
||||||
|
|
||||||
- To avoid confusion between distributed files of different versions and your
|
- To avoid confusion between distributed files of different versions and your
|
||||||
own modified vim scripts, it is recommended to use this directory layout:
|
own modified vim scripts, it is recommended to use this directory layout:
|
||||||
@ -101,14 +101,14 @@ Remarks:
|
|||||||
C:\vim\vimfiles\ftplugin\*.vim Filetype plugins
|
C:\vim\vimfiles\ftplugin\*.vim Filetype plugins
|
||||||
C:\vim\... Other files you made.
|
C:\vim\... Other files you made.
|
||||||
Distributed files:
|
Distributed files:
|
||||||
C:\vim\vim90\vim.exe The Vim version 9.0 executable.
|
C:\vim\vim91\vim.exe The Vim version 9.1 executable.
|
||||||
C:\vim\vim90\doc\*.txt The version 9.0 documentation files.
|
C:\vim\vim91\doc\*.txt The version 9.1 documentation files.
|
||||||
C:\vim\vim90\bugreport.vim A Vim version 9.0 script.
|
C:\vim\vim91\bugreport.vim A Vim version 9.1 script.
|
||||||
C:\vim\vim90\... Other version 9.0 distributed files.
|
C:\vim\vim91\... Other version 9.1 distributed files.
|
||||||
In this case the $VIM environment variable would be set like this:
|
In this case the $VIM environment variable would be set like this:
|
||||||
set VIM=C:\vim
|
set VIM=C:\vim
|
||||||
Then $VIMRUNTIME will automatically be set to "$VIM\vim90". Don't add
|
Then $VIMRUNTIME will automatically be set to "$VIM\vim91". Don't add
|
||||||
"vim90" to $VIM, that won't work.
|
"vim91" to $VIM, that won't work.
|
||||||
|
|
||||||
- You can put your Vim executable anywhere else. If the executable is not
|
- You can put your Vim executable anywhere else. If the executable is not
|
||||||
with the other Vim files, you should set $VIM. The simplest is to add a line
|
with the other Vim files, you should set $VIM. The simplest is to add a line
|
||||||
@ -132,8 +132,8 @@ Remarks:
|
|||||||
Select Properties.
|
Select Properties.
|
||||||
5. In the Program tab, change the "Cmdline" to add "/c" and the name of the
|
5. In the Program tab, change the "Cmdline" to add "/c" and the name of the
|
||||||
Vim executable. Examples:
|
Vim executable. Examples:
|
||||||
C:\command.com /c C:\vim\vim90\vim.exe
|
C:\command.com /c C:\vim\vim91\vim.exe
|
||||||
C:\command.com /c D:\editors\vim\vim90\vim.exe
|
C:\command.com /c D:\editors\vim\vim91\vim.exe
|
||||||
6. Select the font, window size, etc. that you like. If this isn't
|
6. Select the font, window size, etc. that you like. If this isn't
|
||||||
possible, select "Advanced" in the Program tab, and deselect "MS-DOS
|
possible, select "Advanced" in the Program tab, and deselect "MS-DOS
|
||||||
mode".
|
mode".
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_extra.txt for version 9.0 of Vim: Vi IMproved.
|
README_extra.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
These extra files of Vim are for special purposes. This README explains what
|
These extra files of Vim are for special purposes. This README explains what
|
||||||
the files are for. For general information about Vim, see the "README.txt"
|
the files are for. For general information about Vim, see the "README.txt"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_haiku.txt for version 9.0 of Vim: Vi IMproved.
|
README_haiku.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
This file explains the installation of Vim on Haiku operating system.
|
This file explains the installation of Vim on Haiku operating system.
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_mac.txt for version 9.0 of Vim: Vi IMproved.
|
README_mac.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
This file explains the installation of Vim on MacOS systems.
|
This file explains the installation of Vim on MacOS systems.
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_ole.txt for version 9.0 of Vim: Vi IMproved.
|
README_ole.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
This archive contains gvim.exe with OLE interface.
|
This archive contains gvim.exe with OLE interface.
|
||||||
This version of gvim.exe can also load a number of interface dynamically (you
|
This version of gvim.exe can also load a number of interface dynamically (you
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_os2.txt for version 9.0 of Vim: Vi IMproved.
|
README_os2.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
This file used to explain the installation of Vim on OS/2 systems.
|
This file used to explain the installation of Vim on OS/2 systems.
|
||||||
However, support for OS/2 has been removed in patch 7.4.1008.
|
However, support for OS/2 has been removed in patch 7.4.1008.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_os390.txt for version 9.0 of Vim: Vi IMproved.
|
README_os390.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
This readme explains how to build Vim on z/OS. Formerly called OS/390.
|
This readme explains how to build Vim on z/OS. Formerly called OS/390.
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
README_src.txt for version 9.0 of Vim: Vi IMproved.
|
README_src.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
The source archive contains the files needed to compile Vim on Unix systems.
|
The source archive contains the files needed to compile Vim on Unix systems.
|
||||||
It is packed for Unix systems (NL line separator).
|
It is packed for Unix systems (NL line separator).
|
||||||
|
|
||||||
For more information, see the README.txt file that comes with the runtime
|
For more information, see the README.txt file that comes with the runtime
|
||||||
archive (vim-9.0-rt.tar.gz). To be able to run Vim you MUST get the runtime
|
archive (vim-9.1-rt.tar.gz). To be able to run Vim you MUST get the runtime
|
||||||
archive too!
|
archive too!
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_srcdos.txt for version 9.0 of Vim: Vi IMproved.
|
README_srcdos.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
See "README_dos.txt" for installation instructions for MS-Windows.
|
See "README_dos.txt" for installation instructions for MS-Windows.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_unix.txt for version 9.0 of Vim: Vi IMproved.
|
README_unix.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
This file explains the installation of Vim on Unix systems.
|
This file explains the installation of Vim on Unix systems.
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_vms.txt for version 9.0 of Vim: Vi IMproved.
|
README_vms.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
This file explains the installation of Vim on VMS systems.
|
This file explains the installation of Vim on VMS systems.
|
||||||
See "README.txt" in the runtime archive for information about Vim.
|
See "README.txt" in the runtime archive for information about Vim.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_w32s.txt for version 9.0 of Vim: Vi IMproved.
|
README_w32s.txt for version 9.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
This file used to explain the installation of Vim on MS-Windows 3.1 and 3.11
|
This file used to explain the installation of Vim on MS-Windows 3.1 and 3.11
|
||||||
systems. However, support for MS-Windows 3.1 and 3.11 has been removed in
|
systems. However, support for MS-Windows 3.1 and 3.11 has been removed in
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
!ifndef __GVIM_VER__NSH__
|
!ifndef __GVIM_VER__NSH__
|
||||||
!define __GVIM_VER__NSH__
|
!define __GVIM_VER__NSH__
|
||||||
!define VER_MAJOR 9
|
!define VER_MAJOR 9
|
||||||
!define VER_MINOR 0
|
!define VER_MINOR 1
|
||||||
!endif
|
!endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*arabic.txt* For Vim version 9.0. Last change: 2021 Jun 22
|
*arabic.txt* For Vim version 9.1. Last change: 2021 Jun 22
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Nadim Shaikli
|
VIM REFERENCE MANUAL by Nadim Shaikli
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*autocmd.txt* For Vim version 9.0. Last change: 2023 May 20
|
*autocmd.txt* For Vim version 9.1. Last change: 2023 May 20
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*builtin.txt* For Vim version 9.0. Last change: 2023 Dec 24
|
*builtin.txt* For Vim version 9.1. Last change: 2023 Dec 24
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*change.txt* For Vim version 9.0. Last change: 2023 Dec 19
|
*change.txt* For Vim version 9.1. Last change: 2023 Dec 19
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*channel.txt* For Vim version 9.0. Last change: 2023 Aug 15
|
*channel.txt* For Vim version 9.1. Last change: 2023 Aug 15
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*cmdline.txt* For Vim version 9.0. Last change: 2023 Dec 09
|
*cmdline.txt* For Vim version 9.1. Last change: 2023 Dec 09
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*debug.txt* For Vim version 9.0. Last change: 2019 May 07
|
*debug.txt* For Vim version 9.1. Last change: 2019 May 07
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*debugger.txt* For Vim version 9.0. Last change: 2019 Dec 21
|
*debugger.txt* For Vim version 9.1. Last change: 2019 Dec 21
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Gordon Prieur
|
VIM REFERENCE MANUAL by Gordon Prieur
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*develop.txt* For Vim version 9.0. Last change: 2022 Sep 20
|
*develop.txt* For Vim version 9.1. Last change: 2022 Sep 20
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*diff.txt* For Vim version 9.0. Last change: 2023 Apr 04
|
*diff.txt* For Vim version 9.1. Last change: 2023 Apr 04
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*digraph.txt* For Vim version 9.0. Last change: 2023 Oct 20
|
*digraph.txt* For Vim version 9.1. Last change: 2023 Oct 20
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*editing.txt* For Vim version 9.0. Last change: 2023 Sep 27
|
*editing.txt* For Vim version 9.1. Last change: 2023 Sep 27
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*eval.txt* For Vim version 9.0. Last change: 2023 Dec 09
|
*eval.txt* For Vim version 9.1. Last change: 2023 Dec 09
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*farsi.txt* For Vim version 9.0. Last change: 2019 May 05
|
*farsi.txt* For Vim version 9.1. Last change: 2019 May 05
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Mortaza Ghassab Shiran
|
VIM REFERENCE MANUAL by Mortaza Ghassab Shiran
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*filetype.txt* For Vim version 9.0. Last change: 2024 Jan 01
|
*filetype.txt* For Vim version 9.1. Last change: 2024 Jan 01
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*fold.txt* For Vim version 9.0. Last change: 2023 Mar 24
|
*fold.txt* For Vim version 9.1. Last change: 2023 Mar 24
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*ft_ada.txt* For Vim version 9.0. Last change: 2022 Mar 13
|
*ft_ada.txt* For Vim version 9.1. Last change: 2022 Mar 13
|
||||||
|
|
||||||
|
|
||||||
ADA FILE TYPE PLUG-INS REFERENCE MANUAL~
|
ADA FILE TYPE PLUG-INS REFERENCE MANUAL~
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*ft_context.txt* For Vim version 9.0. Last change: 2024 Jan 01
|
*ft_context.txt* For Vim version 9.1. Last change: 2024 Jan 01
|
||||||
|
|
||||||
This is the documentation for the ConTeXt filetype plugin.
|
This is the documentation for the ConTeXt filetype plugin.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*ft_mp.txt* For Vim version 9.0. Last change: 2022 Aug 12
|
*ft_mp.txt* For Vim version 9.1. Last change: 2022 Aug 12
|
||||||
|
|
||||||
This is the documentation for the METAFONT and MetaPost filetype plugins.
|
This is the documentation for the METAFONT and MetaPost filetype plugins.
|
||||||
Unless otherwise specified, the commands, settings and mappings defined below
|
Unless otherwise specified, the commands, settings and mappings defined below
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*ft_sql.txt* For Vim version 9.0. Last change: 2022 Apr 06
|
*ft_sql.txt* For Vim version 9.1. Last change: 2022 Apr 06
|
||||||
|
|
||||||
by David Fishburn
|
by David Fishburn
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*gui.txt* For Vim version 9.0. Last change: 2023 Apr 29
|
*gui.txt* For Vim version 9.1. Last change: 2023 Apr 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*gui_w32.txt* For Vim version 9.0. Last change: 2022 Mar 09
|
*gui_w32.txt* For Vim version 9.1. Last change: 2022 Mar 09
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*gui_x11.txt* For Vim version 9.0. Last change: 2022 Apr 03
|
*gui_x11.txt* For Vim version 9.1. Last change: 2022 Apr 03
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*hangulin.txt* For Vim version 9.0. Last change: 2019 Nov 21
|
*hangulin.txt* For Vim version 9.1. Last change: 2019 Nov 21
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam
|
VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*hebrew.txt* For Vim version 9.0. Last change: 2019 May 05
|
*hebrew.txt* For Vim version 9.1. Last change: 2019 May 05
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem)
|
VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*help.txt* For Vim version 9.0. Last change: 2022 Dec 03
|
*help.txt* For Vim version 9.1. Last change: 2022 Dec 03
|
||||||
|
|
||||||
VIM - main help file
|
VIM - main help file
|
||||||
k
|
k
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*helphelp.txt* For Vim version 9.0. Last change: 2022 Jan 08
|
*helphelp.txt* For Vim version 9.1. Last change: 2022 Jan 08
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*howto.txt* For Vim version 9.0. Last change: 2006 Apr 02
|
*howto.txt* For Vim version 9.1. Last change: 2006 Apr 02
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_cscop.txt* For Vim version 9.0. Last change: 2022 Jan 08
|
*if_cscop.txt* For Vim version 9.1. Last change: 2022 Jan 08
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Andy Kahn
|
VIM REFERENCE MANUAL by Andy Kahn
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_lua.txt* For Vim version 9.0. Last change: 2021 Aug 06
|
*if_lua.txt* For Vim version 9.1. Last change: 2021 Aug 06
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Luis Carvalho
|
VIM REFERENCE MANUAL by Luis Carvalho
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_mzsch.txt* For Vim version 9.0. Last change: 2020 Oct 14
|
*if_mzsch.txt* For Vim version 9.1. Last change: 2020 Oct 14
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Sergey Khorev
|
VIM REFERENCE MANUAL by Sergey Khorev
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_ole.txt* For Vim version 9.0. Last change: 2023 Nov 19
|
*if_ole.txt* For Vim version 9.1. Last change: 2023 Nov 19
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Paul Moore
|
VIM REFERENCE MANUAL by Paul Moore
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_perl.txt* For Vim version 9.0. Last change: 2023 May 14
|
*if_perl.txt* For Vim version 9.1. Last change: 2023 May 14
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Sven Verdoolaege
|
VIM REFERENCE MANUAL by Sven Verdoolaege
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_pyth.txt* For Vim version 9.0. Last change: 2023 Oct 25
|
*if_pyth.txt* For Vim version 9.1. Last change: 2023 Oct 25
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Paul Moore
|
VIM REFERENCE MANUAL by Paul Moore
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_ruby.txt* For Vim version 9.0. Last change: 2019 Jul 21
|
*if_ruby.txt* For Vim version 9.1. Last change: 2019 Jul 21
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Shugo Maeda
|
VIM REFERENCE MANUAL by Shugo Maeda
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_sniff.txt* For Vim version 9.0. Last change: 2016 Feb 27
|
*if_sniff.txt* For Vim version 9.1. Last change: 2016 Feb 27
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL
|
VIM REFERENCE MANUAL
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_tcl.txt* For Vim version 9.0. Last change: 2022 Jan 08
|
*if_tcl.txt* For Vim version 9.1. Last change: 2022 Jan 08
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Ingo Wilken
|
VIM REFERENCE MANUAL by Ingo Wilken
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*indent.txt* For Vim version 9.0. Last change: 2023 Dec 27
|
*indent.txt* For Vim version 9.1. Last change: 2023 Dec 27
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*index.txt* For Vim version 9.0. Last change: 2023 Jan 09
|
*index.txt* For Vim version 9.1. Last change: 2023 Jan 09
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*insert.txt* For Vim version 9.0. Last change: 2022 Sep 30
|
*insert.txt* For Vim version 9.1. Last change: 2022 Sep 30
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*intro.txt* For Vim version 9.0. Last change: 2023 Nov 18
|
*intro.txt* For Vim version 9.1. Last change: 2023 Nov 18
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*map.txt* For Vim version 9.0. Last change: 2023 December 31
|
*map.txt* For Vim version 9.1. Last change: 2023 December 31
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*mbyte.txt* For Vim version 9.0. Last change: 2022 Apr 03
|
*mbyte.txt* For Vim version 9.1. Last change: 2022 Apr 03
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar et al.
|
VIM REFERENCE MANUAL by Bram Moolenaar et al.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*message.txt* For Vim version 9.0. Last change: 2023 Dec 20
|
*message.txt* For Vim version 9.1. Last change: 2023 Dec 20
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*mlang.txt* For Vim version 9.0. Last change: 2022 Sep 17
|
*mlang.txt* For Vim version 9.1. Last change: 2022 Sep 17
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*motion.txt* For Vim version 9.0. Last change: 2023 Dec 27
|
*motion.txt* For Vim version 9.1. Last change: 2023 Dec 27
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*netbeans.txt* For Vim version 9.0. Last change: 2023 Nov 26
|
*netbeans.txt* For Vim version 9.1. Last change: 2023 Nov 26
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Gordon Prieur et al.
|
VIM REFERENCE MANUAL by Gordon Prieur et al.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*options.txt* For Vim version 9.0. Last change: 2023 Dec 20
|
*options.txt* For Vim version 9.1. Last change: 2023 Dec 20
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_390.txt* For Vim version 9.0. Last change: 2019 Dec 07
|
*os_390.txt* For Vim version 9.1. Last change: 2019 Dec 07
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Ralf Schandl
|
VIM REFERENCE MANUAL by Ralf Schandl
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_amiga.txt* For Vim version 9.0. Last change: 2010 Aug 14
|
*os_amiga.txt* For Vim version 9.1. Last change: 2010 Aug 14
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_beos.txt* For Vim version 9.0. Last change: 2020 Jun 07
|
*os_beos.txt* For Vim version 9.1. Last change: 2020 Jun 07
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_dos.txt* For Vim version 9.0. Last change: 2006 Mar 30
|
*os_dos.txt* For Vim version 9.1. Last change: 2006 Mar 30
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_haiku.txt* For Vim version 9.0. Last change: 2020 May 13
|
*os_haiku.txt* For Vim version 9.1. Last change: 2020 May 13
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_mac.txt* For Vim version 9.0. Last change: 2019 Apr 21
|
*os_mac.txt* For Vim version 9.1. Last change: 2019 Apr 21
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar et al.
|
VIM REFERENCE MANUAL by Bram Moolenaar et al.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_mint.txt* For Vim version 9.0. Last change: 2020 Jul 14
|
*os_mint.txt* For Vim version 9.1. Last change: 2020 Jul 14
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Jens M. Felderhoff
|
VIM REFERENCE MANUAL by Jens M. Felderhoff
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_msdos.txt* For Vim version 9.0. Last change: 2016 Feb 26
|
*os_msdos.txt* For Vim version 9.1. Last change: 2016 Feb 26
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_os2.txt* For Vim version 9.0. Last change: 2015 Dec 31
|
*os_os2.txt* For Vim version 9.1. Last change: 2015 Dec 31
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Paul Slootman
|
VIM REFERENCE MANUAL by Paul Slootman
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_qnx.txt* For Vim version 9.0. Last change: 2005 Mar 29
|
*os_qnx.txt* For Vim version 9.1. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Julian Kinraid
|
VIM REFERENCE MANUAL by Julian Kinraid
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_risc.txt* For Vim version 9.0. Last change: 2011 May 10
|
*os_risc.txt* For Vim version 9.1. Last change: 2011 May 10
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Thomas Leonard
|
VIM REFERENCE MANUAL by Thomas Leonard
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_unix.txt* For Vim version 9.0. Last change: 2022 Nov 25
|
*os_unix.txt* For Vim version 9.1. Last change: 2022 Nov 25
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_vms.txt* For Vim version 9.0. Last change: 2023 Dec 14
|
*os_vms.txt* For Vim version 9.1. Last change: 2023 Dec 14
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL
|
VIM REFERENCE MANUAL
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_win32.txt* For Vim version 9.0. Last change: 2023 Dec 04
|
*os_win32.txt* For Vim version 9.1. Last change: 2023 Dec 04
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by George Reilly
|
VIM REFERENCE MANUAL by George Reilly
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pattern.txt* For Vim version 9.0. Last change: 2023 Oct 23
|
*pattern.txt* For Vim version 9.1. Last change: 2023 Oct 23
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pi_getscript.txt* For Vim version 9.0. Last change: 2017 Aug 01
|
*pi_getscript.txt* For Vim version 9.1. Last change: 2017 Aug 01
|
||||||
>
|
>
|
||||||
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell
|
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell
|
||||||
<
|
<
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pi_gzip.txt* For Vim version 9.0. Last change: 2023 Nov 14
|
*pi_gzip.txt* For Vim version 9.1. Last change: 2023 Nov 14
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pi_netrw.txt* For Vim version 9.0. Last change: 2023 May 14
|
*pi_netrw.txt* For Vim version 9.1. Last change: 2023 May 14
|
||||||
|
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
NETRW REFERENCE MANUAL by Charles E. Campbell
|
NETRW REFERENCE MANUAL by Charles E. Campbell
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pi_paren.txt* For Vim version 9.0. Last change: 2013 May 08
|
*pi_paren.txt* For Vim version 9.1. Last change: 2013 May 08
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pi_spec.txt* For Vim version 9.0. Last change: 2006 Apr 24
|
*pi_spec.txt* For Vim version 9.1. Last change: 2006 Apr 24
|
||||||
|
|
||||||
by Gustavo Niemeyer ~
|
by Gustavo Niemeyer ~
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pi_tar.txt* For Vim version 9.0. Last change: 2022 Oct 17
|
*pi_tar.txt* For Vim version 9.1. Last change: 2022 Oct 17
|
||||||
|
|
||||||
+====================+
|
+====================+
|
||||||
| Tar File Interface |
|
| Tar File Interface |
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pi_vimball.txt* For Vim version 9.0. Last change: 2016 Apr 11
|
*pi_vimball.txt* For Vim version 9.1. Last change: 2016 Apr 11
|
||||||
|
|
||||||
----------------
|
----------------
|
||||||
Vimball Archiver
|
Vimball Archiver
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pi_zip.txt* For Vim version 9.0. Last change: 2023 Nov 05
|
*pi_zip.txt* For Vim version 9.1. Last change: 2023 Nov 05
|
||||||
|
|
||||||
+====================+
|
+====================+
|
||||||
| Zip File Interface |
|
| Zip File Interface |
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*popup.txt* For Vim version 9.0. Last change: 2022 Oct 07
|
*popup.txt* For Vim version 9.1. Last change: 2022 Oct 07
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*print.txt* For Vim version 9.0. Last change: 2022 Oct 01
|
*print.txt* For Vim version 9.1. Last change: 2022 Oct 01
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*quickfix.txt* For Vim version 9.0. Last change: 2023 Jan 18
|
*quickfix.txt* For Vim version 9.1. Last change: 2023 Jan 18
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*quickref.txt* For Vim version 9.0. Last change: 2023 Dec 05
|
*quickref.txt* For Vim version 9.1. Last change: 2023 Dec 05
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*quotes.txt* For Vim version 9.0. Last change: 2018 Mar 29
|
*quotes.txt* For Vim version 9.1. Last change: 2018 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*recover.txt* For Vim version 9.0. Last change: 2023 Apr 22
|
*recover.txt* For Vim version 9.1. Last change: 2023 Apr 22
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*remote.txt* For Vim version 9.0. Last change: 2022 Feb 17
|
*remote.txt* For Vim version 9.1. Last change: 2022 Feb 17
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*repeat.txt* For Vim version 9.0. Last change: 2023 May 26
|
*repeat.txt* For Vim version 9.1. Last change: 2023 May 26
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user