Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.1.2394: using old C style commentsv8.1.2394 | Bram Moolenaar | 2019-12-05 | 1 | -91/+91 |
| | | | | | Problem: Using old C style comments. Solution: Use // comments where appropriate. | ||||
* | patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373 | Bram Moolenaar | 2019-12-01 | 1 | -2/+2 |
| | | | | | Problem: Cannot build with +popupwin but without +quickfix. (John Marriott) Solution: Adjust #ifdefs. | ||||
* | patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371 | Bram Moolenaar | 2019-11-30 | 1 | -14/+14 |
| | | | | | Problem: FEAT_TEXT_PROP is a confusing name. Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291) | ||||
* | patch 8.1.2369: cannot build with quickfix and without text propertiesv8.1.2369 | Bram Moolenaar | 2019-11-30 | 1 | -1/+1 |
| | | | | | Problem: Cannot build with quickfix and without text properties. Solution: Fix typo. (Naruhiko Nishino) | ||||
* | patch 8.1.2325: crash when using balloon with empty linev8.1.2325 | Bram Moolenaar | 2019-11-21 | 1 | -31/+35 |
| | | | | | Problem: Crash when using balloon with empty line. Solution: Handle empty lines. (Markus Braun) | ||||
* | patch 8.1.2324: with of scrollbar in popup menu not taken into accountv8.1.2324 | Bram Moolenaar | 2019-11-21 | 1 | -2/+2 |
| | | | | | Problem: With of scrollbar in popup menu not taken into account. Solution: Add the width of the scrollbar. | ||||
* | patch 8.1.2274: newlines in 'balloonexpr' result only work in the GUIv8.1.2274 | Bram Moolenaar | 2019-11-09 | 1 | -1/+5 |
| | | | | | Problem: Newlines in 'balloonexpr' result only work in the GUI. Solution: Also recognize newlines in the terminal. (closes #5193) | ||||
* | patch 8.1.2192: cannot easily fill the info popup asynchronouslyv8.1.2192 | Bram Moolenaar | 2019-10-20 | 1 | -18/+34 |
| | | | | | Problem: Cannot easily fill the info popup asynchronously. Solution: Add the "popuphidden" value to 'completeopt'. (closes #4924) | ||||
* | patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120 | Bram Moolenaar | 2019-10-06 | 1 | -2/+2 |
| | | | | | | Problem: Some MB_ macros are more complicated than necessary. (Dominique Pelle) Solution: Simplify the macros. Expand inline. | ||||
* | patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082 | Bram Moolenaar | 2019-09-27 | 1 | -0/+1489 |
| | | | | | Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names. | ||||
* | updated for version 7.0bv7.0b | Bram Moolenaar | 2006-03-24 | 1 | -565/+0 |
| | |||||
* | updated for version 7.0226 | Bram Moolenaar | 2006-03-16 | 1 | -4/+11 |
| | |||||
* | updated for version 7.0225 | Bram Moolenaar | 2006-03-15 | 1 | -9/+27 |
| | |||||
* | updated for version 7.0224 | Bram Moolenaar | 2006-03-14 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0223 | Bram Moolenaar | 2006-03-13 | 1 | -1/+6 |
| | |||||
* | updated for version 7.0222 | Bram Moolenaar | 2006-03-12 | 1 | -2/+2 |
| | |||||
* | updated for version 7.0221 | Bram Moolenaar | 2006-03-11 | 1 | -45/+216 |
| | |||||
* | updated for version 7.0217v7.0217 | Bram Moolenaar | 2006-03-07 | 1 | -3/+4 |
| | |||||
* | updated for version 7.0194v7.0194 | Bram Moolenaar | 2006-02-08 | 1 | -29/+58 |
| | |||||
* | updated for version 7.0193 | Bram Moolenaar | 2006-02-04 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0186v7.0186 | Bram Moolenaar | 2006-01-23 | 1 | -4/+10 |
| | |||||
* | updated for version 7.0173v7.0173 | Bram Moolenaar | 2005-12-18 | 1 | -6/+32 |
| | |||||
* | updated for version 7.0154 | Bram Moolenaar | 2005-10-04 | 1 | -0/+301 |