Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.1550: various small problems in source filesv8.0.1550 | Bram Moolenaar | 2018-02-27 | 1 | -1/+1 |
| | | | | | Problem: Various small problems in source files. Solution: Fix the problems. | ||||
* | patch 8.0.1367v8.0.1366 | Bram Moolenaar | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | patch 8.0.1318: terminal balloon only shows one linev8.0.1318 | Bram Moolenaar | 2017-11-19 | 1 | -4/+5 |
| | | | | | | Problem: Terminal balloon only shows one line. Solution: Split into several lines in a clever way. Add balloon_split(). Make balloon_show() accept a list in the terminal. | ||||
* | patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312 | Bram Moolenaar | 2017-11-18 | 1 | -0/+280 |
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. |