Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.1321: can't build huge version with Athenav8.0.1321 | Bram Moolenaar | 2017-11-19 | 1 | -1/+0 |
| | | | | | | Problem: Can't build huge version with Athena. (Mark Kelly) Solution: Move including beval.h to before structs.h. Include beval.pro like other proto files. | ||||
* | patch 8.0.1314: build fails on Macv8.0.1314 | Bram Moolenaar | 2017-11-18 | 1 | -10/+13 |
| | | | | | Problem: Build fails on Mac. (chdiza) Solution: Add #ifdef around GUI fields. | ||||
* | patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312 | Bram Moolenaar | 2017-11-18 | 1 | -0/+83 |
Problem: balloon_show() only works in terminal when compiled with the GUI. Solution: Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI specific file. |