comparison src/proto.h @ 18135:1868ec23360e v8.1.2062

patch 8.1.2062: the mouse code is spread out Commit: https://github.com/vim/vim/commit/b20b9e14ddd8db111e886ad0494e15b955159426 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 21 20:48:04 2019 +0200 patch 8.1.2062: the mouse code is spread out Problem: The mouse code is spread out. Solution: Move all the mouse code to mouse.c. (Yegappan Lakshmanan, closes #4959)
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Sep 2019 21:00:07 +0200
parents 2a806e3c39f6
children f57481564f2c
comparison
equal deleted inserted replaced
18134:c06a2bc8144f 18135:1868ec23360e
173 #endif 173 #endif
174 #ifndef HAVE_QSORT 174 #ifndef HAVE_QSORT
175 /* Use our own qsort(), don't define the prototype when not used. */ 175 /* Use our own qsort(), don't define the prototype when not used. */
176 void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void *, const void *)); 176 void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void *, const void *));
177 #endif 177 #endif
178 # include "mouse.pro"
178 # include "move.pro" 179 # include "move.pro"
179 # include "mbyte.pro" 180 # include "mbyte.pro"
180 # include "normal.pro" 181 # include "normal.pro"
181 # include "ops.pro" 182 # include "ops.pro"
182 # include "option.pro" 183 # include "option.pro"