Bram Moolenaar
|
9b4a15d5db
|
patch 8.2.0111: VAR_SPECIAL is also used for booleans
Problem: VAR_SPECIAL is also used for booleans.
Solution: Add VAR_BOOL for better type checking.
|
2020-01-11 16:05:23 +01:00 |
|
Bram Moolenaar
|
5e5a98d7de
|
patch 8.2.0011: screen updating wrong when opeing preview window
Problem: Screen updating wrong when opeing preview window.
Solution: Redraw the window when the preview window opens.
|
2019-12-15 14:55:33 +01:00 |
|
Bram Moolenaar
|
09dd2bb336
|
patch 8.2.0007: popup menu positioned wrong with folding in two tabs
Problem: Popup menu positioned wrong with folding in two tabs.
Solution: Update the cursor line height. (closes #5353)
|
2019-12-14 18:42:15 +01:00 |
|
Bram Moolenaar
|
04357fbb87
|
patch 8.1.2415: popup menu flickers if an info popup is used
Problem: Popup menu flickers if an info popup is used. (Nick Spoons)
Solution: Set the pum_skip_redraw flag.
|
2019-12-10 21:50:56 +01:00 |
|
Bram Moolenaar
|
bef93ac9db
|
patch 8.1.2399: info popup on top of cursor if it doesn't fit
Problem: Info popup on top of cursor if it doesn't fit.
Solution: Hide the popup if it doesn't fit.
|
2019-12-06 20:17:35 +01:00 |
|
Bram Moolenaar
|
63d9e730f7
|
patch 8.1.2394: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
|
2019-12-05 21:10:38 +01:00 |
|
Bram Moolenaar
|
5a4c3082d7
|
patch 8.1.2373: cannot build with +popupwin but without +quickfix
Problem: Cannot build with +popupwin but without +quickfix. (John Marriott)
Solution: Adjust #ifdefs.
|
2019-12-01 15:23:11 +01:00 |
|
Bram Moolenaar
|
05ad5ff0ab
|
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
Problem: FEAT_TEXT_PROP is a confusing name.
Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291)
|
2019-11-30 22:48:27 +01:00 |
|
Bram Moolenaar
|
a2c2ae473a
|
patch 8.1.2369: cannot build with quickfix and without text properties
Problem: Cannot build with quickfix and without text properties.
Solution: Fix typo. (Naruhiko Nishino)
|
2019-11-30 20:58:46 +01:00 |
|
Bram Moolenaar
|
9ae862ebba
|
patch 8.1.2325: crash when using balloon with empty line
Problem: Crash when using balloon with empty line.
Solution: Handle empty lines. (Markus Braun)
|
2019-11-21 13:27:06 +01:00 |
|
Bram Moolenaar
|
202c3f7e3e
|
patch 8.1.2324: with of scrollbar in popup menu not taken into account
Problem: With of scrollbar in popup menu not taken into account.
Solution: Add the width of the scrollbar.
|
2019-11-21 12:12:35 +01:00 |
|
Bram Moolenaar
|
d1c1c82389
|
patch 8.1.2274: newlines in 'balloonexpr' result only work in the GUI
Problem: Newlines in 'balloonexpr' result only work in the GUI.
Solution: Also recognize newlines in the terminal. (closes #5193)
|
2019-11-09 16:59:14 +01:00 |
|
Bram Moolenaar
|
dca7abe79c
|
patch 8.1.2192: cannot easily fill the info popup asynchronously
Problem: Cannot easily fill the info popup asynchronously.
Solution: Add the "popuphidden" value to 'completeopt'. (closes #4924)
|
2019-10-20 18:17:57 +02:00 |
|
Bram Moolenaar
|
1614a14901
|
patch 8.1.2120: some MB_ macros are more complicated than necessary
Problem: Some MB_ macros are more complicated than necessary. (Dominique
Pelle)
Solution: Simplify the macros. Expand inline.
|
2019-10-06 22:00:13 +02:00 |
|
Bram Moolenaar
|
30e8e73506
|
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
Problem: Some files have a weird name to fit in 8.3 characters.
Solution: Use a nicer names.
|
2019-09-27 13:08:36 +02:00 |
|
Bram Moolenaar
|
76b92b2830
|
updated for version 7.0b
|
2006-03-24 22:46:53 +00:00 |
|
Bram Moolenaar
|
efd2bf158a
|
updated for version 7.0226
|
2006-03-16 21:41:35 +00:00 |
|
Bram Moolenaar
|
7d47b6eed7
|
updated for version 7.0225
|
2006-03-15 22:59:18 +00:00 |
|
Bram Moolenaar
|
1f4d4de1ba
|
updated for version 7.0224
|
2006-03-14 23:00:46 +00:00 |
|
Bram Moolenaar
|
1e60789f9b
|
updated for version 7.0223
|
2006-03-13 22:15:53 +00:00 |
|
Bram Moolenaar
|
600dddcf66
|
updated for version 7.0222
|
2006-03-12 22:05:10 +00:00 |
|
Bram Moolenaar
|
96d2c5b5be
|
updated for version 7.0221
|
2006-03-11 21:27:59 +00:00 |
|
Bram Moolenaar
|
1f35bf9cab
|
updated for version 7.0217
|
2006-03-07 22:38:47 +00:00 |
|
Bram Moolenaar
|
8b6144bdfe
|
updated for version 7.0194
|
2006-02-08 09:20:24 +00:00 |
|
Bram Moolenaar
|
a65576059f
|
updated for version 7.0193
|
2006-02-04 22:43:20 +00:00 |
|
Bram Moolenaar
|
7df351eb8a
|
updated for version 7.0186
|
2006-01-23 22:30:28 +00:00 |
|
Bram Moolenaar
|
e3226be91a
|
updated for version 7.0173
|
2005-12-18 22:10:00 +00:00 |
|
Bram Moolenaar
|
4b77947252
|
updated for version 7.0154
|
2005-10-04 09:12:31 +00:00 |
|