comparison src/proto.h @ 17861:0a5c615cd949 v8.1.1927

patch 8.1.1927: code for dealing with script files is spread out Commit: https://github.com/vim/vim/commit/307c5a5bb77c3728dfab06c30e9f786309c63f74 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 25 15:41:00 2019 +0200 patch 8.1.1927: code for dealing with script files is spread out Problem: Code for dealing with script files is spread out. Solution: Move the code to scriptfile.c. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4861)
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Aug 2019 15:45:04 +0200
parents 59f8948b7590
children d50a5faa75bd
comparison
equal deleted inserted replaced
17860:9ef94ab1528c 17861:0a5c615cd949
182 # endif 182 # endif
183 # ifdef FEAT_QUICKFIX 183 # ifdef FEAT_QUICKFIX
184 # include "quickfix.pro" 184 # include "quickfix.pro"
185 # endif 185 # endif
186 # include "regexp.pro" 186 # include "regexp.pro"
187 # include "scriptfile.pro"
187 # include "screen.pro" 188 # include "screen.pro"
188 # include "session.pro" 189 # include "session.pro"
189 # if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO) 190 # if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO)
190 # include "sha256.pro" 191 # include "sha256.pro"
191 # endif 192 # endif