1. 4067bd3 patch 8.2.3073: when cursor is move for block append wrong text is inserted by Bram Moolenaar · 4 years, 9 months ago
  2. 108010a patch 8.2.3069: error messages are spread out by Bram Moolenaar · 4 years, 9 months ago
  3. 544a38e patch 8.2.2971: cannot yank a block without trailing spaces by Christian Brabandt · 4 years, 10 months ago
  4. eeec254 patch 8.2.2922: computing array length is done in various ways by K.Takata · 4 years, 10 months ago
  5. 2ac7184 patch 8.2.2916: operators are not fully tested by Yegappan Lakshmanan · 4 years, 10 months ago
  6. 4781d6f patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented code by Dominique Pelle · 4 years, 11 months ago
  7. 032a2d0 patch 8.2.2189: cannot repeat a command that uses the small delete register by Bram Moolenaar · 5 years ago
  8. 5b3d1bb patch 8.2.2186: Vim9: error when using 'opfunc' by Bram Moolenaar · 5 years ago
  9. d0a1dee patch 8.2.2166: auto format doesn't work when deleting text by Bram Moolenaar · 5 years ago
  10. 5546688 patch 8.2.2029: Coverity warns for not checking return value by Bram Moolenaar · 5 years ago
  11. c77534c patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properly by Bram Moolenaar · 5 years ago
  12. 957cf67 patch 8.2.1978: making a mapping work in all modes is complicated by Bram Moolenaar · 5 years ago
  13. e100440 patch 8.2.1898: command modifier parsing always uses global cmdmod by Bram Moolenaar · 5 years ago
  14. 573545a patch 8.2.1694: compiler warning for loss if data by Bram Moolenaar · 6 years ago
  15. 8b51b7f patch 8.2.1690: text properties not adjusted for "I" in Visual block mode by Bram Moolenaar · 6 years ago
  16. c8f12c9 patch 8.2.1688: increment/decrement removes text property by Bram Moolenaar · 6 years ago
  17. 71ccd03 patch 8.2.0967: unnecessary type casts for vim_strnsave() by Bram Moolenaar · 6 years ago
  18. 6c6be9e patch 8.2.0963: number increment/decrement does not work with 'virtualedit' by Bram Moolenaar · 6 years ago
  19. e52702f patch 8.2.0901: formatting CJK text isn't optimal by Bram Moolenaar · 6 years ago
  20. d6a77f9 patch 8.2.0881: compiler warning for argument type by Bram Moolenaar · 6 years ago
  21. aaad995 patch 8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbers by Bram Moolenaar · 6 years ago
  22. 87be9be patch 8.2.0845: text properties crossing lines not handled correctly by Bram Moolenaar · 6 years ago
  23. 11abd09 patch 8.2.0674: some source files are too big by Bram Moolenaar · 6 years ago
  24. a80faa8 patch 8.2.0559: clearing a struct is verbose by Bram Moolenaar · 6 years ago
  25. 45fffdf patch 8.2.0443: clipboard code is spread out by Bram Moolenaar · 6 years ago
  26. db99f9f patch 8.2.0436: no warnings for incorrect printf arguments by Bram Moolenaar · 6 years ago
  27. e4fc746 patch 8.2.0389: delayed redraw when shifting text from Insert mode by Bram Moolenaar · 6 years ago
  28. f9706e9 patch 8.2.0296: mixing up "long long" and __int64 may cause problems by Bram Moolenaar · 6 years ago
  29. 4b96df5 patch 8.2.0156: various typos in source files and tests by Bram Moolenaar · 6 years ago
  30. 03c3bd9 patch 8.2.0147: block Visual mode operators not correct when 'linebreak' set by Bram Moolenaar · 6 years ago
  31. 08b28b7 patch 8.2.0063: wrong size argument to vim_snprintf() by Bram Moolenaar · 6 years ago
  32. 91b65e4 patch 8.2.0018: :join does not add white space where it should by Bram Moolenaar · 6 years ago
  33. 3b68123 patch 8.2.0002: "dj" only deletes first line of closed fold by Bram Moolenaar · 6 years ago
  34. 6e0ce17 patch 8.1.2392: using old C style comments by Bram Moolenaar · 6 years ago
  35. 05ad5ff patch 8.1.2371: FEAT_TEXT_PROP is a confusing name by Bram Moolenaar · 6 years ago
  36. f4a1d1c patch 8.1.2302: :lockmarks does not work for '[ and '] by Bram Moolenaar · 6 years ago
  37. cc184cf patch 8.1.2293: join adds trailing space when second line is empty by Bram Moolenaar · 6 years ago
  38. ee85702 patch 8.1.2281: 'showbreak' cannot be set for one window by Bram Moolenaar · 6 years ago
  39. 77ccc00 patch 8.1.2235: "C" with 'virtualedit' set does not include multi-byte char by Bram Moolenaar · 6 years ago
  40. a1cb1d1 patch 8.1.2171: mouse support not always available by Bram Moolenaar · 6 years ago
  41. 14c01f8 patch 8.1.2127: the indent.c file is a bit big by Bram Moolenaar · 6 years ago
  42. 1614a14 patch 8.1.2120: some MB_ macros are more complicated than necessary by Bram Moolenaar · 6 years ago
  43. 792cf5e patch 8.1.2104: the normal.c file is too big by Bram Moolenaar · 7 years ago
  44. 8c96af9 patch 8.1.2096: too many #ifdefs by Bram Moolenaar · 7 years ago
  45. 4aea03e patch 8.1.2077: the ops.c file is too big by Bram Moolenaar · 7 years ago
  46. dac1347 patch 8.1.2045: the option.c file is too big by Bram Moolenaar · 7 years ago
  47. dbec749 patch 8.1.2026: possibly using uninitialized memory by Bram Moolenaar · 7 years ago
  48. 6f10c70 patch 8.1.1895: using NULL pointer when out of memory by Bram Moolenaar · 7 years ago
  49. 5843f5f patch 8.1.1891: functions used in one file are global by Bram Moolenaar · 7 years ago
  50. d7663c2 patch 8.1.1823: command line history code is spread out by Bram Moolenaar · 7 years ago
  51. c332816 patch 8.1.1736: viminfo support is spread out by Bram Moolenaar · 7 years ago
  52. e96a249 patch 8.1.1588: in :let-heredoc line continuation is recognized by Bram Moolenaar · 7 years ago
  53. 0554fa4 patch 8.1.1531: clipboard type name is inconsistent by Bram Moolenaar · 7 years ago
  54. c799fe2 patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts by Bram Moolenaar · 7 years ago
  55. 51e1438 patch 8.1.1393: unnecessary type casts by Bram Moolenaar · 7 years ago
  56. 18a4ba2 patch 8.1.1386: unessesary type casts for lalloc() by Bram Moolenaar · 7 years ago
  57. 964b374 patch 8.1.1384: using "int" for alloc() often results in compiler warnings by Bram Moolenaar · 7 years ago
  58. f3333b0 patch 8.1.1359: text property wrong after :substitute with backslash by Bram Moolenaar · 7 years ago
  59. 16e9b85 patch 8.1.1355: obvious mistakes are accepted as valid expressions by Bram Moolenaar · 7 years ago
  60. 338dfda patch 8.1.1351: text property wrong after :substitute by Bram Moolenaar · 7 years ago
  61. 8055d17 patch 8.1.1343: text properties not adjusted for Visual block mode delete by Bram Moolenaar · 7 years ago
  62. 787880a patch 8.1.1342: using freed memory when joining line with text property by Bram Moolenaar · 7 years ago
  63. 80e737c patch 8.1.1341: text properties are lost when joining lines by Bram Moolenaar · 7 years ago
  64. 6ee9658 patch 8.1.1219: not checking for NULL return from alloc() by Bram Moolenaar · 7 years ago
  65. abab0b0 patch 8.1.1086: too many curly braces by Bram Moolenaar · 7 years ago
  66. fd731b0 patch 8.1.1000: indenting is off by Bram Moolenaar · 7 years ago
  67. 9d7fdd4 patch 8.1.0999: use register one too often and not properly tested by Bram Moolenaar · 7 years ago
  68. bdace83 patch 8.1.0989: various small code ugliness by Bram Moolenaar · 7 years ago
  69. 0059074 patch 8.1.0927: USE_CR is never defined by Bram Moolenaar · 7 years ago
  70. 29ddebe patch 8.1.0826: too many #ifdefs by Bram Moolenaar · 7 years ago
  71. fc3abf4 patch 8.1.0806: too many #ifdefs by Bram Moolenaar · 7 years ago
  72. 113e107 patch 8.1.0785: depending on the configuration some functions are unused by Bram Moolenaar · 7 years ago
  73. 32526b3 patch 8.1.0779: argument for message functions is inconsistent by Bram Moolenaar · 7 years ago
  74. 88c86eb patch 8.1.0766: various problems when using Vim on VMS by Bram Moolenaar · 7 years ago
  75. f9e3e09 patch 8.1.0743: giving error messages is not flexible by Bram Moolenaar · 7 years ago
  76. 977239e patch 8.1.0722: cannot build without the virtualedit feature by Bram Moolenaar · 7 years ago
  77. 870ba5f patch 8.1.0719: too many #ifdefs by Bram Moolenaar · 7 years ago
  78. e1e714e patch 8.1.0671: cursor in the wrong column after auto-formatting by Bram Moolenaar · 7 years ago
  79. f951416 patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account by Bram Moolenaar · 7 years ago
  80. 6b73188 patch 8.1.0535: increment/decrement might get interrupted by updating folds by Bram Moolenaar · 7 years ago
  81. 6dff58f patch 8.1.0443: unnecessary static function prototypes by Bram Moolenaar · 8 years ago
  82. da6e891 patch 8.1.0306: plural messages are not translated properly by Bram Moolenaar · 8 years ago
  83. 1f0bfe5 patch 8.1.0226: too many #ifdefs by Bram Moolenaar · 8 years ago
  84. e0be167 patch 8.1.0166: using dict_add_nr_str() is clumsy by Bram Moolenaar · 8 years ago
  85. 630afe8 patch 8.1.0125: virtual edit replace with multi-byte fails at end of line by Bram Moolenaar · 8 years ago
  86. f52f9ea patch 8.1.0118: duplicate error message for put command by Bram Moolenaar · 8 years ago
  87. 04958cb patch 8.1.0105: all tab stops are the same by Bram Moolenaar · 8 years ago
  88. f273245 patch 8.1.0027: difficult to make a plugin that feeds a line to a job by Bram Moolenaar · 8 years ago
  89. 0b6d911 patch 8.1.0020: cannot tell whether a register is executing or recording by Bram Moolenaar · 8 years ago
  90. e2c8d83 patch 8.0.1787: cannot insert the whole cursor line by Bram Moolenaar · 8 years ago
  91. 35e802e patch 8.0.1779: deleting in a block selection causes problems by Bram Moolenaar · 8 years ago
  92. 8c87a2b patch 8.0.1682: auto indenting breaks inserting a block by Bram Moolenaar · 8 years ago
  93. 672afb9 patch 8.0.1679: compiler warning for printf format by Bram Moolenaar · 8 years ago
  94. ea39176 patch 8.0.1677: no compiler warning for wrong format in vim_snprintf() by Bram Moolenaar · 8 years ago
  95. 3324d0a patch 8.0.1587: inserting from the clipboard doesn't work literally by Bram Moolenaar · 8 years ago
  96. f2bd8ef patch 8.0.1564: too many #ifdefs by Bram Moolenaar · 8 years ago
  97. a0221df patch 8.0.1501: out-of-memory situation not correctly handled by Bram Moolenaar · 8 years ago
  98. d23a823 patch 8.0.1496: clearing a pointer takes two lines by Bram Moolenaar · 8 years ago
  99. f12519d patch 8.0.1475: invalid memory access in read_redo() by Bram Moolenaar · 8 years ago
  100. 2efb323 patch 8.0.1411: reading invalid memory with CTRL-W : by Bram Moolenaar · 8 years ago