mirror of
https://github.com/vim/vim.git
synced 2025-07-24 10:45:12 -04:00
updated for version 7.0c
This commit is contained in:
parent
899dddf888
commit
3991dab8e0
8
Contents
8
Contents
@ -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.0b. Also runs under UNIX, MSDOS and other systems.
|
Version 7.0c. Also runs under UNIX, MSDOS and other systems.
|
||||||
vim70brt.tgz contains the documentation and syntax files.
|
vim70crt.tgz contains the documentation and syntax files.
|
||||||
vim70bbin.tgz contains the binaries.
|
vim70cbin.tgz contains the binaries.
|
||||||
vim70bsrc.tgz contains the sources.
|
vim70csrc.tgz contains the sources.
|
||||||
Author: Bram Moolenaar et al.
|
Author: Bram Moolenaar et al.
|
||||||
|
|
||||||
|
|
||||||
|
3
Makefile
3
Makefile
@ -69,7 +69,7 @@ all install uninstall tools config configure proto depend lint tags types test t
|
|||||||
# 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 = 0b
|
MINOR = 0c
|
||||||
|
|
||||||
# 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
|
||||||
@ -168,6 +168,7 @@ DOSBIN_S = dosbin_s
|
|||||||
# uninstalw32.exe and xxdw32.exe have been build as mentioned above.
|
# uninstalw32.exe and xxdw32.exe have been build as mentioned above.
|
||||||
# - put gvimext.dll in src/GvimExt and VisVim.dll in src/VisVim (get them
|
# - put gvimext.dll in src/GvimExt and VisVim.dll in src/VisVim (get them
|
||||||
# from a binary archive or build them)
|
# from a binary archive or build them)
|
||||||
|
# Note: VisVim needs to be build with MSVC 5, newer versions don't work.
|
||||||
# - make sure there is a diff.exe two levels up
|
# - make sure there is a diff.exe two levels up
|
||||||
# - go to ../nsis and do "makensis gvim.nsi".
|
# - go to ../nsis and do "makensis gvim.nsi".
|
||||||
# - Copy gvim##.exe to the dist directory.
|
# - Copy gvim##.exe to the dist directory.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README.txt for version 7.0b of Vim: Vi IMproved.
|
README.txt for version 7.0c of Vim: Vi IMproved.
|
||||||
|
|
||||||
|
|
||||||
WHAT IS VIM
|
WHAT IS VIM
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_ami.txt for version 7.0b of Vim: Vi IMproved.
|
README_ami.txt for version 7.0c 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.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_amibin.txt for version 7.0b of Vim: Vi IMproved.
|
README_amibin.txt for version 7.0c 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 7.0b of Vim: Vi IMproved.
|
README_amisrc.txt for version 7.0c 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 7.0b of Vim: Vi IMproved.
|
README_bindos.txt for version 7.0c 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.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_dos.txt for version 7.0b of Vim: Vi IMproved.
|
README_dos.txt for version 7.0c 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.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_extra.txt for version 7.0b of Vim: Vi IMproved.
|
README_extra.txt for version 7.0c of Vim: Vi IMproved.
|
||||||
|
|
||||||
The extra archive of Vim is to be used in combination with the source archive
|
The extra archive of Vim is to be used in combination with the source archive
|
||||||
(vim-6.0-src.tar.gz). The extra archive is useless without it.
|
(vim-6.0-src.tar.gz). The extra archive is useless without it.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_lang.txt for version 7.0b of Vim: Vi IMproved.
|
README_lang.txt for version 7.0c of Vim: Vi IMproved.
|
||||||
|
|
||||||
This file contains files for non-English languages:
|
This file contains files for non-English languages:
|
||||||
- Translated messages.
|
- Translated messages.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_mac.txt for version 7.0b of Vim: Vi IMproved.
|
README_mac.txt for version 7.0c 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.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_ole.txt for version 7.0b of Vim: Vi IMproved.
|
README_ole.txt for version 7.0c 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_os2.txt for version 7.0b of Vim: Vi IMproved.
|
README_os2.txt for version 7.0c 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.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_os_390.txt for version 7.0b of Vim: Vi IMproved.
|
README_os_390.txt for version 7.0c of Vim: Vi IMproved.
|
||||||
|
|
||||||
Welcome to the OS/390 Unix port of VIM.
|
Welcome to the OS/390 Unix port of VIM.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_src.txt for version 7.0b of Vim: Vi IMproved.
|
README_src.txt for version 7.0c 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 also used for other
|
It is packed for Unix systems (NL line separator). It is also used for other
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_srcdos.txt for version 7.0b of Vim: Vi IMproved.
|
README_srcdos.txt for version 7.0c 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.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_unix.txt for version 7.0b of Vim: Vi IMproved.
|
README_unix.txt for version 7.0c 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 7.0b of Vim: Vi IMproved.
|
README_vms.txt for version 7.0c 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 7.0b of Vim: Vi IMproved.
|
README_w32s.txt for version 7.0c 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.
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
!define HAVE_NLS
|
!define HAVE_NLS
|
||||||
|
|
||||||
!define VER_MAJOR 7
|
!define VER_MAJOR 7
|
||||||
!define VER_MINOR 0b
|
!define VER_MINOR 0c
|
||||||
|
|
||||||
# ----------- No configurable settings below this line -----------
|
# ----------- No configurable settings below this line -----------
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
" Vim completion script
|
" Vim completion script
|
||||||
" Language: XHTML 1.0 Strict
|
" Language: XHTML 1.0 Strict
|
||||||
" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )
|
" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )
|
||||||
" Last Change: 2006 Mar 19
|
" Last Change: 2006 Mar 25
|
||||||
|
|
||||||
function! htmlcomplete#CompleteTags(findstart, base)
|
function! htmlcomplete#CompleteTags(findstart, base)
|
||||||
if a:findstart
|
if a:findstart
|
||||||
@ -640,7 +640,7 @@ let g:xmldata_xhtml10s = {
|
|||||||
\ 'charoff' : ['Length', ''],
|
\ 'charoff' : ['Length', ''],
|
||||||
\ 'charset' : ['LangCode', ''],
|
\ 'charset' : ['LangCode', ''],
|
||||||
\ 'checked' : ['Bool', ''],
|
\ 'checked' : ['Bool', ''],
|
||||||
\ 'class' : ['CDATA', 'Name of class, used for connecting element with style'],
|
\ 'class' : ['CDATA', ''],
|
||||||
\ 'codetype' : ['ContentType', ''],
|
\ 'codetype' : ['ContentType', ''],
|
||||||
\ 'cols' : ['*Number', ''],
|
\ 'cols' : ['*Number', ''],
|
||||||
\ 'colspan' : ['Number', ''],
|
\ 'colspan' : ['Number', ''],
|
||||||
|
@ -410,6 +410,7 @@ os_win32.txt:
|
|||||||
touch os_win32.txt
|
touch os_win32.txt
|
||||||
|
|
||||||
# Note that $< works with GNU make while $> works for BSD make.
|
# Note that $< works with GNU make while $> works for BSD make.
|
||||||
|
# Is there a solution that works for both??
|
||||||
vim-fr.UTF-8.1: vim-fr.1
|
vim-fr.UTF-8.1: vim-fr.1
|
||||||
iconv -f latin1 -t utf-8 $< >$@
|
iconv -f latin1 -t utf-8 $< >$@
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*arabic.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*arabic.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Nadim Shaikli
|
VIM REFERENCE MANUAL by Nadim Shaikli
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*autocmd.txt* For Vim version 7.0b. Last change: 2006 Mar 15
|
*autocmd.txt* For Vim version 7.0c. Last change: 2006 Mar 15
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*change.txt* For Vim version 7.0b. Last change: 2006 Mar 16
|
*change.txt* For Vim version 7.0c. Last change: 2006 Mar 16
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*cmdline.txt* For Vim version 7.0b. Last change: 2006 Mar 16
|
*cmdline.txt* For Vim version 7.0c. Last change: 2006 Mar 16
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*debug.txt* For Vim version 7.0b. Last change: 2005 Dec 17
|
*debug.txt* For Vim version 7.0c. Last change: 2005 Dec 17
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*debugger.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*debugger.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Gordon Prieur
|
VIM REFERENCE MANUAL by Gordon Prieur
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*develop.txt* For Vim version 7.0b. Last change: 2006 Mar 09
|
*develop.txt* For Vim version 7.0c. Last change: 2006 Mar 09
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*diff.txt* For Vim version 7.0b. Last change: 2006 Mar 15
|
*diff.txt* For Vim version 7.0c. Last change: 2006 Mar 15
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*digraph.txt* For Vim version 7.0b. Last change: 2005 Sep 11
|
*digraph.txt* For Vim version 7.0c. Last change: 2005 Sep 11
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*editing.txt* For Vim version 7.0b. Last change: 2006 Mar 06
|
*editing.txt* For Vim version 7.0c. Last change: 2006 Mar 06
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*eval.txt* For Vim version 7.0b. Last change: 2006 Mar 26
|
*eval.txt* For Vim version 7.0c. Last change: 2006 Mar 26
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*farsi.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*farsi.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Mortaza Ghassab Shiran
|
VIM REFERENCE MANUAL by Mortaza Ghassab Shiran
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*filetype.txt* For Vim version 7.0b. Last change: 2006 Mar 24
|
*filetype.txt* For Vim version 7.0c. Last change: 2006 Mar 24
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*fold.txt* For Vim version 7.0b. Last change: 2005 Sep 10
|
*fold.txt* For Vim version 7.0c. Last change: 2005 Sep 10
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*getscript.txt* For Vim version 7.0b. Last change: 2006 Mar 24
|
*getscript.txt* For Vim version 7.0c. Last change: 2006 Mar 24
|
||||||
|
|
||||||
Get the Latest VimScripts
|
Get the Latest VimScripts
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*gui.txt* For Vim version 7.0b. Last change: 2006 Mar 20
|
*gui.txt* For Vim version 7.0c. Last change: 2006 Mar 20
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*gui_w16.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*gui_w16.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*gui_w32.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*gui_w32.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*gui_x11.txt* For Vim version 7.0b. Last change: 2005 Dec 06
|
*gui_x11.txt* For Vim version 7.0c. Last change: 2005 Dec 06
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*hangulin.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*hangulin.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
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 7.0b. Last change: 2003 May 11
|
*hebrew.txt* For Vim version 7.0c. Last change: 2003 May 11
|
||||||
|
|
||||||
|
|
||||||
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 7.0b. Last change: 2006 Mar 24
|
*help.txt* For Vim version 7.0c. Last change: 2006 Mar 24
|
||||||
|
|
||||||
VIM - main help file
|
VIM - main help file
|
||||||
k
|
k
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*howto.txt* For Vim version 7.0b. Last change: 2001 Sep 03
|
*howto.txt* For Vim version 7.0c. Last change: 2001 Sep 03
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_cscop.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*if_cscop.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Andy Kahn
|
VIM REFERENCE MANUAL by Andy Kahn
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_mzsch.txt* For Vim version 7.0b. Last change: 2006 Mar 06
|
*if_mzsch.txt* For Vim version 7.0c. Last change: 2006 Mar 06
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Sergey Khorev
|
VIM REFERENCE MANUAL by Sergey Khorev
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_ole.txt* For Vim version 7.0b. Last change: 2006 Mar 06
|
*if_ole.txt* For Vim version 7.0c. Last change: 2006 Mar 06
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Paul Moore
|
VIM REFERENCE MANUAL by Paul Moore
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_perl.txt* For Vim version 7.0b. Last change: 2006 Mar 06
|
*if_perl.txt* For Vim version 7.0c. Last change: 2006 Mar 06
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Sven Verdoolaege
|
VIM REFERENCE MANUAL by Sven Verdoolaege
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_pyth.txt* For Vim version 7.0b. Last change: 2006 Jan 20
|
*if_pyth.txt* For Vim version 7.0c. Last change: 2006 Jan 20
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Paul Moore
|
VIM REFERENCE MANUAL by Paul Moore
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_ruby.txt* For Vim version 7.0b. Last change: 2006 Mar 26
|
*if_ruby.txt* For Vim version 7.0c. Last change: 2006 Mar 26
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Shugo Maeda
|
VIM REFERENCE MANUAL by Shugo Maeda
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_sniff.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*if_sniff.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL
|
VIM REFERENCE MANUAL
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*if_tcl.txt* For Vim version 7.0b. Last change: 2006 Mar 06
|
*if_tcl.txt* For Vim version 7.0c. Last change: 2006 Mar 06
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Ingo Wilken
|
VIM REFERENCE MANUAL by Ingo Wilken
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*indent.txt* For Vim version 7.0b. Last change: 2005 Aug 30
|
*indent.txt* For Vim version 7.0c. Last change: 2005 Aug 30
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*index.txt* For Vim version 7.0b. Last change: 2006 Mar 24
|
*index.txt* For Vim version 7.0c. Last change: 2006 Mar 24
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*insert.txt* For Vim version 7.0b. Last change: 2006 Mar 21
|
*insert.txt* For Vim version 7.0c. Last change: 2006 Mar 21
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*intro.txt* For Vim version 7.0b. Last change: 2005 Sep 01
|
*intro.txt* For Vim version 7.0c. Last change: 2005 Sep 01
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*map.txt* For Vim version 7.0b. Last change: 2006 Mar 20
|
*map.txt* For Vim version 7.0c. Last change: 2006 Mar 20
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*mbyte.txt* For Vim version 7.0b. Last change: 2006 Mar 05
|
*mbyte.txt* For Vim version 7.0c. Last change: 2006 Mar 05
|
||||||
|
|
||||||
|
|
||||||
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 7.0b. Last change: 2006 Mar 01
|
*message.txt* For Vim version 7.0c. Last change: 2006 Mar 01
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*mlang.txt* For Vim version 7.0b. Last change: 2004 Feb 24
|
*mlang.txt* For Vim version 7.0c. Last change: 2004 Feb 24
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*motion.txt* For Vim version 7.0b. Last change: 2006 Jan 02
|
*motion.txt* For Vim version 7.0c. Last change: 2006 Jan 02
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*netbeans.txt* For Vim version 7.0b. Last change: 2006 Mar 09
|
*netbeans.txt* For Vim version 7.0c. Last change: 2006 Mar 09
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Gordon Prieur
|
VIM REFERENCE MANUAL by Gordon Prieur
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*options.txt* For Vim version 7.0b. Last change: 2006 Mar 26
|
*options.txt* For Vim version 7.0c. Last change: 2006 Mar 26
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_390.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*os_390.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Ralf Schandl
|
VIM REFERENCE MANUAL by Ralf Schandl
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_amiga.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*os_amiga.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_beos.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*os_beos.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_dos.txt* For Vim version 7.0b. Last change: 2006 Feb 14
|
*os_dos.txt* For Vim version 7.0c. Last change: 2006 Feb 14
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_mac.txt* For Vim version 7.0b. Last change: 2006 Mar 09
|
*os_mac.txt* For Vim version 7.0c. Last change: 2006 Mar 26
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar et al.
|
VIM REFERENCE MANUAL by Bram Moolenaar et al.
|
||||||
@ -74,6 +74,8 @@ files.
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
3. Mac FAQ *mac-faq*
|
3. Mac FAQ *mac-faq*
|
||||||
|
|
||||||
|
On the internet: http://macvim.org/OSX/index.php#FAQ
|
||||||
|
|
||||||
Q: I can't enter non-ASCII character in Apple Terminal.
|
Q: I can't enter non-ASCII character in Apple Terminal.
|
||||||
A: Under Window Settings, Emulation, make sure that "Escape non-ASCII
|
A: Under Window Settings, Emulation, make sure that "Escape non-ASCII
|
||||||
characters" is not checked.
|
characters" is not checked.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_mint.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*os_mint.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Jens M. Felderhoff
|
VIM REFERENCE MANUAL by Jens M. Felderhoff
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_msdos.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*os_msdos.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_os2.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*os_os2.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Paul Slootman
|
VIM REFERENCE MANUAL by Paul Slootman
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_qnx.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*os_qnx.txt* For Vim version 7.0c. 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 7.0b. Last change: 2005 Mar 29
|
*os_risc.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Thomas Leonard
|
VIM REFERENCE MANUAL by Thomas Leonard
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_unix.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*os_unix.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_vms.txt* For Vim version 7.0b. Last change: 2006 Mar 02
|
*os_vms.txt* For Vim version 7.0c. Last change: 2006 Mar 02
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL
|
VIM REFERENCE MANUAL
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_win32.txt* For Vim version 7.0b. Last change: 2005 Mar 29
|
*os_win32.txt* For Vim version 7.0c. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by George Reilly
|
VIM REFERENCE MANUAL by George Reilly
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pattern.txt* For Vim version 7.0b. Last change: 2006 Mar 25
|
*pattern.txt* For Vim version 7.0c. Last change: 2006 Mar 25
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pi_gzip.txt* For Vim version 7.0b. Last change: 2002 Oct 29
|
*pi_gzip.txt* For Vim version 7.0c. Last change: 2002 Oct 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pi_netrw.txt* For Vim version 7.0b. Last change: Mar 22, 2006
|
*pi_netrw.txt* For Vim version 7.0c. Last change: Mar 22, 2006
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Charles E. Campbell, Jr.
|
VIM REFERENCE MANUAL by Charles E. Campbell, Jr.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pi_paren.txt* For Vim version 7.0b. Last change: 2006 Mar 24
|
*pi_paren.txt* For Vim version 7.0c. Last change: 2006 Mar 24
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pi_spec.txt* For Vim version 7.0b. Last change: 2005 Oct 03
|
*pi_spec.txt* For Vim version 7.0c. Last change: 2005 Oct 03
|
||||||
|
|
||||||
by Gustavo Niemeyer ~
|
by Gustavo Niemeyer ~
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*tar.txt* For Vim version 7.0b. Last change: 2006 Mar 24
|
*tar.txt* For Vim version 7.0c. Last change: 2006 Mar 24
|
||||||
|
|
||||||
Tar File Interface
|
Tar File Interface
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*zip.txt* For Vim version 7.0b. Last change: 2006 Mar 24
|
*zip.txt* For Vim version 7.0c. Last change: 2006 Mar 24
|
||||||
|
|
||||||
Zip File Interface
|
Zip File Interface
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*print.txt* For Vim version 7.0b. Last change: 2005 Apr 01
|
*print.txt* For Vim version 7.0c. Last change: 2005 Apr 01
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*quickfix.txt* For Vim version 7.0b. Last change: 2006 Mar 24
|
*quickfix.txt* For Vim version 7.0c. Last change: 2006 Mar 24
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*quickref.txt* For Vim version 7.0b. Last change: 2006 Mar 23
|
*quickref.txt* For Vim version 7.0c. Last change: 2006 Mar 23
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*quotes.txt* For Vim version 7.0b. Last change: 2005 Apr 04
|
*quotes.txt* For Vim version 7.0c. Last change: 2005 Apr 04
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*recover.txt* For Vim version 7.0b. Last change: 2005 Dec 12
|
*recover.txt* For Vim version 7.0c. Last change: 2005 Dec 12
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*remote.txt* For Vim version 7.0b. Last change: 2006 Mar 11
|
*remote.txt* For Vim version 7.0c. Last change: 2006 Mar 11
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*repeat.txt* For Vim version 7.0b. Last change: 2006 Mar 21
|
*repeat.txt* For Vim version 7.0c. Last change: 2006 Mar 21
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*rileft.txt* For Vim version 7.0b. Last change: 2005 Apr 04
|
*rileft.txt* For Vim version 7.0c. Last change: 2005 Apr 04
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Avner Lottem
|
VIM REFERENCE MANUAL by Avner Lottem
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*russian.txt* For Vim version 7.0b. Last change: 2005 Apr 01
|
*russian.txt* For Vim version 7.0c. Last change: 2005 Apr 01
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Vassily Ragosin
|
VIM REFERENCE MANUAL by Vassily Ragosin
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*scroll.txt* For Vim version 7.0b. Last change: 2005 Dec 16
|
*scroll.txt* For Vim version 7.0c. Last change: 2005 Dec 16
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*sign.txt* For Vim version 7.0b. Last change: 2005 Apr 04
|
*sign.txt* For Vim version 7.0c. Last change: 2005 Apr 04
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Gordon Prieur
|
VIM REFERENCE MANUAL by Gordon Prieur
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*spell.txt* For Vim version 7.0b. Last change: 2006 Mar 26
|
*spell.txt* For Vim version 7.0c. Last change: 2006 Mar 27
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -1005,11 +1005,8 @@ The basic format for the following lines is:
|
|||||||
character but a, b and c.
|
character but a, b and c.
|
||||||
|
|
||||||
{extra} Optional extra text:
|
{extra} Optional extra text:
|
||||||
rare word + affix is rare
|
|
||||||
nocomp no compounding for word + affix
|
|
||||||
# comment Comment is ignored
|
# comment Comment is ignored
|
||||||
- Hunspell uses this, ignored
|
- Hunspell uses this, ignored
|
||||||
"rare" and "nocomp" are deprecated.
|
|
||||||
|
|
||||||
For PFX the fields are the same, but the {strip}, {add} and {condition} apply
|
For PFX the fields are the same, but the {strip}, {add} and {condition} apply
|
||||||
to the start of the word.
|
to the start of the word.
|
||||||
@ -1063,7 +1060,7 @@ Specifically, the affix flags can be used for:
|
|||||||
|spell-COMPOUNDFORBIDFLAG| flag.
|
|spell-COMPOUNDFORBIDFLAG| flag.
|
||||||
|
|
||||||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||||
OLD STUFF
|
OLD STUFF: This needs to be rewritten to use affix flags.
|
||||||
*spell-affix-rare*
|
*spell-affix-rare*
|
||||||
An extra item for Vim is the "rare" flag. It must come after the other
|
An extra item for Vim is the "rare" flag. It must come after the other
|
||||||
fields, before a comment. When used then all words that use the affix will be
|
fields, before a comment. When used then all words that use the affix will be
|
||||||
@ -1298,7 +1295,6 @@ The COMPOUNDROOT flag is used for words in the dictionary that are already a
|
|||||||
compound. This means it counts for two words when checking the compounding
|
compound. This means it counts for two words when checking the compounding
|
||||||
rules. Can also be used for an affix to count the affix as a compounding
|
rules. Can also be used for an affix to count the affix as a compounding
|
||||||
word.
|
word.
|
||||||
NOT IMPLEMENTED YET.
|
|
||||||
|
|
||||||
*spell-SYLLABLE*
|
*spell-SYLLABLE*
|
||||||
The SYLLABLE item defines characters or character sequences that are used to
|
The SYLLABLE item defines characters or character sequences that are used to
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*sponsor.txt* For Vim version 7.0b. Last change: 2006 Mar 24
|
*sponsor.txt* For Vim version 7.0c. Last change: 2006 Mar 24
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*sql.txt* For Vim version 7.0b. Last change: Fri Jan 06 2006 8:09:25 AM
|
*sql.txt* For Vim version 7.0c. Last change: Fri Jan 06 2006 8:09:25 AM
|
||||||
|
|
||||||
by David Fishburn
|
by David Fishburn
|
||||||
|
|
||||||
@ -295,4 +295,4 @@ pickup the new SQL files and load them when you issue the SQLSetType command.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
vim:tw=78:ts=8:ft=help:norl:ff=unix:
|
vim:tw=78:ts=8:ft=help:norl:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*starting.txt* For Vim version 7.0b. Last change: 2006 Mar 25
|
*starting.txt* For Vim version 7.0c. Last change: 2006 Mar 26
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -757,6 +757,7 @@ accordingly. Vim proceeds in this order:
|
|||||||
Note that this file is ALWAYS read in 'compatible' mode, since the
|
Note that this file is ALWAYS read in 'compatible' mode, since the
|
||||||
automatic resetting of 'compatible' is only done later. Add a ":set
|
automatic resetting of 'compatible' is only done later. Add a ":set
|
||||||
nocp" command if you like.
|
nocp" command if you like.
|
||||||
|
For the Macintosh the $VIMRUNTIME/macmap.vim is read.
|
||||||
|
|
||||||
*VIMINIT* *.vimrc* *_vimrc* *EXINIT* *.exrc* *_exrc*
|
*VIMINIT* *.vimrc* *_vimrc* *EXINIT* *.exrc* *_exrc*
|
||||||
c. Four places are searched for initializations. The first that exists
|
c. Four places are searched for initializations. The first that exists
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*syntax.txt* For Vim version 7.0b. Last change: 2006 Mar 12
|
*syntax.txt* For Vim version 7.0c. Last change: 2006 Mar 12
|
||||||
|
|
||||||
|
|
||||||
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
Loading…
x
Reference in New Issue
Block a user