summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-18 23:29:01 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-18 23:29:01 +0100
commitb20e334859334be35de4b295023a2b49bdabbfa9 (patch)
treeadc41d9170de34857be2de9628d10174d1501766 /src/structs.h
parent61ff4dd6a4d47bd32383fe28087be2b37dec53f4 (diff)
downloadvim-git-b20e334859334be35de4b295023a2b49bdabbfa9.tar.gz
patch 7.4.1131v7.4.1131
Problem: New lines in the viminfo file are dropped. Solution: Copy lines starting with "|". Fix that when using :rviminfo in a function global variables were restored as function-local variables.
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 0c06401db..5c65cc65a 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1008,6 +1008,7 @@ typedef struct
#ifdef FEAT_MBYTE
vimconv_T vir_conv; /* encoding conversion */
#endif
+ garray_T vir_barlines; /* lines starting with | */
} vir_T;
#define CONV_NONE 0