summaryrefslogtreecommitdiff
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-29 22:25:38 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-29 22:25:38 +0000
commitac6e65f88da446bc764ff13a23d854fd72ffedcf (patch)
tree4c4cd8700dcb53ac3a236a056320e2caf062a23d /runtime/doc/various.txt
parent81f1ecbc4dc885a4757e5cc64002f4b22f397f18 (diff)
downloadvim-git-ac6e65f88da446bc764ff13a23d854fd72ffedcf.tar.gz
updated for version 7.0138v7.0138
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r--runtime/doc/various.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index d0ee58dff..4de328801 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -1,4 +1,4 @@
-*various.txt* For Vim version 7.0aa. Last change: 2005 Jun 22
+*various.txt* For Vim version 7.0aa. Last change: 2005 Aug 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -268,6 +268,8 @@ N *+cmdline_info* |'showcmd'| and |'ruler'|
N *+comments* |'comments'| support
N *+cryptv* encryption support |encryption|
B *+cscope* |cscope| support
+m *+cursorshape* |termcap-cursor-shape| support
+m *+debug* Compiled for debugging.
N *+dialog_gui* Support for |:confirm| with GUI dialog.
N *+dialog_con* Support for |:confirm| with console dialog.
N *+dialog_con_gui* Support for |:confirm| with GUI and console dialog.
@@ -487,10 +489,11 @@ N *+X11* Unix only: can restore window title |X11|
*:verbose-cmd*
When 'verbose' is non-zero, listing the value of a Vim option or a key map or
-a user-defined function or a command or a highlight group will also display
-where it was last defined. If it was defined manually then there will be no
-"Last set" message. When it was defined while executing a function, user
-command or autocommand, the script in which it was defined is reported.
+a user-defined function or a command or a highlight group or an autocommand
+will also display where it was last defined. If it was defined manually then
+there will be no "Last set" message. When it was defined while executing a
+function, user command or autocommand, the script in which it was defined is
+reported.
{not available when compiled without the +eval feature}
*K*