1. a2a8973 patch 9.0.0340: the 'cmdheight' zero support causes too much trouble by Bram Moolenaar · 3 years ago
  2. b22653a patch 9.0.0337: flicker when resetting cmdline_row after updating the screen by Bram Moolenaar · 3 years ago
  3. 13608d8 patch 9.0.0318: clearing screen causes flicker by Bram Moolenaar · 3 years ago
  4. b13d340 patch 9.0.0317: when updating the whole screen a popup may not be redrawn by Bram Moolenaar · 3 years ago
  5. f73e5ba patch 9.0.0316: screen flickers when 'cmdheight' is zero by Bram Moolenaar · 3 years ago
  6. 926218b patch 9.0.0311: test for hit-Enter prompt fails by Bram Moolenaar · 3 years ago
  7. 7a99da4 patch 9.0.0309: invalid memory access when cmdheight is zero by Bram Moolenaar · 3 years ago
  8. 5416232 patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu' by Bram Moolenaar · 3 years ago
  9. 6d4b2f5 patch 9.0.0263: too many #ifdefs by Bram Moolenaar · 3 years ago
  10. 471c0fa patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete by Bram Moolenaar · 3 years ago
  11. a4d158b patch 9.0.0206: redraw flags are not named specifically by Bram Moolenaar · 3 years ago
  12. fdc5d17 patch 9.0.0192: possible invalid memory access when 'cmdheight' is zero by Bram Moolenaar · 3 years ago
  13. f39cfb7 patch 9.0.0114: the command line takes up space even when not used by Shougo Matsushita · 3 years ago
  14. 96ba25a patch 9.0.0036: 'fillchars' cannot have window-local values by Bram Moolenaar · 3 years, 1 month ago
  15. 6f0cf62 patch 8.2.5128: syntax disabled when using synID() in searchpair() skip expr by Bram Moolenaar · 3 years, 2 months ago
  16. 6574577 patch 8.2.5057: using gettimeofday() for timeout is very inefficient by Paul Ollis · 3 years, 2 months ago
  17. 368137a patch 8.2.5047: CurSearch highlight is often wrong by Bram Moolenaar · 3 years, 2 months ago
  18. 2495910 patch 8.2.4911: the mode #defines are not clearly named by Bram Moolenaar · 3 years, 3 months ago
  19. cee9c84 patch 8.2.4718: @@@ in the last line sometimes drawn in the wrong place by Bram Moolenaar · 3 years, 4 months ago
  20. 1624639 patch 8.2.4644: redrawing too often when 'relativenumber' is set by Lewis Russell · 3 years, 4 months ago
  21. 3e559cd patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline' by zeertzjq · 3 years, 4 months ago
  22. abb6fbd patch 8.2.4626: Visual area not updated when removing sign in Visual mode by Bram Moolenaar · 3 years, 4 months ago
  23. c20e46a patch 8.2.4614: redrawing too much when 'cursorline' is set by zeertzjq · 3 years, 5 months ago
  24. fe15499 patch 8.2.4610: some conditions are always true by Bram Moolenaar · 3 years, 5 months ago
  25. e7a74d5 patch 8.2.4591: cursor line not updated when a callback moves the cursor by Bram Moolenaar · 3 years, 5 months ago
  26. ae6f1d8 patch 8.2.4402: missing parenthesis may cause unexpected problems by kylo252 · 3 years, 6 months ago
  27. e4835bf patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enter by Bram Moolenaar · 3 years, 6 months ago
  28. 481acb1 patch 8.2.4346: a custom statusline may cause Esc to work like Enter by Bram Moolenaar · 3 years, 6 months ago
  29. 3908ef5 patch 8.2.4325: 'wildmenu' only shows few matches by Yegappan Lakshmanan · 3 years, 6 months ago
  30. 5411910 patch 8.2.4289: warnings reported by MSVC by K.Takata · 3 years, 6 months ago
  31. 420fabc patch 8.2.4241: some type casts are redundant by =?UTF-8?q?Dundar=20G=C3=B6c?= · 3 years, 6 months ago
  32. f6ebc82 patch 8.2.4108: going over the end of the w_lines array by Bram Moolenaar · 3 years, 7 months ago
  33. fa1a457 patch 8.2.4106: going over the end of the w_lines array by Bram Moolenaar · 3 years, 7 months ago
  34. de05bb2 patch 8.2.4074: going over the end of NameBuff by Bram Moolenaar · 3 years, 7 months ago
  35. 3194e5b patch 8.2.3801: if a terminal shows in two windows, only one is redrawn by Bram Moolenaar · 3 years, 8 months ago
  36. e505071 patch 8.2.3763: when editing the cmdline a callback may cause a scroll up by Bram Moolenaar · 3 years, 8 months ago
  37. 651fca8 patch 8.2.3699: the +title feature adds a lot of #ifdef but little code by Bram Moolenaar · 3 years, 8 months ago
  38. 9b0b844 patch 8.2.3535: if-else indenting is confusing by Dominique Pelle · 3 years, 10 months ago
  39. 826bfe4 patch 8.2.3487: illegal memory access if buffer name is very long by Bram Moolenaar · 3 years, 10 months ago
  40. 51ad850 patch 8.2.3280: 'virtualedit' local to buffer is not the best solution by Gary Johnson · 4 years ago
  41. 53ba05b patch 8.2.3227: 'virtualedit' can only be set globally by Gary Johnson · 4 years ago
  42. c9e7e34 patch 8.2.3204: display garbled when 'cursorline' is set and lines wrap by Bram Moolenaar · 4 years ago
  43. 6bcb182 patch 8.2.3132: compiler warns for size_t to colnr_T conversion. by Bram Moolenaar · 4 years, 1 month ago
  44. 5cb0962 patch 8.2.3112: in rare cases the cursor may be somewhere in a folded line by Bram Moolenaar · 4 years, 1 month ago
  45. b17ab86 patch 8.2.3095: with 'virtualedit' set to "block" block selection is wrong by Bram Moolenaar · 4 years, 1 month ago
  46. 00aaa51 patch 8.2.3090: in rare cases the cursor may be somewhere in a folded line by Bram Moolenaar · 4 years, 1 month ago
  47. 9cee4a1 patch 8.2.3088: with 'virtualedit' set to "block" Visual highlight is wrong by Bram Moolenaar · 4 years, 1 month ago
  48. e0c03c8 patch 8.2.2803: flicker when the popup menu has an info popup by Bram Moolenaar · 4 years, 3 months ago
  49. 9f28416 patch 8.2.2800: after a timer displays text a hit-enter prompt is given by Bram Moolenaar · 4 years, 4 months ago
  50. 09f067f patch 8.2.2754: :sleep! does not always hide the cursor by Bram Moolenaar · 4 years, 4 months ago
  51. 49c51b8 patch 8.2.2685: custom statusline not drawn correctly with WinBar by Bram Moolenaar · 4 years, 4 months ago
  52. ae0f151 patch 8.2.2679: status line missing for non-current window with winbar by Bram Moolenaar · 4 years, 4 months ago
  53. 4fa1175 patch 8.2.2563: cannot use multibyte characters for folding in 'fillchars' by Bram Moolenaar · 4 years, 5 months ago
  54. eed9d46 patch 8.2.2518: 'listchars' should be window-local by Bram Moolenaar · 4 years, 6 months ago
  55. a98f8a2 patch 8.2.2508: cannot change the character displayed in non existing lines by Bram Moolenaar · 4 years, 6 months ago
  56. 9dc1917 patch 8.2.1488: text does not scroll when inserting above first line by Bram Moolenaar · 5 years ago
  57. f8992d4 patch 8.2.1345: Redraw error when using visual block and scroll by Bram Moolenaar · 5 years ago
  58. 7ed8f59 patch 8.2.0656: MS-Windows: redrawing right screen edge may not be needed by Bram Moolenaar · 5 years ago
  59. 00d253e patch 8.2.0523: loops are repeated by Bram Moolenaar · 5 years ago
  60. bdff012 patch 8.2.0514: several global functions are used in only one file by Bram Moolenaar · 5 years ago
  61. e52e0c8 patch 8.2.0328: no redraw when leaving term-normal mode in popup terminal by Bram Moolenaar · 5 years ago
  62. 5398955 patch 8.2.0035: saving and restoring called_emsg is clumsy by Bram Moolenaar · 6 years ago
  63. 05ad5ff patch 8.1.2371: FEAT_TEXT_PROP is a confusing name by Bram Moolenaar · 6 years ago
  64. cbee635 patch 8.1.2294: cursor pos wrong with concealing and search causes a scroll by Bram Moolenaar · 6 years ago
  65. 1666ac9 patch 8.1.2287: using EndOfBuffer highlight in popup does not look good by Bram Moolenaar · 6 years ago
  66. 11a58af patch 8.1.2214: too much is redrawn when 'cursorline' is set by Bram Moolenaar · 6 years ago
  67. 7528d1f patch 8.1.2057: the screen.c file is much too big by Bram Moolenaar · 6 years ago