aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-12-12 17:43:23 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-12-12 17:43:23 -0500
commitcc203e4b93d920cb749f80336504d7e6df0081a2 (patch)
treebf8837d4b3d9de8dd26f1a3cd5a6de51c84e1567 /runtime/doc/eval.txt
parentf37ad6af3601993e9d12a7761bf60b41a640f53d (diff)
parent1b56425662068a40cf3a19cd47ac79d7511840b5 (diff)
downloadrneovim-cc203e4b93d920cb749f80336504d7e6df0081a2.tar.gz
rneovim-cc203e4b93d920cb749f80336504d7e6df0081a2.tar.bz2
rneovim-cc203e4b93d920cb749f80336504d7e6df0081a2.zip
Merge pull request #3753 from watiko/vim-7.4.790
Vim 7.4.{786,787,789,790}
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 7b12d2082f..4ff0636b61 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1535,6 +1535,15 @@ v:oldfiles List of file names that is loaded from the |shada| file on
than String this will cause trouble.
{only when compiled with the |+shada| feature}
+ *v:option_new*
+v:option_new New value of the option. Valid while executing an |OptionSet|
+ autocommand.
+ *v:option_old*
+v:option_old Old value of the option. Valid while executing an |OptionSet|
+ autocommand.
+ *v:option_type*
+v:option_type Scope of the set command. Valid while executing an
+ |OptionSet| autocommand. Can be either "global" or "local"
*v:operator* *operator-variable*
v:operator The last operator given in Normal mode. This is a single
character except for commands starting with <g> or <z>,