summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-12-09 21:34:53 +0000
committerBram Moolenaar <Bram@vim.org>2004-12-09 21:34:53 +0000
commit293ee4d421cd55f4a3c014c1c26edf02f718cc83 (patch)
treeae4856e718b752ea0c6c807912bfbb51967fae80
parent741b07e0092eb6d7b81c9cbe149196c6cf9d5bbe (diff)
updated for version 7.0021v7.0021
-rw-r--r--Filelist1
-rw-r--r--runtime/compiler/checkstyle.vim6
-rw-r--r--runtime/compiler/javac.vim6
-rw-r--r--runtime/compiler/php.vim6
-rw-r--r--runtime/compiler/ruby.vim2
-rw-r--r--runtime/compiler/se.vim6
-rw-r--r--runtime/compiler/tcl.vim6
-rw-r--r--runtime/compiler/tidy.vim6
-rw-r--r--runtime/compiler/xmllint.vim6
-rw-r--r--runtime/doc/Makefile2
-rw-r--r--runtime/doc/change.txt29
-rwxr-xr-xruntime/doc/evim-it.154
-rw-r--r--runtime/doc/if_ole.txt38
-rw-r--r--runtime/doc/index.txt7
-rw-r--r--runtime/doc/insert.txt5
-rw-r--r--runtime/doc/intro.txt4
-rw-r--r--runtime/doc/map.txt4
-rw-r--r--runtime/doc/motion.txt8
-rw-r--r--runtime/doc/options.txt39
-rw-r--r--runtime/doc/pi_netrw.txt62
-rw-r--r--runtime/doc/syntax.txt9
-rw-r--r--runtime/doc/tags15
-rw-r--r--runtime/doc/term.txt17
-rw-r--r--runtime/doc/todo.txt148
-rw-r--r--runtime/doc/version7.txt78
-rwxr-xr-xruntime/doc/vim-it.1558
-rw-r--r--runtime/doc/vim.man51
-rwxr-xr-xruntime/doc/vimdi-it.148
-rwxr-xr-xruntime/doc/vimtu-it.154
-rwxr-xr-xruntime/doc/xxd-it.1402
-rw-r--r--runtime/doc/xxd.153
-rw-r--r--runtime/doc/xxd.man393
-rw-r--r--runtime/filetype.vim5
-rw-r--r--runtime/ftplugin.vim4
-rw-r--r--runtime/ftplugin/lisp.vim16
-rw-r--r--runtime/ftplugin/perl.vim4
-rw-r--r--runtime/ftplugin/scheme.vim27
-rw-r--r--runtime/indent/GenericIndent.vim644
-rw-r--r--runtime/indent/ada.vim22
-rw-r--r--runtime/indent/eiffel.vim2
-rw-r--r--runtime/keymap/sinhala-phonetic_utf-8.vim15
-rw-r--r--runtime/keymap/sinhala.vim3
-rw-r--r--runtime/makemenu.vim4
-rw-r--r--runtime/menu.vim36
-rw-r--r--runtime/optwin.vim4
-rw-r--r--runtime/plugin/NetrwFileHandlers.vim14
-rw-r--r--runtime/plugin/netrw.vim314
-rw-r--r--runtime/synmenu.vim197
-rw-r--r--runtime/syntax/c.vim16
-rw-r--r--runtime/syntax/css.vim4
-rw-r--r--runtime/syntax/debcontrol.vim19
-rw-r--r--runtime/syntax/java.vim11
-rw-r--r--runtime/syntax/javascript.vim65
-rw-r--r--runtime/syntax/lex.vim6
-rw-r--r--runtime/syntax/lynx.vim6
-rw-r--r--runtime/syntax/mailcap.vim6
-rw-r--r--runtime/syntax/maple.vim7
-rw-r--r--runtime/syntax/ratpoison.vim6
-rw-r--r--runtime/syntax/ruby.vim6
-rw-r--r--runtime/syntax/scheme.vim24
-rw-r--r--runtime/syntax/sh.vim9
-rw-r--r--runtime/syntax/sieve.vim70
-rw-r--r--runtime/syntax/tex.vim27
-rw-r--r--runtime/syntax/tidy.vim6
-rw-r--r--runtime/syntax/tpp.vim8
-rw-r--r--runtime/syntax/vim.vim19
-rw-r--r--runtime/syntax/wget.vim6
-rw-r--r--runtime/tutor/tutor.de28
-rw-r--r--src/Make_ro.mak59
-rw-r--r--src/buffer.c19
-rw-r--r--src/eval.c9
-rw-r--r--src/ex_docmd.c70
-rw-r--r--src/ex_eval.c55
-rw-r--r--src/fileio.c5
-rw-r--r--src/fold.c4
-rw-r--r--src/getchar.c20
-rw-r--r--src/gui_gtk_x11.c11
-rw-r--r--src/gui_mac.c37
-rw-r--r--src/gui_w32.c17
-rw-r--r--src/gui_w48.c80
-rw-r--r--src/if_cscope.c2
-rw-r--r--src/if_python.c14
-rw-r--r--src/keymap.h2
-rw-r--r--src/main.c6
-rw-r--r--src/menu.c22
-rw-r--r--src/message.c2
-rw-r--r--src/misc1.c6
-rw-r--r--src/move.c5
-rw-r--r--src/netbeans.c2
-rw-r--r--src/normal.c5
-rw-r--r--src/ops.c9
-rw-r--r--src/option.c47
-rw-r--r--src/option.h21
-rw-r--r--src/os_msdos.c12
-rw-r--r--src/os_unix.c40
-rw-r--r--src/os_win32.c32
-rw-r--r--src/proto/ex_docmd.pro1
-rw-r--r--src/proto/os_unix.pro1
-rw-r--r--src/proto/term.pro1
-rw-r--r--src/screen.c94
-rw-r--r--src/search.c2
-rw-r--r--src/syntax.c9
-rw-r--r--src/tag.c8
-rw-r--r--src/term.c26
-rw-r--r--src/term.h4
-rw-r--r--src/ui.c9
-rw-r--r--src/version.h4
-rw-r--r--src/vim.h25
-rw-r--r--src/window.c6
109 files changed, 3217 insertions, 1369 deletions
diff --git a/Filelist b/Filelist
index 4070464726..04fcd25c82 100644
--- a/Filelist
+++ b/Filelist
@@ -449,6 +449,7 @@ RT_ALL = \
runtime/doc/vimdiff.1 \
runtime/doc/vimtutor.1 \
runtime/doc/xxd.1 \
+ runtime/doc/*-it.1 \
runtime/ftoff.vim \
runtime/gvimrc_example.vim \
runtime/macros/README.txt \
diff --git a/runtime/compiler/checkstyle.vim b/runtime/compiler/checkstyle.vim
index 8d696f0506..74ab3e4210 100644
--- a/runtime/compiler/checkstyle.vim
+++ b/runtime/compiler/checkstyle.vim
@@ -1,8 +1,8 @@
" Vim compiler file
" Compiler: Checkstyle
-" Maintainer: Doug Kearns <djkea2@mugca.its.monash.edu.au>
-" URL: http://mugca.its.monash.edu.au/~djkea2/vim/compiler/checkstyle.vim
-" Last Change: 2004 Mar 27
+" Maintainer: Doug Kearns <djkea2@gus.gscit.monash.edu.au>
+" URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/checkstyle.vim
+" Last Change: 2004 Nov 27
if exists("current_compiler")
finish
diff --git a/runtime/compiler/javac.vim b/runtime/compiler/javac.vim
index 296f766d65..234e28b620 100644
--- a/runtime/compiler/javac.vim
+++ b/runtime/compiler/javac.vim
@@ -1,8 +1,8 @@
" Vim compiler file
" Compiler: javac
-" Maintainer: Doug Kearns <djkea2@mugca.its.monash.edu.au>
-" URL: http://mugca.its.monash.edu.au/~djkea2/vim/compiler/javac.vim
-" Last Change: 2004 Apr 15
+" Maintainer: Doug Kearns <djkea2@gus.gscit.monash.edu.au>
+" URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/javac.vim
+" Last Change: 2004 Nov 27
if exists("current_compiler")
finish
diff --git a/runtime/compiler/php.vim b/runtime/compiler/php.vim
index 5dad2710a9..2f4f032b9b 100644
--- a/runtime/compiler/php.vim
+++ b/runtime/compiler/php.vim
@@ -1,8 +1,8 @@
" Vim compiler file
" Compiler: PHP
-" Maintainer: Doug Kearns <djkea2@mugca.its.monash.edu.au>
-" URL: http://mugca.its.monash.edu.au/~djkea2/vim/compiler/php.vim
-" Last Change: 2004 Sep 05
+" Maintainer: Doug Kearns <djkea2@gus.gscit.monash.edu.au>
+" URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/php.vim
+" Last Change: 2004 Nov 27
if exists("current_compiler")
finish
diff --git a/runtime/compiler/ruby.vim b/runtime/compiler/ruby.vim
index f124ed3a3e..bfb83707a3 100644
--- a/runtime/compiler/ruby.vim
+++ b/runtime/compiler/ruby.vim
@@ -10,7 +10,7 @@
"
" Contributors:
" Hugh Sasse <hgs@dmu.ac.uk>
-" Doug Kearns <djkea2@mugca.its.monash.edu.au>
+" Doug Kearns <djkea2@gus.gscit.monash.edu.au>
"
" Todo:
" match error type %m
diff --git a/runtime/compiler/se.vim b/runtime/compiler/se.vim
index ac0aab8052..fbfa62da6a 100644
--- a/runtime/compiler/se.vim
+++ b/runtime/compiler/se.vim
@@ -1,8 +1,8 @@
" Vim compiler file
" Compiler: se (SmartEiffel Compiler)
-" Maintainer: Doug Kearns <djkea2@mugca.its.monash.edu.au>
-" URL: http://mugca.its.monash.edu.au/~djkea2/vim/compiler/se.vim
-" Last Change: 2004 May 16
+" Maintainer: Doug Kearns <djkea2@gus.gscit.monash.edu.au>
+" URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/se.vim
+" Last Change: 2004 Nov 27
if exists("current_compiler")
finish
diff --git a/runtime/compiler/tcl.vim b/runtime/compiler/tcl.vim
index 76d3edf122..8bd6de6888 100644
--- a/runtime/compiler/tcl.vim
+++ b/runtime/compiler/tcl.vim
@@ -1,8 +1,8 @@
" Vim compiler file
" Compiler: tcl
-" Maintainer: Doug Kearns <djkea2@mugca.its.monash.edu.au>
-" URL: http://mugca.its.monash.edu.au/~djkea2/vim/compiler/tcl.vim
-" Last Change: 2004 Mar 27
+" Maintainer: Doug Kearns <djkea2@gus.gscit.monash.edu.au>
+" URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/tcl.vim
+" Last Change: 2004 Nov 27
if exists("current_compiler")
finish
diff --git a/runtime/compiler/tidy.vim b/runtime/compiler/tidy.vim
index 36416ebfcd..52bc526251 100644
--- a/runtime/compiler/tidy.vim
+++ b/runtime/compiler/tidy.vim
@@ -1,8 +1,8 @@
" Vim compiler file
" Compiler: HTML Tidy
-" Maintainer: Doug Kearns <djkea2@mugca.its.monash.edu.au>
-" URL: http://mugca.its.monash.edu.au/~djkea2/vim/compiler/tidy.vim
-" Last Change: 2004 Mar 27
+" Maintainer: Doug Kearns <djkea2@gus.gscit.monash.edu.au>
+" URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/tidy.vim
+" Last Change: 2004 Nov 27
" NOTE: set 'tidy_compiler_040800' if you are using the 4th August 2000 release
" of HTML Tidy.
diff --git a/runtime/compiler/xmllint.vim b/runtime/compiler/xmllint.vim
index b7110c7199..8fde4e10f1 100644
--- a/runtime/compiler/xmllint.vim
+++ b/runtime/compiler/xmllint.vim
@@ -1,8 +1,8 @@
" Vim compiler file
" Compiler: xmllint
-" Maintainer: Doug Kearns <djkea2@mugca.its.monash.edu.au>
-" URL: http://mugca.its.monash.edu.au/~djkea2/vim/compiler/xmllint.vim
-" Last Change: 2004 Mar 27
+" Maintainer: Doug Kearns <djkea2@gus.gscit.monash.edu.au>
+" URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/xmllint.vim
+" Last Change: 2004 Nov 27
if exists("current_compiler")
finish
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 8da592c797..94bf805fe1 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -36,6 +36,7 @@ DOCS = \
help.txt \
howto.txt \
if_cscop.txt \
+ if_mzsch.txt \
if_ole.txt \
if_perl.txt \
if_pyth.txt \
@@ -156,6 +157,7 @@ HTMLS = \
help.html \
howto.html \
if_cscop.html \
+ if_mzsch.html \
if_ole.html \
if_perl.html \
if_pyth.html \
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 4f371f9ded..5e45ec7ac9 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.0aa. Last change: 2004 Oct 11
+*change.txt* For Vim version 7.0aa. Last change: 2004 Nov 30
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -350,23 +350,24 @@ CTRL-X Subtract [count] from the number or alphabetic
The CTRL-A and CTRL-X commands work for (signed) decimal numbers, unsigned
octal and hexadecimal numbers and alphabetic characters. This depends on the
'nrformats' option.
-- When 'nrformats' includes "alpha", Vim will change the alphabetic character
- under or after the cursor. This is useful to make lists with an alphabetic
- index.
-- When 'nrformats' includes "hex", Vim assumes numbers starting with '0x' or
- '0X' are hexadecimal. The case of the rightmost letter in the number
- determines the case of the resulting hexadecimal number. If there is no
- letter in the current number, Vim uses the previously detected case.
- When 'nrformats' includes "octal", Vim considers numbers starting with a '0'
to be octal. Other numbers are decimal and may have a preceding minus sign.
If the cursor is on a number, the commands apply to that number; otherwise
Vim uses the number to the right of the cursor.
+- When 'nrformats' includes "hex", Vim assumes numbers starting with '0x' or
+ '0X' are hexadecimal. The case of the rightmost letter in the number
+ determines the case of the resulting hexadecimal number. If there is no
+ letter in the current number, Vim uses the previously detected case.
+- When 'nrformats' includes "alpha", Vim will change the alphabetic character
+ under or after the cursor. This is useful to make lists with an alphabetic
+ index.
For numbers with leading zeros (including all octal and hexadecimal numbers),
Vim preserves the number of characters in the number when possible. CTRL-A on
-"0077" results in "0100", CTRL-X on "0x100" results in "0x0ff". Note that
-when 'nrformats' includes "octal", decimal numbers with leading zeros are
-impossible because they are indistinguishable from octal numbers.
+"0077" results in "0100", CTRL-X on "0x100" results in "0x0ff".
+
+Note that when 'nrformats' includes "octal", decimal numbers with leading
+zeros are impossible because they are indistinguishable from octal numbers.
The CTRL-A command is very useful in a macro. Example: Use the following
steps to make a numbered list.
@@ -863,8 +864,10 @@ inside of strings can change! Also see 'softtabstop' option. >
*<MiddleMouse>*
["x]<MiddleMouse> Put the text from a register before the cursor [count]
times. Uses the "* register, unless another is
- specified. Using the mouse only works when 'mouse'
- contains 'n' or 'a'.
+ specified.
+ Leaves the cursor at the end of the new text.
+ Using the mouse only works when 'mouse' contains 'n'
+ or 'a'.
{not in Vi}
If you have a scrollwheel and often accidentally paste
text, you can use these mappings to disable the
diff --git a/runtime/doc/evim-it.1 b/runtime/do