summaryrefslogtreecommitdiff
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
commiteb428c77ed990833ec471e7b159ba99d1fa88cbc (patch)
treefc1ce46f009d77f32c3fc3f1e57f2a48f724aae3 /runtime
parent565aefe29c6e4504c83448a9e96f8591cf6ddefa (diff)
downloadvim-eb428c77ed990833ec471e7b159ba99d1fa88cbc.tar.gz
updated for version 7.3.030v7.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 edd8f2df..b5283bb3 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