comparison src/proto.h @ 17539:554240b9574b v8.1.1767

patch 8.1.1767: FEAT_SESSION defined separately commit https://github.com/vim/vim/commit/f96ae0b5a2e9e097c38cec04ec35364565d42271 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 28 15:21:55 2019 +0200 patch 8.1.1767: FEAT_SESSION defined separately Problem: FEAT_SESSION defined separately. Solution: Make FEAT_SESSION depend on FEAT_EVAL.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jul 2019 15:30:04 +0200
parents e00d12c085a5
children 97a750e8707f
comparison
equal deleted inserted replaced
17538:c1629b49142c 17539:554240b9574b
181 # ifdef FEAT_QUICKFIX 181 # ifdef FEAT_QUICKFIX
182 # include "quickfix.pro" 182 # include "quickfix.pro"
183 # endif 183 # endif
184 # include "regexp.pro" 184 # include "regexp.pro"
185 # include "screen.pro" 185 # include "screen.pro"
186 # ifdef FEAT_SESSION 186 # include "session.pro"
187 # include "session.pro"
188 # endif
189 # if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO) 187 # if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO)
190 # include "sha256.pro" 188 # include "sha256.pro"
191 # endif 189 # endif
192 # include "search.pro" 190 # include "search.pro"
193 # ifdef FEAT_SIGNS 191 # ifdef FEAT_SIGNS