summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-02 00:46:37 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-02 00:46:37 +0000
commitf4d1145328c9e234730f4f3cb45116ba46be1594 (patch)
treefdeeb39f97fc913d014c76536e0deef7872d5ae1 /runtime
parentc6039d8fcbcc991de374c50f0a2f7ffb96d8437c (diff)
updated for version 7.0162
Diffstat (limited to 'runtime')
-rw-r--r--runtime/compiler/bdf.vim4
-rw-r--r--runtime/doc/change.txt5
-rw-r--r--runtime/doc/help.txt21
-rw-r--r--runtime/doc/options.txt6
4 files changed, 23 insertions, 13 deletions
diff --git a/runtime/compiler/bdf.vim b/runtime/compiler/bdf.vim
index 77f124c597..a30a9b6907 100644
--- a/runtime/compiler/bdf.vim
+++ b/runtime/compiler/bdf.vim
@@ -11,9 +11,9 @@ let current_compiler = "bdf"
let s:cpo_save = &cpo
set cpo-=C
-setlocal makeprg=bdftopcf\ $*
+CompilerSet makeprg=bdftopcf\ $*
-setlocal errorformat=%ABDF\ %trror\ on\ line\ %l:\ %m,
+CompilerSet errorformat=%ABDF\ %trror\ on\ line\ %l:\ %m,
\%-Z%p^,
\%Cbdftopcf:\ bdf\ input\\,\ %f\\,\ corrupt,
\%-G%.%#
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 3476ab229c..218713a0d2 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 Aug 14
+*change.txt* For Vim version 7.0aa. Last change: 2005 Nov 30
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1087,7 +1087,8 @@ register. {not in Vi}
7. Selection and drop registers "*, "+ and "~
Use these register for storing and retrieving the selected text for the GUI.
See |quotestar| and |quoteplus|. When the clipboard is not available or not
-working, the unnamed register is used instead. {not in Vi}
+working, the unnamed register is used instead. For Unix systems the clipboard
+is only available when the |+xterm_clipboard| feature is present. {not in Vi}
Note that there is only a distinction between "* and "+ for X11 systems. For
an explanation of the difference, see |x11-selection|. Under MS-Windows, use
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt
index 5fa8cf1e4a..c2d4afee0e 100644
--- a/runtime/doc/help.txt
+++ b/runtime/doc/help.txt
@@ -1,4 +1,4 @@
-*help.txt* For Vim version 7.0aa. Last change: 2005 Sep 01
+*help.txt* For Vim version 7.0aa. Last change: 2005 Nov 30
VIM - main help file
k
@@ -17,13 +17,13 @@ Get specific help: It is possible to go directly to whatever you want help
It is possible to further specify the context:
*help-context*
WHAT PREPEND EXAMPLE ~
- Normal mode commands (nothing) :help x
- Visual mode commands v_ :help v_u
- Insert mode commands i_ :help i_<Esc>
- Command-line commands : :help :quit
+ Normal mode command (nothing) :help x
+ Visual mode command v_ :help v_u
+ Insert mode command i_ :help i_<Esc>
+ Command-line command : :help :quit
Command-line editing c_ :help c_<Del>
- Vim command arguments - :help -r
- Options ' :help 'textwidth'
+ Vim command argument - :help -r
+ Option ' :help 'textwidth'
Search for help: Type ":help word", then hit CTRL-D to see matching
help entries for "word".
@@ -191,6 +191,13 @@ Standard plugins ~
|pi_expl.txt| File explorer
LOCAL ADDITIONS: *local-additions*
+|cecutil.txt| DrChip's Utilities Jun 11, 2004
+|engspchk.txt| English Spelling Checker (v61) Mar 14, 2005
+|example.txt| Example for a locally added help file
+|matchit.txt| Extended "%" matching
+|test.txt| Testing the hélp cömmånd nôw
+|typecorr.txt| Plugin for correcting typing mistakes
+|helpp.txt| Dummy line to avoid an error message
------------------------------------------------------------------------------
*bars* Bars example
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 0631d454ce..cbce4f9ae0 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.0aa. Last change: 2005 Nov 23
+*options.txt* For Vim version 7.0aa. Last change: 2005 Nov 30
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1436,6 +1436,7 @@ A jump table for the options with a short description can be found at |Q_op|.
to use the size for the GUI, put the command in your |gvimrc| file.
When you set this option and Vim is unable to change the physical
number of columns of the display, the display may be messed up.
+ Mimimum value is 12, maximum value is 10000.
*'comments'* *'com'* *E524* *E525*
'comments' 'com' string (default
@@ -4091,7 +4092,8 @@ A jump table for the options with a short description can be found at |Q_op|.
Vim limits the number of lines to what fits on the screen. You can
use this command to get the tallest window possible: >
:set lines=999
-< If you get less lines than expected, check the 'guiheadroom' option.
+< Minimum value is 2, maximum value is 1000.
+ If you get less lines than expected, check the 'guiheadroom' option.
When you set this option and Vim is unable to change the physical
number of lines of the display, the display may be messed up.