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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user