1. 82aa6e0 patch 8.2.2374: accessing uninitialized memory in test_undo by Bram Moolenaar · 4 years, 7 months ago
  2. 0684e36 patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode character by Bram Moolenaar · 4 years, 8 months ago
  3. e41decc patch 8.2.1988: still in Insert mode when opening terminal popup by Bram Moolenaar · 4 years, 9 months ago
  4. 957cf67 patch 8.2.1978: making a mapping work in all modes is complicated by Bram Moolenaar · 4 years, 9 months ago
  5. 6f62448 patch 8.2.1976: cannot backspace in prompt buffer after using cursor-left by Bram Moolenaar · 4 years, 9 months ago
  6. e100440 patch 8.2.1898: command modifier parsing always uses global cmdmod by Bram Moolenaar · 4 years, 10 months ago
  7. b53e13a patch 8.2.1874: can't do something just before leaving Insert mode by Bram Moolenaar · 4 years, 10 months ago
  8. d0e1b71 patch 8.2.1762: when a timer uses :stopinsert completion isn't stopped by Bram Moolenaar · 4 years, 11 months ago
  9. c3516f7 patch 8.2.1637: Vim9: :put ={expr} does not work inside :def function by Bram Moolenaar · 5 years ago
  10. 8b5866d patch 8.2.1597: the channel source file is too big by Bram Moolenaar · 5 years ago
  11. 86394aa patch 8.2.1595: cannot easily see what Vim sends to the terminal by Bram Moolenaar · 5 years ago
  12. 077cc7a patch 8.2.1588: cannot read back the prompt of a prompt buffer by Bram Moolenaar · 5 years ago
  13. 975a880 patch 8.2.0916: mapping with partly modifyOtherKeys code does not work by Bram Moolenaar · 5 years ago
  14. 11abd09 patch 8.2.0674: some source files are too big by Bram Moolenaar · 5 years ago
  15. 6adb9ea patch 8.2.0670: cannot change window when evaluating 'completefunc' by Bram Moolenaar · 5 years ago
  16. db93495 patch 8.2.0649: undo problem whn an InsertLeave autocommand resets undo by Bram Moolenaar · 5 years ago
  17. ff06f28 patch 8.2.0614: get ml_get error when deleting a line in 'completefunc' by Bram Moolenaar · 5 years ago
  18. aa0489e patch 8.2.0590: no 'backspace' value allows ignoring the insertion point by Bram Moolenaar · 5 years ago
  19. e49b4bb patch 8.2.0370: the typebuf_was_filled flag is sometimes not reset by Bram Moolenaar · 5 years ago
  20. fe4bbac patch 8.2.0135: bracketed paste can still cause invalid memory access by Bram Moolenaar · 6 years ago
  21. 98a336d patch 8.2.0133: invalid memory access with search command by Bram Moolenaar · 6 years ago
  22. ac15fd8 patch 8.2.0109: corrupted text properties when expanding spaces by Bram Moolenaar · 6 years ago
  23. 5cb0b93 patch 8.2.0083: text properties wrong when tabs and spaces are exchanged by Bram Moolenaar · 6 years ago
  24. 5d18efe patch 8.1.2378: using old C style comments by Bram Moolenaar · 6 years ago
  25. 05ad5ff patch 8.1.2371: FEAT_TEXT_PROP is a confusing name by Bram Moolenaar · 6 years ago
  26. fc4ea2a patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeys by Bram Moolenaar · 6 years ago
  27. 38571a0 patch 8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeys by Bram Moolenaar · 6 years ago
  28. 5461258 patch 8.1.2327: cannot build with Hangul input by Bram Moolenaar · 6 years ago
  29. ee85702 patch 8.1.2281: 'showbreak' cannot be set for one window by Bram Moolenaar · 6 years ago
  30. 177c9f2 patch 8.1.2261: with modifyOtherKeys set 'noesckeys' doesn't work by Bram Moolenaar · 6 years ago
  31. a1cb1d1 patch 8.1.2171: mouse support not always available by Bram Moolenaar · 6 years ago
  32. 14c01f8 patch 8.1.2127: the indent.c file is a bit big by Bram Moolenaar · 6 years ago
  33. 8c96af9 patch 8.1.2096: too many #ifdefs by Bram Moolenaar · 6 years ago
  34. b20b9e1 patch 8.1.2062: the mouse code is spread out by Bram Moolenaar · 6 years ago
  35. 8aeec40 patch 8.1.2044: no easy way to process postponed work by Bram Moolenaar · 6 years ago
  36. e2c453d patch 8.1.1901: the +insert_expand feature is not always available by Bram Moolenaar · 6 years ago
  37. f0bc15c patch 8.1.1884: cannot use mouse scroll wheel in popup in Insert mode by Bram Moolenaar · 6 years ago
  38. 451d4b5 patch 8.1.1520: popup windows are ignored when dealing with mouse position by Bram Moolenaar · 6 years ago
  39. 3397f74 patch 8.1.1453: popup window "moved" property not implemented yet by Bram Moolenaar · 6 years ago
  40. 18a4ba2 patch 8.1.1386: unessesary type casts for lalloc() by Bram Moolenaar · 6 years ago
  41. 964b374 patch 8.1.1384: using "int" for alloc() often results in compiler warnings by Bram Moolenaar · 6 years ago
  42. f3333b0 patch 8.1.1359: text property wrong after :substitute with backslash by Bram Moolenaar · 6 years ago
  43. 338dfda patch 8.1.1351: text property wrong after :substitute by Bram Moolenaar · 6 years ago
  44. ad3ec76 patch 8.1.1194: typos and small problems in source files by Bram Moolenaar · 6 years ago
  45. abc7c7f patch 8.1.1189: mode is not cleared when leaving Insert mode by Bram Moolenaar · 6 years ago
  46. abab0b0 patch 8.1.1086: too many curly braces by Bram Moolenaar · 6 years ago
  47. 7591bb3 patch 8.1.1076: file for Insert mode is much too big by Bram Moolenaar · 6 years ago
  48. fd13332 patch 8.1.1068: cannot get all the information about current completion by Bram Moolenaar · 6 years ago
  49. 75bf3d2 patch 8.1.1055: CTRL-G U in Insert mode doesn't work for shift-Left by Bram Moolenaar · 6 years ago
  50. 2c519cf patch 8.1.1032: warnings from clang static analyzer by Bram Moolenaar · 6 years ago
  51. 4f97475 patch 8.1.0941: macros for MS-Windows are inconsistent by Bram Moolenaar · 6 years ago
  52. 14184a3 patch 8.1.0932: Farsi support is outdated and unused by Bram Moolenaar · 6 years ago
  53. 2a78b7c patch 8.1.0876: completion match not displayed when popup menu is not shown by Bram Moolenaar · 7 years ago
  54. 375e339 patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff' by Bram Moolenaar · 7 years ago
  55. 77255ca patch 8.1.0860: debug lines left in the code by Bram Moolenaar · 7 years ago
  56. 4b47162 patch 8.1.0857: indent functionality is not separated by Bram Moolenaar · 7 years ago
  57. 29ddebe patch 8.1.0826: too many #ifdefs by Bram Moolenaar · 7 years ago
  58. cb574f4 patch 8.1.0822: peeking and flushing output slows down execution by Bram Moolenaar · 7 years ago
  59. 1350597 patch 8.1.0805: too many #ifdefs by Bram Moolenaar · 7 years ago
  60. 9e26f7d patch 8.1.0792: bad display if opening cmdline window from Insert completion by Bram Moolenaar · 7 years ago
  61. 32526b3 patch 8.1.0779: argument for message functions is inconsistent by Bram Moolenaar · 7 years ago
  62. ae65438 patch 8.1.0768: updating completions may cause the popup menu to flicker by Bram Moolenaar · 7 years ago
  63. f9e3e09 patch 8.1.0743: giving error messages is not flexible by Bram Moolenaar · 7 years ago
  64. c3c3158 patch 8.1.0728: cannot avoid breaking after a single space. by Bram Moolenaar · 7 years ago
  65. 535d5b6 patch 8.1.0726: redrawing specifically for conceal feature by Bram Moolenaar · 7 years ago
  66. cee9bc2 patch 8.1.0716: get warning message when 'completefunc' returns nothing by Bram Moolenaar · 7 years ago
  67. ae12f4b patch 8.1.0708: third argument for redrawWinline() is always FALSE by Bram Moolenaar · 7 years ago
  68. 6d11f3b patch 8.1.0699: compiler warning for uninitialized variable by Bram Moolenaar · 7 years ago
  69. 8ad16da patch 8.1.0696: when test_edit fails 'insertmode' may not be reset by Bram Moolenaar · 7 years ago
  70. 196d157 patch 8.1.0682: text properties not adjusted when backspacing replaced text by Bram Moolenaar · 7 years ago
  71. 33c8ca9 patch 8.1.0681: text properties as not adjusted for deleted text by Bram Moolenaar · 7 years ago
  72. 5d24a22 patch 8.1.0629: "gn" selects the wrong text with a multi-line match by Bram Moolenaar · 7 years ago
  73. d155d7a patch 8.1.0615: get_tv function names are not consistent by Bram Moolenaar · 7 years ago
  74. 8f66717 patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string() by Bram Moolenaar · 7 years ago
  75. 98aefe7 patch 8.1.0579: cannot attach properties to text by Bram Moolenaar · 7 years ago
  76. f951416 patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account by Bram Moolenaar · 7 years ago
  77. 4dbc262 patch 8.1.0504: when CTRL-C is mapped it triggers InsertLeave by Bram Moolenaar · 7 years ago
  78. 6dff58f patch 8.1.0443: unnecessary static function prototypes by Bram Moolenaar · 7 years ago
  79. 90a9979 patch 8.1.0372: screen updating slow when 'cursorline' is set by Bram Moolenaar · 7 years ago
  80. 9fa9506 patch 8.1.0256: using setline() in TextChangedI splits undo by Bram Moolenaar · 7 years ago
  81. ee380ae patch 8.1.0246: build failure without the +eval feature by Bram Moolenaar · 7 years ago
  82. 91d2e78 patch 8.1.0245: calling setline() in TextChangedI autocmd breaks undo by Bram Moolenaar · 7 years ago
  83. 02ab977 patch 8.1.0242: Insert mode completion may use an invalid buffer pointer by Bram Moolenaar · 7 years ago
  84. ded27a1 patch 8.1.0233: "safe" argument of call_vim_function() is always FALSE by Bram Moolenaar · 7 years ago
  85. 1f0bfe5 patch 8.1.0226: too many #ifdefs by Bram Moolenaar · 7 years ago
  86. fdd7155 patch 8.1.0224: hang in bracketed paste mode when t_PE not encountered by Bram Moolenaar · 7 years ago
  87. e0be167 patch 8.1.0166: using dict_add_nr_str() is clumsy by Bram Moolenaar · 7 years ago
  88. c9fe5ab patch 8.1.0154: crash with "set smarttab shiftwidth=0 softtabstop=-1" by Bram Moolenaar · 7 years ago
  89. 33d5ab3 patch 8.1.0138: negative value of 'softtabstop' not used correctly by Bram Moolenaar · 7 years ago
  90. 04958cb patch 8.1.0105: all tab stops are the same by Bram Moolenaar · 7 years ago
  91. 0e5979a patch 8.1.0069: cannot handle pressing CTRL-C in a prompt buffer by Bram Moolenaar · 7 years ago
  92. 942b454 patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --" by Bram Moolenaar · 7 years ago
  93. 6ba3ec1 patch 8.1.0057: popup menu displayed wrong when using autocmd by Bram Moolenaar · 7 years ago
  94. ffa9684 patch 8.1.0053: first argument of 'completefunc' has inconsistent type by Bram Moolenaar · 7 years ago
  95. e31e256 patch 8.1.0040: warnings from 64-bit compiler by Bram Moolenaar · 7 years ago
  96. 891e1fd patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mouse by Bram Moolenaar · 7 years ago
  97. 6d41c78 patch 8.1.0035: not easy to switch between prompt buffer and other windows by Bram Moolenaar · 7 years ago
  98. f273245 patch 8.1.0027: difficult to make a plugin that feeds a line to a job by Bram Moolenaar · 7 years ago
  99. 0b6d911 patch 8.1.0020: cannot tell whether a register is executing or recording by Bram Moolenaar · 7 years ago
  100. b946482 patch 8.0.1809: various typos by Bram Moolenaar · 7 years ago