summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/compiler/ant.vim8
-rw-r--r--runtime/doc/Makefile40
-rw-r--r--runtime/doc/change.txt10
-rw-r--r--runtime/doc/debugger.txt36
-rw-r--r--runtime/doc/develop.txt30
-rw-r--r--runtime/doc/editing.txt29
-rw-r--r--runtime/doc/eval.txt42
-rw-r--r--runtime/doc/evim-fr.UTF-8.156
-rw-r--r--runtime/doc/fold.txt4
-rw-r--r--runtime/doc/gui.txt26
-rw-r--r--runtime/doc/gui_w16.txt30
-rw-r--r--runtime/doc/gui_w32.txt28
-rw-r--r--runtime/doc/gui_x11.txt4
-rw-r--r--runtime/doc/hangulin.txt24
-rw-r--r--runtime/doc/if_cscop.txt10
-rw-r--r--runtime/doc/if_ole.txt24
-rw-r--r--runtime/doc/if_perl.txt10
-rw-r--r--runtime/doc/if_pyth.txt46
-rw-r--r--runtime/doc/if_ruby.txt12
-rw-r--r--runtime/doc/if_sniff.txt8
-rw-r--r--runtime/doc/if_tcl.txt12
-rw-r--r--runtime/doc/indent.txt32
-rw-r--r--runtime/doc/index.txt4
-rw-r--r--runtime/doc/insert.txt10
-rw-r--r--runtime/doc/map.txt46
-rw-r--r--runtime/doc/mbyte.txt16
-rw-r--r--runtime/doc/motion.txt6
-rw-r--r--runtime/doc/netbeans.txt92
-rw-r--r--runtime/doc/options.txt15
-rw-r--r--runtime/doc/os_390.txt78
-rw-r--r--runtime/doc/os_beos.txt90
-rw-r--r--runtime/doc/os_mac.txt6
-rw-r--r--runtime/doc/os_mint.txt8
-rw-r--r--runtime/doc/os_msdos.txt32
-rw-r--r--runtime/doc/os_os2.txt26
-rw-r--r--runtime/doc/os_qnx.txt8
-rw-r--r--runtime/doc/os_risc.txt72
-rw-r--r--runtime/doc/os_vms.txt166
-rw-r--r--runtime/doc/pi_netrw.txt10
-rw-r--r--runtime/doc/print.txt6
-rw-r--r--runtime/doc/quickref.txt4
-rw-r--r--runtime/doc/rileft.txt4
-rw-r--r--runtime/doc/russian.txt14
-rw-r--r--runtime/doc/sign.txt16
-rw-r--r--runtime/doc/tags19
-rw-r--r--runtime/doc/tips.txt18
-rw-r--r--runtime/doc/usr_02.txt6
-rw-r--r--runtime/doc/usr_03.txt4
-rw-r--r--runtime/doc/usr_08.txt4
-rw-r--r--runtime/doc/usr_09.txt4
-rw-r--r--runtime/doc/usr_10.txt4
-rw-r--r--runtime/doc/usr_21.txt6
-rw-r--r--runtime/doc/usr_22.txt6
-rw-r--r--runtime/doc/usr_24.txt4
-rw-r--r--runtime/doc/usr_25.txt4
-rw-r--r--runtime/doc/usr_42.txt4
-rw-r--r--runtime/doc/usr_44.txt4
-rw-r--r--runtime/doc/version5.txt34
-rw-r--r--runtime/doc/version6.txt22
-rw-r--r--runtime/doc/vimdiff-fr.153
-rw-r--r--runtime/doc/vimdiff-fr.UTF-8.153
-rw-r--r--runtime/doc/vimdiff.man58
-rw-r--r--runtime/doc/vimtutor-fr.155
-rw-r--r--runtime/doc/vimtutor-fr.UTF-8.155
-rw-r--r--runtime/doc/visual.txt21
-rw-r--r--runtime/doc/xxd-fr.1395
-rw-r--r--runtime/spell/README.txt935
-rw-r--r--runtime/spell/en.utf-8.splbin0 -> 1196398 bytes
-rw-r--r--runtime/syntax/cs.vim4
-rw-r--r--runtime/syntax/objc.vim6
-rw-r--r--runtime/syntax/xml.vim8
-rw-r--r--src/Makefile25
-rw-r--r--src/charset.c23
-rw-r--r--src/ex_docmd.c20
-rw-r--r--src/fileio.c5
-rw-r--r--src/gui.c13
-rw-r--r--src/gui_kde_x11.cc12
-rw-r--r--src/gui_w32.c4
-rw-r--r--src/macros.h2
-rw-r--r--src/mbyte.c5
-rw-r--r--src/misc2.c3
-rw-r--r--src/normal.c25
-rw-r--r--src/os_unix.c2
-rw-r--r--src/quickfix.c9
-rw-r--r--src/regexp.c92
-rw-r--r--src/screen.c4
-rw-r--r--src/spell.c4025
-rw-r--r--src/tag.c8
-rw-r--r--src/version.h4
89 files changed, 6389 insertions, 928 deletions
diff --git a/runtime/compiler/ant.vim b/runtime/compiler/ant.vim
index 51cd931858..0605c69fab 100644
--- a/runtime/compiler/ant.vim
+++ b/runtime/compiler/ant.vim
@@ -1,7 +1,7 @@
" Vim Compiler File
" Compiler: ant
" Maintainer: Johannes Zellner <johannes@zellner.org>
-" Last Change: Tue, 27 Apr 2004 15:01:45 CEST
+" Last Change: Mi, 13 Apr 2005 22:50:07 CEST
if exists("current_compiler")
finish
@@ -21,15 +21,15 @@ CompilerSet makeprg=ant
" ant with jikes +E, which assumes the following
" two property lines in your 'build.xml':
"
-" <property name = "build.compiler" value = "jikes"/>
-" <property name = "build.compiler.emacs" value = "true"/>
+" <property name = "build.compiler" value = "jikes"/>
+" <property name = "build.compiler.emacs" value = "true"/>
"
" second line:
" ant with javac
"
" note that this will work also for tasks like [wtkbuild]
"
-setlocal errorformat=\ %#[%.%#]\ %#%f:%l:%v:%*\\d:%*\\d:\ %t%[%^:]%#:%m,
+CompilerSet errorformat=\ %#[%.%#]\ %#%f:%l:%v:%*\\d:%*\\d:\ %t%[%^:]%#:%m,
\%A\ %#[%.%#]\ %f:%l:\ %m,%-Z\ %#[%.%#]\ %p^,%C\ %#[%.%#]\ %#%m
" ,%-C%.%#
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 1c2959de5f..3aef1ca97c 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -257,6 +257,11 @@ HTMLS = \
workshop.html
CONVERTED = \
+ vim-fr.UTF-8.1 \
+ evim-fr.UTF-8.1 \
+ vimdiff-fr.UTF-8.1 \
+ vimtutor-fr.UTF-8.1 \
+ xxd-fr.UTF-8.1 \
vim-it.UTF-8.1 \
evim-it.UTF-8.1 \
vimdiff-it.UTF-8.1 \
@@ -380,32 +385,47 @@ os_risc.txt:
os_win32.txt:
touch os_win32.txt
+vim-fr.UTF-8.1: vim-fr.1
+ iconv -f latin1 -t utf-8 $< >$@
+
+evim-fr.UTF-8.1: evim-fr.1
+ iconv -f latin1 -t utf-8 $< >$@
+
+vimdiff-fr.UTF-8.1: vimdiff-fr.1
+ iconv -f latin1 -t utf-8 $< >$@
+
+vimtutor-fr.UTF-8.1: vimtutor-fr.1
+ iconv -f latin1 -t utf-8 $< >$@
+
+xxd-fr.UTF-8.1: xxd-fr.1
+ iconv -f latin1 -t utf-8 $< >$@
+
vim-it.UTF-8.1: vim-it.1
- iconv -f latin1 -t utf-8 $> >$@
+ iconv -f latin1 -t utf-8 $< >$@
evim-it.UTF-8.1: evim-it.1
- iconv -f latin1 -t utf-8 $> >$@
+ iconv -f latin1 -t utf-8 $< >$@
vimdiff-it.UTF-8.1: vimdiff-it.1
- iconv -f latin1 -t utf-8 $> >$@
+ iconv -f latin1 -t utf-8 $< >$@
vimtutor-it.UTF-8.1: vimtutor-it.1
- iconv -f latin1 -t utf-8 $> >$@
+ iconv -f latin1 -t utf-8 $< >$@
xxd-it.UTF-8.1: xxd-it.1
- iconv -f latin1 -t utf-8 $> >$@
+ iconv -f latin1 -t utf-8 $< >$@
vim-ru.UTF-8.1: vim-ru.1
- iconv -f KOI8-R -t utf-8 $> >$@
+ iconv -f KOI8-R -t utf-8 $< >$@
evim-ru.UTF-8.1: evim-ru.1
- iconv -f KOI8-R -t utf-8 $> >$@
+ iconv -f KOI8-R -t utf-8 $< >$@
vimdiff-ru.UTF-8.1: vimdiff-ru.1
- iconv -f KOI8-R -t utf-8 $> >$@
+ iconv -f KOI8-R -t utf-8 $< >$@
vimtutor-ru.UTF-8.1: vimtutor-ru.1
- iconv -f KOI8-R -t utf-8 $> >$@
+ iconv -f KOI8-R -t utf-8 $< >$@
xxd-ru.UTF-8.1: xxd-ru.1
- iconv -f KOI8-R -t utf-8 $> >$@
+ iconv -f KOI8-R -t utf-8 $< >$@
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 7a58cd88cc..c507ccd4ab 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.0aa. Last change: 2005 Mar 16
+*change.txt* For Vim version 7.0aa. Last change: 2005 Apr 03
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -915,6 +915,8 @@ inside of strings can change! Also see 'softtabstop' option. >
current line). This always works |linewise|, thus
this command can be used to put a yanked block as new
lines.
+ The cursor is left on the first non-blank in the last
+ new line.
The register can also be '=' followed by an optional
expression. The expression continues until the end of
the command. You need to escape the '|' and '"'
@@ -964,9 +966,9 @@ When using a put command like |p| or |P| in Visual mode, Vim will try to
replace the selected text with the contents of the register. Whether this
works well depends on the type of selection and the type of the text in the
register. With blockwise selection it also depends on the size of the block
-and whether the corners are on an existing character. (implementation detail:
+and whether the corners are on an existing character. (Implementation detail:
it actually works by first putting the register after the selection and then
-deleting the selection).
+deleting the selection.)
*blockwise-register*
If you use a blockwise Visual mode command to get the text into the register,
@@ -1417,7 +1419,7 @@ If the 'comments' option includes "/*", "*" and/or "*/", then Vim has some
built in stuff to treat these types of comments a bit more cleverly.
Opening a new line before or after "/*" or "*/" (with 'r' or 'o' present in
'formatoptions') gives the correct start of the line automatically. The same
-happens with formatting and auto-wrapping. Opening a line after a line
+happens with formatting and auto-wrapping. Opening a line after a line
starting with "/*" or "*" and containing "*/", will cause no comment leader to
be inserted, and the indent of the new line is taken from the line containing
the start of the comment.
diff --git a/runtime/doc/debugger.txt b/runtime/doc/debugger.txt
index 4e4f1c06a7..566b83a843 100644
--- a/runtime/doc/debugger.txt
+++ b/runtime/doc/debugger.txt
@@ -1,4 +1,4 @@
-*debugger.txt* For Vim version 7.0aa. Last change: 2005 Mar 07
+*debugger.txt* For Vim version 7.0aa. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Gordon Prieur
@@ -27,19 +27,19 @@ Environment (IDE):
These features were added specifically for use in the Motif version of gvim.
However, the |alt-input| and |debug-highlight| were written to be usable in
-both vim and gvim. Some of the other features could be used in the non-GUI
-vim with slight modifications. However, I did not do this nor did I test the
+both vim and gvim. Some of the other features could be used in the non-GUI
+vim with slight modifications. However, I did not do this nor did I test the
reliability of building for vim or non Motif GUI versions.
1.1 Alternate Command Input *alt-input*
For Vim to work with a debugger there must be at least an input connection
-with a debugger or external tool. In many cases there will also be an output
+with a debugger or external tool. In many cases there will also be an output
connection but this isn't absolutely necessary.
The purpose of the input connection is to let the external debugger send
-commands to Vim. The commands sent by the debugger should give the debugger
+commands to Vim. The commands sent by the debugger should give the debugger
enough control to display the current debug environment and state.
The current implementation is based on the X Toolkit dispatch loop and the
@@ -49,15 +49,15 @@ XtAddInput() function call.
1.2 Debug Signs *debug-signs*
Many debuggers mark specific lines by placing a small sign or color highlight
-on the line. The |:sign| command lets the debugger set this graphic mark. Some
+on the line. The |:sign| command lets the debugger set this graphic mark. Some
examples where this feature would be used would be a debugger showing an arrow
-representing the Program Counter (PC) of the program being debugged. Another
-example would be a small stop sign for a line with a breakpoint. These visible
+representing the Program Counter (PC) of the program being debugged. Another
+example would be a small stop sign for a line with a breakpoint. These visible
highlights let the user keep track of certain parts of the state of the
debugger.
-This feature can be used with more than debuggers, too. An IPE can use a sign
-to highlight build errors, searched text, or other things. The sign feature
+This feature can be used with more than debuggers, too. An IPE can use a sign
+to highlight build errors, searched text, or other things. The sign feature
can also work together with the |debug-highlight| to ensure the mark is
highly visible.
@@ -66,17 +66,17 @@ Debug signs are defined and placed using the |:sign| command.
1.3 Debug Source Highlight *debug-highlight*
-This feature allows a line to have a predominant highlight. The highlight is
-intended to make a specific line stand out. The highlight could be made to
+This feature allows a line to have a predominant highlight. The highlight is
+intended to make a specific line stand out. The highlight could be made to
work for both vim and gvim, whereas the debug sign is, in most cases, limited
-to gvim. The one exception to this is Sun Microsystem's dtterm. The dtterm
+to gvim. The one exception to this is Sun Microsystem's dtterm. The dtterm
from Sun has a "sign gutter" for showing signs.
1.4 Message Footer *gui-footer*
-The message footer can be used to display messages from a debugger or IPE. It
-can also be used to display menu and toolbar tips. The footer area is at the
+The message footer can be used to display messages from a debugger or IPE. It
+can also be used to display menu and toolbar tips. The footer area is at the
bottom of the GUI window, below the line used to display colon commands.
The display of the footer is controlled by the 'guioptions' letter 'F'.
@@ -85,7 +85,7 @@ The display of the footer is controlled by the 'guioptions' letter 'F'.
1.5 Balloon Evaluation *balloon-eval*
This feature allows a debugger, or other external tool, to display dynamic
-information based on where the mouse is pointing. The purpose of this feature
+information based on where the mouse is pointing. The purpose of this feature
was to allow Sun's Visual WorkShop debugger to display expression evaluations.
However, the feature was implemented in as general a manner as possible and
could be used for displaying other information as well.
@@ -111,7 +111,7 @@ completely user definable.
2. Vim Compile Options *debugger-compilation*
The debugger features were added explicitly for use with Sun's Visual
-WorkShop Integrated Programming Environment (ipe). However, they were done
+WorkShop Integrated Programming Environment (ipe). However, they were done
in as generic a manner as possible so that integration with other debuggers
could also use some or all of the tools used with Sun's ipe.
@@ -123,7 +123,7 @@ The following compile time preprocessor variables control the features:
Message Footer FEAT_FOOTER
Balloon Evaluation FEAT_BEVAL
-The first integration with a full IPE/IDE was with Sun Visual WorkShop. To
+The first integration with a full IPE/IDE was with Sun Visual WorkShop. To
compile a gvim which interfaces with VWS set the following flag, which sets
all the above flags:
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt
index 6e4f4e35a9..bc8b0e8c09 100644
--- a/runtime/doc/develop.txt
+++ b/runtime/doc/develop.txt
@@ -1,4 +1,4 @@
-*develop.txt* For Vim version 7.0aa. Last change: 2004 Jan 17
+*develop.txt* For Vim version 7.0aa. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -366,7 +366,33 @@ window View on a buffer. There can be several windows in Vim,
fit in the shell.
-To be continued...
+Spell checking *develop-spell*
+
+When spell checking was going to be added to Vim a survey was done over the
+available spell checking libraries and programs. Unfortunately, the result
+was that none of them provided sufficient capabilities to be used as the spell
+checking engine in Vim, for various reasons:
+
+- Missing support for multi-byte encodings. At least UTF-8 must be supported,
+ so that more than one language can be used in the same file.
+- For the programs and libraries: Using them as-is would require installing
+ them separately from Vim. That's not impossible, but a drawback.
+- Performance: A few tests showed that it's possible to check spelling on the
+ fly (while redrawing), just like syntax highlighting. But the mechanisms
+ used by other code are much slower. Myspell uses a simplistic hashtable,
+ for example.
+- For a program like aspell a communication mechanism would have to be setup.
+ That's complicated to do in a portable way (Unix-only would be relatively
+ simple, but that's not good enough). And performance will become a problem
+ (lots of process switching involved).
+- Missing support for words with non-word characters, such as "Etten-Leur" and
+ "et al.", would require marking the pieces of them OK, lowering the
+ reliability.
+- Missing support for regions or dialects. Makes it difficult to accept
+ all English words and highlight non-Canadian words differently.
+- Missing support for rare words. Many words are correct but hardly ever used
+ and could be a misspelled often-used word.
+
==============================================================================
4. Assumptions *design-assumptions*
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index 3fb4e54dee..8ae870a5a6 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1,4 +1,4 @@
-*editing.txt* For Vim version 7.0aa. Last change: 2005 Feb 14
+*editing.txt* For Vim version 7.0aa. Last change: 2005 Apr 04
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -46,7 +46,7 @@ However, the alternate file name is not changed when |:keepalt| is used.
name. {not in Vi}
All file names are remembered in the buffer list. When you enter a file name,
-for editing (e.g., with ":e filename") or writing (e.g., with ":w file name"),
+for editing (e.g., with ":e filename") or writing (e.g., with ":w filename"),
the file name is added to the list. You can use the buffer list to remember
which files you edited and to quickly switch from one file to another (e.g.,
to copy text) with the |CTRL-^| command. First type the number of the file
@@ -57,7 +57,7 @@ CTRL-G or *CTRL-G* *:f* *:fi* *:file*
:f[ile] Prints the current file name (as typed), the
cursor position (unless the 'ruler' option is set),
and the file status (readonly, modified, read errors,
- new file). See the 'shortmess' option about how tho
+ new file). See the 'shortmess' option about how to
make this message shorter. {Vi does not include
column number}
@@ -910,8 +910,8 @@ if the system allows it (the directory must be writable).
*write-fail*
If the writing of the new file fails, you have to be careful not to lose
your changes AND the original file. If there is no backup file and writing
-the new file failed, you have already lost the original file! DON'T EXIT VIM
-UNTIL YOU WRITE OUT THE FILE! If a backup was made, it is put back in place
+the new file failed, you have already lost the original file! DON'T EXIT VIM
+UNTIL YOU WRITE OUT THE FILE! If a backup was made, it is put back in place
of the original file (if possible). If you exit Vim, and lose the changes
you made, the original file will mostly still be there. If putting back the
original file fails, there will be an error message telling you that you
@@ -1391,6 +1391,11 @@ It is also possible that you modified the file yourself, from another edit
session or with another command (e.g., a filter command). Then you will know
which version of the file you want to keep.
+There is one situation where you get the message while there is nothing wrong:
+On a Win32 system on the day daylight saving time starts. There is something
+in the Win32 libraries that confuses Vim about the hour time difference. The
+problem goes away the next day.
+
==============================================================================
11. File Searching *file-searching*
@@ -1401,7 +1406,7 @@ options. There are three different types of searching: