Skip to content

Commit

Permalink
release version 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brammool committed Aug 10, 2013
1 parent 2ca1e78 commit 2c3a8e8
Show file tree
Hide file tree
Showing 159 changed files with 760 additions and 389 deletions.
8 changes: 4 additions & 4 deletions Contents
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ 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 7.4b. Also runs under UNIX, MSDOS and other systems. Version 7.4. Also runs under UNIX, MSDOS and other systems.
vim74brt.tgz contains the documentation and syntax files. vim74rt.tgz contains the documentation and syntax files.
vim74bbin.tgz contains the binaries. vim74bin.tgz contains the binaries.
vim74bsrc.tgz contains the sources. vim74src.tgz contains the sources.
Author: Bram Moolenaar et al. Author: Bram Moolenaar et al.




Expand Down
18 changes: 11 additions & 7 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
# Before creating an archive first delete all backup files, *.orig, etc. # Before creating an archive first delete all backup files, *.orig, etc.


MAJOR = 7 MAJOR = 7
MINOR = 4b MINOR = 4


# Uncomment this line if the Win32s version is to be included. # Uncomment this line if the Win32s version is to be included.
# DOSBIN_S = dosbin_s # DOSBIN_S = dosbin_s
Expand All @@ -92,8 +92,6 @@ MINOR = 4b
# runtime/doc/*.txt and nsis/gvim.nsi. Other things in README_os2.txt. For a # runtime/doc/*.txt and nsis/gvim.nsi. Other things in README_os2.txt. For a
# minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def, # minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def,
# src/gvim.exe.mnf. # src/gvim.exe.mnf.
# - Adjust the date and other info in src/version.h.
# - Correct included_patches[] in src/version.c.
# - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, MZscheme, Lua (if # - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, MZscheme, Lua (if
# you can make it all work), Cscope and "huge" features. Exclude workshop # you can make it all work), Cscope and "huge" features. Exclude workshop
# and SNiFF. # and SNiFF.
Expand All @@ -102,17 +100,23 @@ MINOR = 4b
# - With these features: "make depend" (works best with gcc). # - With these features: "make depend" (works best with gcc).
# - If you have a lint program: "make lint" and check the output (ignore GTK # - If you have a lint program: "make lint" and check the output (ignore GTK
# warnings). # warnings).
# - Enable the efence library in "src/Makefile" and run "make test". Disable # - If you have valgrind, enable it in src/testdir/Makefile and run "make
# Python and Ruby to avoid trouble with threads (efence is not threadsafe). # test". Enable EXITFREE, disable GUI, scheme and tcl to avoid false alarms.
# Check the valgrind output.
# - If you have the efence library, enable it in "src/Makefile" and run "make
# test". Disable Python and Ruby to avoid trouble with threads (efence is
# not threadsafe).
# - Adjust the date and other info in src/version.h.
# - Correct included_patches[] in src/version.c.
# - Check for missing entries in runtime/makemenu.vim (with checkmenu script). # - Check for missing entries in runtime/makemenu.vim (with checkmenu script).
# - Check for missing options in runtime/optwin.vim et al. (with check.vim). # - Check for missing options in runtime/optwin.vim et al. (with check.vim).
# - Do "make menu" to update the runtime/synmenu.vim file. # - Do "make menu" to update the runtime/synmenu.vim file.
# - Add remarks for changes to runtime/doc/version7.txt. # - Add remarks for changes to runtime/doc/version7.txt.
# - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL # - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL
# ADDITIONS". # ADDITIONS".
# - In runtime/doc run "make" and "make html" to check for errors. # - In runtime/doc run "make" and "make html" to check for errors.
# - Check if src/Makefile and src/feature.h don't contain any personal # - Check if src/Makefile, src/testdir/Makefile and src/feature.h don't contain
# preferences or the GTK, Perl, etc. mentioned above. # any personal preferences or the changes mentioned above.
# - Check file protections to be "644" for text and "755" for executables (run # - Check file protections to be "644" for text and "755" for executables (run
# the "check" script). # the "check" script).
# - Check compiling on Amiga, MS-DOS and MS-Windows. # - Check compiling on Amiga, MS-DOS and MS-Windows.
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README.txt for version 7.4b of Vim: Vi IMproved. README.txt for version 7.4 of Vim: Vi IMproved.




