diff options
author | Florian Walch <florian@fwalch.com> | 2015-05-18 18:30:10 +0300 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2015-05-19 12:44:56 +0300 |
commit | 90fae3663f543e9573c4e69380cfcdcbc7bb34fc (patch) | |
tree | 5d4afe1d52a3ce18c0f8a9ffbfc5dc0891f2246b /runtime/doc/options.txt | |
parent | 73137e0a84d73196db1a8d66a45210f7ffb6632d (diff) | |
download | rneovim-90fae3663f543e9573c4e69380cfcdcbc7bb34fc.tar.gz rneovim-90fae3663f543e9573c4e69380cfcdcbc7bb34fc.tar.bz2 rneovim-90fae3663f543e9573c4e69380cfcdcbc7bb34fc.zip |
vim-patch:4abac79 #2694
Update runtime files.
https://code.google.com/p/vim/source/detail?r=4abac79c0b7ae7aac0cb32d9930e155de628b63f
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 5db27886bf..4ba1a48c9e 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.4. Last change: 2014 Sep 23 +*options.txt* For Vim version 7.4. Last change: 2014 Nov 05 VIM REFERENCE MANUAL by Bram Moolenaar @@ -6833,6 +6833,9 @@ A jump table for the options with a short description can be found at |Q_op|. current buffer: > setlocal ul=-1 < This helps when you run out of memory for a single change. + + The local value is set to -123456 when the global value is to be used. + Also see |clear-undo|. *'undoreload'* *'ur'* |