1. 900894b patch 9.0.1958: cannot complete option values by Yee Cheng Chin · 1 year, 10 months ago
  2. 8701825 patch 9.0.1921: not possible to use the jumplist like a stack by Yegappan Lakshmanan · 1 year, 11 months ago
  3. 6a7c774 patch 9.0.1397: highlight for popupmenu kind and extra cannot be set by Gianmaria Bajo · 2 years, 5 months ago
  4. 5284b23 patch 9.0.1379: functions for handling options are not ordered by Yegappan Lakshmanan · 2 years, 5 months ago
  5. c727b19 patch 9.0.1374: function for setting options not used consistently by Yegappan Lakshmanan · 2 years, 5 months ago
  6. c6ff21e patch 9.0.1369: still some "else if" constructs for setting options by Yegappan Lakshmanan · 2 years, 5 months ago
  7. 5da901b patch 9.0.1359: too many "else if" statements in handling options by Yegappan Lakshmanan · 2 years, 5 months ago
  8. 6d611de patch 9.0.1353: too many "else if" statements to handle option values by Yegappan Lakshmanan · 2 years, 6 months ago
  9. 8ad862a patch 9.0.1345: too many "else if" statements for handling options by Yegappan Lakshmanan · 2 years, 6 months ago
  10. af93691 patch 9.0.1330: handling new value of an option has a long "else if" chain by Yegappan Lakshmanan · 2 years, 6 months ago
  11. ebfec1c patch 9.0.1234: the code style has to be checked manually by Bram Moolenaar · 2 years, 7 months ago
  12. 06cd14d patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcap by Bram Moolenaar · 2 years, 7 months ago
  13. ba936f6 patch 9.0.1061: cannot display 'showcmd' somewhere else by Luuk van Baal · 2 years, 8 months ago
  14. 184a622 patch 9.0.0983: stray characters displayed when starting the GUI by Bram Moolenaar · 2 years, 8 months ago
  15. c1cf4c9 patch 9.0.0948: 'ttyfast' is set for arbitrary terminals by Bram Moolenaar · 2 years, 9 months ago
  16. 63a2e36 patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebug by Bram Moolenaar · 2 years, 9 months ago
  17. 0aad88f patch 9.0.0862: default value of 'endoffile' is wrong by Bram Moolenaar · 2 years, 9 months ago
  18. fb0cf23 patch 9.0.0817 by Bram Moolenaar · 2 years, 10 months ago
  19. 49846fb patch 9.0.0761: cannot use 'indentexpr' for Lisp indenting by Bram Moolenaar · 2 years, 10 months ago
  20. ba43e76 patch 9.0.0747: too many #ifdefs by Martin Tournoij · 2 years, 10 months ago
  21. 7904fa4 patch 9.0.0657: too many #ifdefs by Martin Tournoij · 2 years, 10 months ago
  22. 4ba5f1d patch 9.0.0656: cannot specify another character to use instead of '@' by Bram Moolenaar · 2 years, 10 months ago
  23. 13ece2a patch 9.0.0647: the 'splitscroll' option is not a good name by Luuk van Baal · 2 years, 10 months ago
  24. f6196f4 patch 9.0.0640: cannot scroll by screen line if a line wraps by Bram Moolenaar · 2 years, 10 months ago
  25. 29ab524 patch 9.0.0445: when opening/closing window text moves up/down by Luuk van Baal · 2 years, 11 months ago
  26. aebc6ef patch 9.0.0287: Irix systems no longer exist by Yegappan Lakshmanan · 3 years ago
  27. 5416232 patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu' by Bram Moolenaar · 3 years ago
  28. 074fbd4 patch 9.0.0278: the +wildignore feature is nearly always available by Bram Moolenaar · 3 years ago
  29. f80f40a patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version by Bram Moolenaar · 3 years ago
  30. 8877487 patch 9.0.0222: no good reason why text objects are only in larger builds by Bram Moolenaar · 3 years ago
  31. 96ba25a patch 9.0.0036: 'fillchars' cannot have window-local values by Bram Moolenaar · 3 years, 1 month ago
  32. 84f5463 patch 9.0.0007: no support for double, dotted and dashed underlines by Bram Moolenaar · 3 years, 1 month ago
  33. 8e145b8 patch 8.2.4993: smart/C/lisp indenting is optional by Bram Moolenaar · 3 years, 3 months ago
  34. a439938 patch 8.2.4724: current instance of last search pattern not easily spotted by LemonBoy · 3 years, 4 months ago
  35. 3506cf3 patch 8.2.4702: C++ scope labels are hard-coded by Tom Praschan · 3 years, 4 months ago
  36. 0256042 patch 8.2.4694: avoidance of #elif causes more preproc nesting by ichizok · 3 years, 4 months ago
  37. c4cb544 patch 8.2.4674: cannot force getting MouseMove events by Ernie Rael · 3 years, 4 months ago
  38. 424bcae patch 8.2.4273: the EBCDIC support is outdated by Bram Moolenaar · 3 years, 6 months ago
  39. e1833bf patch 8.2.4094: 'virtualedit' is window-local but using buffer-local enum by zeertzjq · 3 years, 7 months ago
  40. 6f79e61 patch 8.2.3864: cannot disable requesting key codes from xterm by Bram Moolenaar · 3 years, 8 months ago
  41. 29f3a45 patch 8.2.3780: ":cd" works differently on MS-Windows by Bakudankun · 3 years, 8 months ago
  42. 6409553 patch 8.2.3751: cannot assign a lambda to an option that takes a function by Yegappan Lakshmanan · 3 years, 8 months ago
  43. 651fca8 patch 8.2.3699: the +title feature adds a lot of #ifdef but little code by Bram Moolenaar · 3 years, 8 months ago
  44. e413ea0 patch 8.2.3664: cannot adjust sign highlighting for 'cursorline' by Bram Moolenaar · 3 years, 9 months ago
  45. f4d8b76 patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scope by Bram Moolenaar · 3 years, 10 months ago
  46. 4eeedc0 patch 8.2.3524: GUI: ligatures are not used by Dusan Popovic · 3 years, 10 months ago
  47. 160e994 patch 8.2.3520: cannot define a function for thesaurus completion by Yegappan Lakshmanan · 3 years, 10 months ago
  48. 53ba05b patch 8.2.3227: 'virtualedit' can only be set globally by Gary Johnson · 4 years ago
  49. eeec254 patch 8.2.2922: computing array length is done in various ways by K.Takata · 4 years, 2 months ago
  50. 8b9abfd patch 8.2.2675: directory change in a terminal window shell is not followed by Bram Moolenaar · 4 years, 4 months ago
  51. eed9d46 patch 8.2.2518: 'listchars' should be window-local by Bram Moolenaar · 4 years, 6 months ago
  52. a98f8a2 patch 8.2.2508: cannot change the character displayed in non existing lines by Bram Moolenaar · 4 years, 6 months ago
  53. d5e8c92 patch 8.2.2452: no completion for the 'filetype' option by Bram Moolenaar · 4 years, 6 months ago
  54. 681fc3f patch 8.2.2345: no focus events in a terminal by Bram Moolenaar · 4 years, 7 months ago
  55. 097148e patch 8.2.1422: the Mac GUI implementation is outdated by Bram Moolenaar · 5 years ago
  56. 362b44b patch 8.2.0953: spell checking doesn't work for CamelCased words by Bram Moolenaar · 5 years ago
  57. 858ba06 patch 8.2.0869: it is not possible to customize the quickfix window contents by Bram Moolenaar · 5 years ago
  58. e023e88 patch 8.2.0863: cannot set a separate color for underline/undercurl by Bram Moolenaar · 5 years ago
  59. 2e61e2d patch 8.2.0810: error when appending "tagfile" to 'wildoptions' by Bram Moolenaar · 5 years ago
  60. 6b915c0 patch 8.2.0128: cannot list options one per line by Bram Moolenaar · 6 years ago
  61. 05ad5ff patch 8.1.2371: FEAT_TEXT_PROP is a confusing name by Bram Moolenaar · 6 years ago
  62. c823477 patch 8.1.2289: after :diffsplit closing the window does not disable diff by Bram Moolenaar · 6 years ago
  63. ee85702 patch 8.1.2281: 'showbreak' cannot be set for one window by Bram Moolenaar · 6 years ago
  64. ae20f34 patch 8.1.2257: MS-Windows GUI: scroll wheel always uses current window by Bram Moolenaar · 6 years ago
  65. efae76a patch 8.1.2229: cannot color number column above/below cursor differently by Bram Moolenaar · 6 years ago
  66. a1cb1d1 patch 8.1.2171: mouse support not always available by Bram Moolenaar · 6 years ago
  67. 171a921 patch 8.1.2144: side effects when using t_ti to enable modifyOtherKeys by Bram Moolenaar · 6 years ago
  68. 8c96af9 patch 8.1.2096: too many #ifdefs by Bram Moolenaar · 6 years ago
  69. dac1347 patch 8.1.2045: the option.c file is too big by Bram Moolenaar · 6 years ago
  70. 017ba07 patch 8.1.2029: cannot control 'cursorline' highlighting well by Bram Moolenaar · 6 years ago
  71. 0eddca4 patch 8.1.2022: the option.c file is too big by Bram Moolenaar · 6 years ago