WHAT IS VIM WHAT IS VIM
Expand Down
2 changes: 1 addition & 1 deletion README_ami.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_ami.txt for version 7.4b of Vim: Vi IMproved. README_ami.txt for version 7.4 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.
Expand Down
2 changes: 1 addition & 1 deletion README_amibin.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_amibin.txt for version 7.4b of Vim: Vi IMproved. README_amibin.txt for version 7.4 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.
Expand Down
2 changes: 1 addition & 1 deletion README_amisrc.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_amisrc.txt for version 7.4b of Vim: Vi IMproved. README_amisrc.txt for version 7.4 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.
Expand Down
2 changes: 1 addition & 1 deletion README_bindos.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_bindos.txt for version 7.4b of Vim: Vi IMproved. README_bindos.txt for version 7.4 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.
Expand Down
2 changes: 1 addition & 1 deletion README_dos.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_dos.txt for version 7.4b of Vim: Vi IMproved. README_dos.txt for version 7.4 of Vim: Vi IMproved.


This file explains the installation of Vim on MS-DOS and MS-Windows systems. This file explains the installation of Vim on MS-DOS and MS-Windows systems.
See "README.txt" for general information about Vim. See "README.txt" for general information about Vim.
Expand Down
2 changes: 1 addition & 1 deletion README_extra.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_extra.txt for version 7.4b of Vim: Vi IMproved. README_extra.txt for version 7.4 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"
Expand Down
2 changes: 1 addition & 1 deletion README_mac.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_mac.txt for version 7.4b of Vim: Vi IMproved. README_mac.txt for version 7.4 of Vim: Vi IMproved.


This file explains the installation of Vim on Macintosh systems. This file explains the installation of Vim on Macintosh systems.
See "README.txt" for general information about Vim. See "README.txt" for general information about Vim.
Expand Down
2 changes: 1 addition & 1 deletion README_ole.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_ole.txt for version 7.4b of Vim: Vi IMproved. README_ole.txt for version 7.4 of Vim: Vi IMproved.


This archive contains gvim.exe with OLE interface and VisVim. This archive contains gvim.exe with OLE interface and VisVim.
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
Expand Down
2 changes: 1 addition & 1 deletion README_os2.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_os2.txt for version 7.4b of Vim: Vi IMproved. README_os2.txt for version 7.4 of Vim: Vi IMproved.


This file explains the installation of Vim on OS/2 systems. This file explains the installation of Vim on OS/2 systems.
See "README.txt" for general information about Vim. See "README.txt" for general information about Vim.
Expand Down
2 changes: 1 addition & 1 deletion README_os390.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_zOS.txt for version 7.4b of Vim: Vi IMproved. README_zOS.txt for version 7.4 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.
Expand Down
2 changes: 1 addition & 1 deletion README_src.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_src.txt for version 7.4b of Vim: Vi IMproved. README_src.txt for version 7.4 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).
Expand Down
2 changes: 1 addition & 1 deletion README_srcdos.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_srcdos.txt for version 7.4b of Vim: Vi IMproved. README_srcdos.txt for version 7.4 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.
Expand Down
2 changes: 1 addition & 1 deletion README_unix.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_unix.txt for version 7.4b of Vim: Vi IMproved. README_unix.txt for version 7.4 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.
Expand Down
2 changes: 1 addition & 1 deletion README_vms.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_vms.txt for version 7.4b of Vim: Vi IMproved. README_vms.txt for version 7.4 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.
Expand Down
2 changes: 1 addition & 1 deletion README_w32s.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
README_w32s.txt for version 7.4b of Vim: Vi IMproved. README_w32s.txt for version 7.4 of Vim: Vi IMproved.


This archive contains the gvim.exe that was specifically compiled for use in This archive contains the gvim.exe that was specifically compiled for use in
the Win32s subsystem in MS-Windows 3.1 and 3.11. the Win32s subsystem in MS-Windows 3.1 and 3.11.
Expand Down
2 changes: 1 addition & 1 deletion nsis/gvim.nsi
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
!define HAVE_NLS !define HAVE_NLS


!define VER_MAJOR 7 !define VER_MAJOR 7
!define VER_MINOR 4b !define VER_MINOR 4


# ----------- No configurable settings below this line ----------- # ----------- No configurable settings below this line -----------


Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/arabic.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*arabic.txt* For Vim version 7.4b. Last change: 2010 Nov 13 *arabic.txt* For Vim version 7.4. Last change: 2010 Nov 13




