comparison src/beval.c @ 13353:8412df1479a3 v8.0.1550

patch 8.0.1550: various small problems in source files commit https://github.com/vim/vim/commit/792f0e36593d1ec13ccb8a622ca5542c500577b4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 27 17:27:13 2018 +0100 patch 8.0.1550: various small problems in source files Problem: Various small problems in source files. Solution: Fix the problems.
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 17:30:08 +0100
parents d52a3969ce4f
children 2ad722003b36
comparison
equal deleted inserted replaced
13352:764ce635fdc7 13353:8412df1479a3
135 135
136 /* 136 /*
137 * Show a balloon with "mesg" or "list". 137 * Show a balloon with "mesg" or "list".
138 */ 138 */
139 void 139 void
140 post_balloon(BalloonEval *beval UNUSED, char_u *mesg, list_T *list) 140 post_balloon(BalloonEval *beval UNUSED, char_u *mesg, list_T *list UNUSED)
141 { 141 {
142 # ifdef FEAT_BEVAL_TERM 142 # ifdef FEAT_BEVAL_TERM
143 # ifdef FEAT_GUI 143 # ifdef FEAT_GUI
144 if (!gui.in_use) 144 if (!gui.in_use)
145 # endif 145 # endif