summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-10-20 17:44:42 +0200
committerBram Moolenaar <Bram@vim.org>2010-10-20 17:44:42 +0200
commit680eeca955446267680a52cb1207728dc7a2d004 (patch)
treece16ab850b9d14d39c18f5b04b76df2eb0fa0a0f /runtime
parentf75d498844949f2389165eeefb75affb0efb73f0 (diff)
updated for version 7.3.030v7.3.030
Problem: Cannot store Dict and List in viminfo file. Solution: Add support for this. (Christian Brabandt)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index edd8f2df0a..b5283bb3d3 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -7530,8 +7530,9 @@ A jump table for the options with a short description can be found at |Q_op|.
! When included, save and restore global variables that start
with an uppercase letter, and don't contain a lowercase
letter. Thus "KEEPTHIS and "K_L_M" are stored, but "KeepThis"
- and "_K_L_M" are not. Only String and Number types are
- stored.
+ and "_K_L_M" are not. Nested List and Dict items may not be
+ read back correctly, you end up with a string representation
+ instead.
" Maximum number of lines saved for each register. Old name of
the '<' item, with the disadvantage that you need to put a
backslash before the ", otherwise it will be recognized as the