VIM REFERENCE MANUAL by Nadim Shaikli VIM REFERENCE MANUAL by Nadim Shaikli
Expand Down
4 changes: 2 additions & 2 deletions runtime/doc/autocmd.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*autocmd.txt* For Vim version 7.4b. Last change: 2013 Aug 02 *autocmd.txt* For Vim version 7.4. Last change: 2013 Aug 04




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -952,7 +952,7 @@ the autocommand is executed. This is different from the command!


*file-pattern* *file-pattern*
The pattern is interpreted like mostly used in file names: The pattern is interpreted like mostly used in file names:
* matches any sequence of characters; Unusal: includes path * matches any sequence of characters; Unusual: includes path
separators separators
? matches any single character ? matches any single character
\? matches a '?' \? matches a '?'
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/change.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*change.txt* For Vim version 7.4b. Last change: 2013 Jul 17 *change.txt* For Vim version 7.4. Last change: 2013 Jul 17




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/cmdline.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*cmdline.txt* For Vim version 7.4b. Last change: 2013 Mar 16 *cmdline.txt* For Vim version 7.4. Last change: 2013 Mar 16




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/debug.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*debug.txt* For Vim version 7.4b. Last change: 2012 Feb 11 *debug.txt* For Vim version 7.4. Last change: 2012 Feb 11




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/debugger.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*debugger.txt* For Vim version 7.4b. Last change: 2005 Mar 29 *debugger.txt* For Vim version 7.4. Last change: 2005 Mar 29




VIM REFERENCE MANUAL by Gordon Prieur VIM REFERENCE MANUAL by Gordon Prieur
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/develop.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*develop.txt* For Vim version 7.4b. Last change: 2013 Apr 27 *develop.txt* For Vim version 7.4. Last change: 2013 Apr 27




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/diff.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*diff.txt* For Vim version 7.4b. Last change: 2013 Jul 07 *diff.txt* For Vim version 7.4. Last change: 2013 Jul 07




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/digraph.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*digraph.txt* For Vim version 7.4b. Last change: 2011 Jan 15 *digraph.txt* For Vim version 7.4. Last change: 2011 Jan 15




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/editing.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*editing.txt* For Vim version 7.4b. Last change: 2013 Aug 03 *editing.txt* For Vim version 7.4. Last change: 2013 Aug 03




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/eval.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim version 7.4b. Last change: 2013 Aug 03 *eval.txt* For Vim version 7.4. Last change: 2013 Aug 03




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/farsi.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*farsi.txt* For Vim version 7.4b. Last change: 2010 Aug 07 *farsi.txt* For Vim version 7.4. Last change: 2010 Aug 07




VIM REFERENCE MANUAL by Mortaza Ghassab Shiran VIM REFERENCE MANUAL by Mortaza Ghassab Shiran
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/filetype.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*filetype.txt* For Vim version 7.4b. Last change: 2013 May 25 *filetype.txt* For Vim version 7.4. Last change: 2013 May 25




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/fold.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*fold.txt* For Vim version 7.4b. Last change: 2010 May 13 *fold.txt* For Vim version 7.4. Last change: 2010 May 13




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/ft_ada.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*ft_ada.txt* For Vim version 7.4b. Last change: 2010 Jul 20 *ft_ada.txt* For Vim version 7.4. Last change: 2010 Jul 20




ADA FILE TYPE PLUG-INS REFERENCE MANUAL~ ADA FILE TYPE PLUG-INS REFERENCE MANUAL~
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/ft_sql.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*ft_sql.txt* For Vim version 7.4b. Last change: 2013 May 15 *ft_sql.txt* For Vim version 7.4. Last change: 2013 May 15


by David Fishburn by David Fishburn


Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/gui.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*gui.txt* For Vim version 7.4b. Last change: 2013 Jun 12 *gui.txt* For Vim version 7.4. Last change: 2013 Jun 12




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/gui_w16.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*gui_w16.txt* For Vim version 7.4b. Last change: 2005 Mar 29 *gui_w16.txt* For Vim version 7.4. Last change: 2005 Mar 29




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/gui_w32.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*gui_w32.txt* For Vim version 7.4b. Last change: 2012 Aug 04 *gui_w32.txt* For Vim version 7.4. Last change: 2012 Aug 04




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/gui_x11.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*gui_x11.txt* For Vim version 7.4b. Last change: 2011 Sep 14 *gui_x11.txt* For Vim version 7.4. Last change: 2011 Sep 14




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/hangulin.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*hangulin.txt* For Vim version 7.4b. Last change: 2009 Jun 24 *hangulin.txt* For Vim version 7.4. Last change: 2009 Jun 24




VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/hebrew.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*hebrew.txt* For Vim version 7.4b. Last change: 2007 Jun 14 *hebrew.txt* For Vim version 7.4. Last change: 2007 Jun 14




VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem) VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem)
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/help.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*help.txt* For Vim version 7.4b. Last change: 2012 Dec 06 *help.txt* For Vim version 7.4. Last change: 2012 Dec 06


VIM - main help file VIM - main help file
k k
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/helphelp.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*helphelp.txt* For Vim version 7.4b. Last change: 2012 Nov 28 *helphelp.txt* For Vim version 7.4. Last change: 2012 Nov 28




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/howto.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*howto.txt* For Vim version 7.4b. Last change: 2006 Apr 02 *howto.txt* For Vim version 7.4. Last change: 2006 Apr 02




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_cscop.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_cscop.txt* For Vim version 7.4b. Last change: 2011 Jun 12 *if_cscop.txt* For Vim version 7.4. Last change: 2011 Jun 12




VIM REFERENCE MANUAL by Andy Kahn VIM REFERENCE MANUAL by Andy Kahn
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_lua.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_lua.txt* For Vim version 7.4b. Last change: 2012 Jun 29 *if_lua.txt* For Vim version 7.4. Last change: 2012 Jun 29




VIM REFERENCE MANUAL by Luis Carvalho VIM REFERENCE MANUAL by Luis Carvalho
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_mzsch.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_mzsch.txt* For Vim version 7.4b. Last change: 2012 Dec 17 *if_mzsch.txt* For Vim version 7.4. Last change: 2012 Dec 17




VIM REFERENCE MANUAL by Sergey Khorev VIM REFERENCE MANUAL by Sergey Khorev
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_ole.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_ole.txt* For Vim version 7.4b. Last change: 2008 Aug 16 *if_ole.txt* For Vim version 7.4. Last change: 2008 Aug 16




VIM REFERENCE MANUAL by Paul Moore VIM REFERENCE MANUAL by Paul Moore
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_perl.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_perl.txt* For Vim version 7.4b. Last change: 2012 Oct 25 *if_perl.txt* For Vim version 7.4. Last change: 2012 Oct 25




VIM REFERENCE MANUAL by Sven Verdoolaege VIM REFERENCE MANUAL by Sven Verdoolaege
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_pyth.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_pyth.txt* For Vim version 7.4b. Last change: 2013 Jul 10 *if_pyth.txt* For Vim version 7.4. Last change: 2013 Jul 10




VIM REFERENCE MANUAL by Paul Moore VIM REFERENCE MANUAL by Paul Moore
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_ruby.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_ruby.txt* For Vim version 7.4b. Last change: 2012 Aug 02 *if_ruby.txt* For Vim version 7.4. Last change: 2012 Aug 02




VIM REFERENCE MANUAL by Shugo Maeda VIM REFERENCE MANUAL by Shugo Maeda
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_sniff.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_sniff.txt* For Vim version 7.4b. Last change: 2005 Mar 29 *if_sniff.txt* For Vim version 7.4. Last change: 2005 Mar 29




VIM REFERENCE MANUAL VIM REFERENCE MANUAL
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_tcl.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_tcl.txt* For Vim version 7.4b. Last change: 2012 Aug 02 *if_tcl.txt* For Vim version 7.4. Last change: 2012 Aug 02




VIM REFERENCE MANUAL by Ingo Wilken VIM REFERENCE MANUAL by Ingo Wilken
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/indent.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*indent.txt* For Vim version 7.4b. Last change: 2013 Aug 03 *indent.txt* For Vim version 7.4. Last change: 2013 Aug 03




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/index.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim version 7.4b. Last change: 2013 Jul 17 *index.txt* For Vim version 7.4. Last change: 2013 Jul 17




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/insert.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*insert.txt* For Vim version 7.4b. Last change: 2013 Jul 12 *insert.txt* For Vim version 7.4. Last change: 2013 Jul 12




VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
Loading

0 comments on commit 2c3a8e8

Please sign in to comment.