1. cf03057 patch 8.2.4890: inconsistent capitalization in error messages by Bram Moolenaar · 4 years ago
  2. 009e79c patch 8.2.4889: CI only tests with FreeBSD 12 by Philip H · 4 years ago
  3. 521bf32 patch 8.2.4888: line number of lambda ignores line continuation by Bram Moolenaar · 4 years ago
  4. 9b334d5 patch 8.2.4887: channel log does not show invoking a timer callback by Bram Moolenaar · 4 years ago
  5. bc6f2bf patch 8.2.4886: Vim9: redir in skipped block seen as assignment by Bram Moolenaar · 4 years ago
  6. f1d63b9 patch 8.2.4885: test fails with the job/channel feature by Bram Moolenaar · 4 years ago
  7. 175913f patch 8.2.4884: test fails without the job/channel feature by Bram Moolenaar · 4 years ago
  8. 2eaef10 patch 8.2.4883: string interpolation only works in heredoc by LemonBoy · 4 years ago
  9. e7d6dbc patch 8.2.4882: cannot make 'breakindent' use a specific column by Christian Brabandt · 4 years ago
  10. 509142a patch 8.2.4881: "P" in Visual mode still changes some registers by Shougo Matsushita · 4 years ago
  11. 434725c patch 8.2.4880: Vim9: misplaced elseif causes invalid memory access by Bram Moolenaar · 4 years ago
  12. 3e79427 patch 8.2.4879: screendump test may fail when using valgrind by Bram Moolenaar · 4 years ago
  13. dd7eff0 patch 8.2.4878: valgrind warning for using uninitialized variable by Bram Moolenaar · 4 years ago
  14. d560014 patch 8.2.4877: MS-Windows: Wrongly using Normal colors for termguicolors by Christian Brabandt · 4 years ago
  15. dfbdadc patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershell by Christian Brabandt · 4 years ago
  16. 40fd7e6 patch 8.2.4875: MS-Windows: some .exe files are not recognized by LemonBoy · 4 years ago
  17. 365d8f7 patch 8.2.4874: Win32 GUI: horizontal scroll wheel not handled properly by LemonBoy · 4 years ago
  18. 505ed0c patch 8.2.4873: Vim9: using "else" differs from using "endif/if !cond" by Bram Moolenaar · 4 years ago
  19. ea72038 patch 8.2.4872: Vim9: no error for using an expression only by Bram Moolenaar · 4 years ago
  20. 09d9421 patch 8.2.4871: Vim9: in :def function no error for misplaced range by Bram Moolenaar · 4 years ago
  21. f3b4895 patch 8.2.4870: Vim9: expression in :substitute is not compiled by LemonBoy · 4 years ago
  22. e442d59 patch 8.2.4869: expression in command block does not look after NL by Bram Moolenaar · 4 years ago
  23. 2a2707d patch 8.2.4868: when closing help window autocmds triggered for wrong window by LemonBoy · 4 years ago
  24. ac402f4 patch 8.2.4867: listing of mapping with K_SPECIAL is wrong by zeertzjq · 4 years ago
  25. 47d4e31 patch 8.2.4866: duplicate code in "get" functions by LemonBoy · 4 years ago
  26. cd5dbad patch 8.2.4865: :startinsert right after :stopinsert may not work by zeertzjq · 4 years ago
  27. 0395f88 patch 8.2.4864: Vim9: script test fails by Bram Moolenaar · 4 years ago
  28. c9af617 patch 8.2.4863: accessing freed memory in test without the +channel feature by Bram Moolenaar · 4 years ago
  29. 23d4449 patch 8.2.4862: Vim9: test may fail when run with valgrind by Bram Moolenaar · 4 years ago
  30. 51d04d1 patch 8.2.4861: it is not easy to restore saved mappings by Ernie Rael · 4 years ago
  31. 05cf63e patch 8.2.4860: MS-Windows: always uses current directory for executables by Yasuhiro Matsumoto · 4 years ago
  32. 3a974a8 patch 8.2.4859: wget2 files are not recognized by Bram Moolenaar · 4 years ago
  33. db08887 patch 8.2.4858: K_SPECIAL may be escaped twice by zeertzjq · 4 years ago
  34. f4f579b patch 8.2.4857: Yaml indent for multiline is wrong by asmka · 4 years ago
  35. 2890c0b patch 8.2.4856: MinGW compiler complains about unknown escape sequence by Christian Brabandt · 4 years ago
  36. 2096a5f patch 8.2.4855: robot files are not recognized by Zoe Roux · 4 years ago
  37. 2f7e00a patch 8.2.4854: array size does not match usage by Christian Brabandt · 4 years ago
  38. 056a1c2 patch 8.2.4853: CI with FreeBSD is a bit outdated by Philip H · 4 years ago
  39. d2a4662 patch 8.2.4852: ANSI color index to RGB value not correct by LemonBoy · 4 years ago
  40. b4011af patch 8.2.4851: compiler warning for uninitialized variable by Bram Moolenaar · 4 years ago
  41. d7c9564 patch 8.2.4850: mksession mixes up "tabpages" and "curdir" arguments by LemonBoy · 4 years ago
  42. 917c32c patch 8.2.4849: Gleam filetype not detected by Mathias Jean Johansen · 4 years ago
  43. ee44603 patch 8.2.4848: local completion with mappings and simplification not working by zeertzjq · 4 years ago
  44. a5d3590 patch 8.2.4847: crash when using uninitialized function pointer by LemonBoy · 4 years ago
  45. bad8a01 patch 8.2.4846: termcodes test fails by zeertzjq · 4 years ago
  46. 590f365 patch 8.2.4845: duplicate code by zeertzjq · 4 years ago
  47. 758a8d1 patch 8.2.4844: <C-S-I> is simplified to <S-Tab> by zeertzjq · 4 years ago
  48. 202b4bd patch 8.2.4843: treating CTRL + ALT as AltGr is not backwards compatible by LemonBoy · 4 years ago
  49. 211a5bb patch 8.2.4842: expand("%:p") is not empty when there is no buffer name by Bram Moolenaar · 4 years ago
  50. a96edb7 patch 8.2.4841: empty string considered an error for expand() by Bram Moolenaar · 4 years ago
  51. 05c7f5d patch 8.2.4840: heredoc expression evaluated even when skipping by Bram Moolenaar · 4 years ago
  52. 0a748d9 patch 8.2.4839: compiler warning for unused argument by Bram Moolenaar · 4 years ago
  53. dca1d40 patch 8.2.4838: checking for absolute path is not trivial by LemonBoy · 4 years ago
  54. 68a573c patch 8.2.4837: modifiers not simplified when timed out by zeertzjq · 4 years ago
  55. f6ced98 patch 8.2.4836: Vim9: some lines not covered by tests by Bram Moolenaar · 4 years ago
  56. 95e4dd8 patch 8.2.4835: Vim9: some lines not covered by tests by Bram Moolenaar · 4 years ago
  57. 0665163 patch 8.2.4834: Vim9: some lines not covered by tests by Bram Moolenaar · 4 years ago
  58. 12e21e3 patch 8.2.4833: failure of mapping not checked for by zeertzjq · 4 years ago
  59. fc78a03 patch 8.2.4832: passing zero instead of NULL to a pointer argument by zeertzjq · 4 years ago
  60. 2c8a7eb patch 8.2.4831: crash when using maparg() and unmapping simplified keys by zeertzjq · 4 years ago
  61. 23f106e patch 8.2.4830: possible endless loop if there is unused typahead by Bram Moolenaar · 4 years ago
  62. 17c95d9 patch 8.2.4829: a key may be simplified to NUL by zeertzjq · 4 years ago
  63. abeb09b patch 8.2.4828: fix for unmapping simplified key not fully tested by zeertzjq · 4 years ago
  64. 87f7410 patch 8.2.4827: typo in variable name by Bram Moolenaar · 4 years ago
  65. 1f435da patch 8.2.4826: .cshtml files are not recognized by jvoisin · 4 years ago
  66. 0966120 patch 8.2.4825: can only get a list of mappings by Ernie Rael · 4 years ago
  67. 23d5770 patch 8.2.4824: expression is evaluated multiple times by zeertzjq · 4 years ago
  68. 372bcce patch 8.2.4823: concat more than 2 strings in :def function is inefficient by LemonBoy · 4 years ago
  69. af59e34 patch 8.2.4822: setting ufunc to NULL twice by LemonBoy · 4 years ago
  70. aac12da patch 8.2.4821: crash when imported autoload script was deleted by Bram Moolenaar · 4 years ago
  71. 659c240 patch 8.2.4820: not simple programmatic way to find a specific mapping by Ernie Rael · 4 years ago
  72. a4e3332 patch 8.2.4819: unmapping simplified keys also deletes other mapping by zeertzjq · 4 years ago
  73. ac92ab7 patch 8.2.4818: no test for what 8.2.4806 fixes by zeertzjq · 4 years ago
  74. 45684c6 patch 8.2.4817: Win32 GUI: modifiers are not always used by LemonBoy · 4 years ago
  75. 490ac3f patch 8.2.4816: still using older codecov app in some places of CI by Philip H · 4 years ago
  76. d42b839 patch 8.2.4815: cannot build with older GTK version by Ernie Rael · 4 years ago
  77. 4a392d2 patch 8.2.4814: possible to leave a popup window with win_gotoid() by LemonBoy · 4 years ago
  78. 2c40707 patch 8.2.4813: pasting text while indent folding may mess up folds by Brandon Simmons · 4 years ago
  79. 8279cfe patch 8.2.4812: unused struct item by zeertzjq · 4 years ago
  80. 0de7369 patch 8.2.4811: Win32 GUI: caps lock doesn't work by LemonBoy · 4 years ago
  81. 56dba60 patch 8.2.4810: missing changes in one file by Bram Moolenaar · 4 years ago
  82. 885de44 patch 8.2.4809: various things no6 properly tested by Yegappan Lakshmanan · 4 years ago
  83. 33d3ce6 patch 8.2.4808: unused item in engine struct by Bram Moolenaar · 4 years ago
  84. 77fc0b0 patch 8.2.4807: processing key eveints in Win32 GUI is not ideal by LemonBoy · 4 years ago
  85. 53ef573 patch 8.2.4806: a mapping using <LeftDrag> does not start Select mode by Bram Moolenaar · 4 years ago
  86. 9b36750 patch 8.2.4805: CurSearch used for all matches in current line by Bram Moolenaar · 4 years ago
  87. 1fc6ea9 patch 8.2.4804: expression in heredoc doesn't work for compiled function by Yegappan Lakshmanan · 4 years ago
  88. 66e13ae patch 8.2.4803: WinScrolled not always triggered when scrolling with mouse by LemonBoy · 4 years ago
  89. 7851c69 patch 8.2.4802: test is not cleaned up by zeertzjq · 4 years ago
  90. 3fd7480 patch 8.2.4801: fix for cursorbind fix not fully tested by Christian Brabandt · 4 years ago
  91. d0eaf67 patch 8.2.4800: missing test update for adjusted t_8u behavior by Bram Moolenaar · 4 years ago
  92. 0044e51 patch 8.2.4799: popup does not use correct topline by LemonBoy · 4 years ago
  93. dbec26d patch 8.2.4798: t_8u option was reset even when set by the user by Bram Moolenaar · 4 years ago
  94. 8530b41 patch 8.2.4797: getwininfo() may get oudated values by LemonBoy · 4 years ago
  95. da1050c patch 8.2.4796: file left behind after running cursorline tests by Bram Moolenaar · 4 years ago
  96. 2c645e8 patch 8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is set by Christian Brabandt · 4 years ago
  97. 4c84dd3 patch 8.2.4794: compiler warning for not initialized variable by Bram Moolenaar · 4 years ago
  98. 928a131 patch 8.2.4793: recognizing Maxima filetype even though it might be another by Bram Moolenaar · 4 years ago
  99. e468698 patch 8.2.4792: indent operator creates an undo entry for every line by Bram Moolenaar · 4 years ago
  100. fef4485 patch 8.2.4791: events triggered in different order when reusing buffer by Charlie Groves · 4 years ago