1
0
forked from aniani/vim

patch 8.1.1766: code for writing session file is spread out

Problem:    Code for writing session file is spread out.
Solution:   Put it in one file. (Yegappan Lakshmanan, closes #4728)
This commit is contained in:
Bram Moolenaar
2019-07-28 14:15:42 +02:00
parent f91aac5e3e
commit 8453807911
16 changed files with 1401 additions and 1422 deletions

View File

@@ -183,6 +183,9 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void
# endif
# include "regexp.pro"
# include "screen.pro"
# ifdef FEAT_SESSION
# include "session.pro"
# endif
# if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO)
# include "sha256.pro"
# endif