forked from aniani/vim
patch 8.1.1727: code for viminfo support is spread out
Problem: Code for viminfo support is spread out. Solution: Move to code to viminfo.c. (Yegappan Lakshmanan, closes #4686)
This commit is contained in:
@@ -190,6 +190,7 @@ EXTERN int emsg_severe INIT(= FALSE); /* use message of next of several
|
||||
EXTERN int did_endif INIT(= FALSE); /* just had ":endif" */
|
||||
EXTERN dict_T vimvardict; /* Dictionary with v: variables */
|
||||
EXTERN dict_T globvardict; /* Dictionary with g: variables */
|
||||
#define globvarht globvardict.dv_hashtab
|
||||
#endif
|
||||
EXTERN int did_emsg; /* set by emsg() when the message
|
||||
is displayed or thrown */
|
||||
|
||||
Reference in New Issue
Block a user