1. 6ed545e patch 8.2.4928: various white space and cosmetic mistakes by Bram Moolenaar · 4 years ago
  2. 921bde8 Update runtime files, translations by Bram Moolenaar · 4 years ago
  3. 2ac037f patch 8.2.4927: return type of remove() incorrect when using three arguments by Bram Moolenaar · 4 years ago
  4. 51f0bc3 patch 8.2.4926: #ifdef for crypt feature around too many lines by zeertzjq · 4 years ago
  5. 53a7028 patch 8.2.4925: trailing backslash may cause reading past end of line by Bram Moolenaar · 4 years ago
  6. 0519ce0 patch 8.2.4924: maparg() may return a string that cannot be reused by zeertzjq · 4 years ago
  7. 1948430 patch 8.2.4923: test checks for terminal feature unnecessarily by zeertzjq · 4 years ago
  8. b370771 patch 8.2.4922: mouse test fails on MS-Windows by Bram Moolenaar · 4 years ago
  9. fe978c2 patch 8.2.4921: spell test fails because of new illegal byte check by Bram Moolenaar · 4 years ago
  10. 728a05c patch 8.2.4920: MS-Windows GUI: unused variables by Bram Moolenaar · 4 years ago
  11. 7c82468 patch 8.2.4919: can add invalid bytes with :spellgood by Bram Moolenaar · 4 years ago
  12. 9830db6 patch 8.2.4918: conceal character from matchadd() displayed too many times by LemonBoy · 4 years ago
  13. cb74789 patch 8.2.4917: fuzzy expansion of option names is not right by Christian Brabandt · 4 years ago
  14. 8e8dc9b patch 8.2.4916: mouse in Insert mode test fails by Bram Moolenaar · 4 years ago
  15. a91cb98 patch 8.2.4915: sometimes the cursor is in the wrong position by Bram Moolenaar · 4 years ago
  16. 933c292 patch 8.2.4914: string interpolation in :def function may fail by Bram Moolenaar · 4 years ago
  17. 2772425 patch 8.2.4913: popup_hide() does not always have effect by Bram Moolenaar · 4 years ago
  18. d899e51 Update runtime files by Bram Moolenaar · 4 years ago
  19. a7583c4 patch 8.2.4912: using execute() to define a lambda doesn't work by Bram Moolenaar · 4 years ago
  20. 2495910 patch 8.2.4911: the mode #defines are not clearly named by Bram Moolenaar · 4 years ago
  21. 9ff7d71 patch 8.2.4910: imperfect coding by Bram Moolenaar · 4 years ago
  22. ac4174e patch 8.2.4909: MODE_ enum entries names are too generic by Bram Moolenaar · 4 years ago
  23. 48a8a83 patch 8.2.4908: no text formatting for // comment after a statement by Bram Moolenaar · 4 years ago
  24. 2bf875f patch 8.2.4907: some users do not want a line comment always inserted by Bram Moolenaar · 4 years ago
  25. aa04e1b patch 8.2.4906: MS-Windows: cannot use transparent background by Yasuhiro Matsumoto · 4 years ago
  26. 3f1cfcb patch 8.2.4905: codecov includes MS-Windows install header file by Bram Moolenaar · 4 years ago
  27. 4649c12 patch 8.2.4904: codecov includes MS-Windows install files by Bram Moolenaar · 4 years ago
  28. 79d599b patch 8.2.4903: cannot get the current cmdline completion type and position by Shougo Matsushita · 4 years ago
  29. c27747e patch 8.2.4902: mouse wheel scrolling is inconsistent by LemonBoy · 4 years ago
  30. 8e4b76d patch 8.2.4901: NULL pointer access when using invalid pattern by Bram Moolenaar · 4 years ago
  31. 801c3c1 patch 8.2.4900: Vim9 expression test fails without the job feature by Dominique Pelle · 4 years ago
  32. ef02f16 patch 8.2.4899: with latin1 encoding CTRL-W might go before the cmdline by Bram Moolenaar · 4 years ago
  33. 70d8769 patch 8.2.4898: Coverity complains about pointer usage by Bram Moolenaar · 4 years ago
  34. 39be498 patch 8.2.4897: comment inside an expression in lambda ignores the rest by Bram Moolenaar · 4 years ago
  35. a13e7ac patch 8.2.4896: expression in command block does not look after NL by Bram Moolenaar · 4 years ago
  36. d889344 patch 8.2.4895: buffer overflow with invalid command with composing chars by Bram Moolenaar · 4 years ago
  37. 5a7b6dc patch 8.2.4894: MS-Windows: not using italics by LemonBoy · 4 years ago
  38. 44433da patch 8.2.4893: distributed import files are not installed by Bram Moolenaar · 4 years ago
  39. ec89223 patch 8.2.4892: test failures because of changed error messages by Bram Moolenaar · 4 years ago
  40. b3c9077 patch 8.2.4891: Vim help presentation could be better by Bram Moolenaar · 4 years ago
  41. cf03057 patch 8.2.4890: inconsistent capitalization in error messages by Bram Moolenaar · 4 years ago
  42. 009e79c patch 8.2.4889: CI only tests with FreeBSD 12 by Philip H · 4 years ago
  43. 521bf32 patch 8.2.4888: line number of lambda ignores line continuation by Bram Moolenaar · 4 years ago
  44. 9b334d5 patch 8.2.4887: channel log does not show invoking a timer callback by Bram Moolenaar · 4 years ago
  45. bc6f2bf patch 8.2.4886: Vim9: redir in skipped block seen as assignment by Bram Moolenaar · 4 years ago
  46. f1d63b9 patch 8.2.4885: test fails with the job/channel feature by Bram Moolenaar · 4 years ago
  47. 175913f patch 8.2.4884: test fails without the job/channel feature by Bram Moolenaar · 4 years ago
  48. 2eaef10 patch 8.2.4883: string interpolation only works in heredoc by LemonBoy · 4 years ago
  49. e7d6dbc patch 8.2.4882: cannot make 'breakindent' use a specific column by Christian Brabandt · 4 years ago
  50. 509142a patch 8.2.4881: "P" in Visual mode still changes some registers by Shougo Matsushita · 4 years ago
  51. 434725c patch 8.2.4880: Vim9: misplaced elseif causes invalid memory access by Bram Moolenaar · 4 years ago
  52. 3e79427 patch 8.2.4879: screendump test may fail when using valgrind by Bram Moolenaar · 4 years ago
  53. dd7eff0 patch 8.2.4878: valgrind warning for using uninitialized variable by Bram Moolenaar · 4 years ago
  54. d560014 patch 8.2.4877: MS-Windows: Wrongly using Normal colors for termguicolors by Christian Brabandt · 4 years ago
  55. dfbdadc patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershell by Christian Brabandt · 4 years ago
  56. 40fd7e6 patch 8.2.4875: MS-Windows: some .exe files are not recognized by LemonBoy · 4 years ago
  57. 365d8f7 patch 8.2.4874: Win32 GUI: horizontal scroll wheel not handled properly by LemonBoy · 4 years ago
  58. 505ed0c patch 8.2.4873: Vim9: using "else" differs from using "endif/if !cond" by Bram Moolenaar · 4 years ago
  59. ea72038 patch 8.2.4872: Vim9: no error for using an expression only by Bram Moolenaar · 4 years ago
  60. 09d9421 patch 8.2.4871: Vim9: in :def function no error for misplaced range by Bram Moolenaar · 4 years ago
  61. f3b4895 patch 8.2.4870: Vim9: expression in :substitute is not compiled by LemonBoy · 4 years ago
  62. e442d59 patch 8.2.4869: expression in command block does not look after NL by Bram Moolenaar · 4 years ago
  63. 2a2707d patch 8.2.4868: when closing help window autocmds triggered for wrong window by LemonBoy · 4 years ago
  64. ac402f4 patch 8.2.4867: listing of mapping with K_SPECIAL is wrong by zeertzjq · 4 years ago
  65. 47d4e31 patch 8.2.4866: duplicate code in "get" functions by LemonBoy · 4 years ago
  66. cd5dbad patch 8.2.4865: :startinsert right after :stopinsert may not work by zeertzjq · 4 years ago
  67. 0395f88 patch 8.2.4864: Vim9: script test fails by Bram Moolenaar · 4 years ago
  68. c9af617 patch 8.2.4863: accessing freed memory in test without the +channel feature by Bram Moolenaar · 4 years ago
  69. 23d4449 patch 8.2.4862: Vim9: test may fail when run with valgrind by Bram Moolenaar · 4 years ago
  70. 51d04d1 patch 8.2.4861: it is not easy to restore saved mappings by Ernie Rael · 4 years ago
  71. 05cf63e patch 8.2.4860: MS-Windows: always uses current directory for executables by Yasuhiro Matsumoto · 4 years ago
  72. 3a974a8 patch 8.2.4859: wget2 files are not recognized by Bram Moolenaar · 4 years ago
  73. db08887 patch 8.2.4858: K_SPECIAL may be escaped twice by zeertzjq · 4 years ago
  74. f4f579b patch 8.2.4857: Yaml indent for multiline is wrong by asmka · 4 years ago
  75. 2890c0b patch 8.2.4856: MinGW compiler complains about unknown escape sequence by Christian Brabandt · 4 years ago
  76. 2096a5f patch 8.2.4855: robot files are not recognized by Zoe Roux · 4 years ago
  77. 2f7e00a patch 8.2.4854: array size does not match usage by Christian Brabandt · 4 years ago
  78. 056a1c2 patch 8.2.4853: CI with FreeBSD is a bit outdated by Philip H · 4 years ago
  79. d2a4662 patch 8.2.4852: ANSI color index to RGB value not correct by LemonBoy · 4 years ago
  80. b4011af patch 8.2.4851: compiler warning for uninitialized variable by Bram Moolenaar · 4 years ago
  81. d7c9564 patch 8.2.4850: mksession mixes up "tabpages" and "curdir" arguments by LemonBoy · 4 years ago
  82. 917c32c patch 8.2.4849: Gleam filetype not detected by Mathias Jean Johansen · 4 years ago
  83. ee44603 patch 8.2.4848: local completion with mappings and simplification not working by zeertzjq · 4 years ago
  84. a5d3590 patch 8.2.4847: crash when using uninitialized function pointer by LemonBoy · 4 years ago
  85. bad8a01 patch 8.2.4846: termcodes test fails by zeertzjq · 4 years ago
  86. 590f365 patch 8.2.4845: duplicate code by zeertzjq · 4 years ago
  87. 758a8d1 patch 8.2.4844: <C-S-I> is simplified to <S-Tab> by zeertzjq · 4 years ago
  88. 202b4bd patch 8.2.4843: treating CTRL + ALT as AltGr is not backwards compatible by LemonBoy · 4 years ago
  89. 211a5bb patch 8.2.4842: expand("%:p") is not empty when there is no buffer name by Bram Moolenaar · 4 years ago
  90. a96edb7 patch 8.2.4841: empty string considered an error for expand() by Bram Moolenaar · 4 years ago
  91. 05c7f5d patch 8.2.4840: heredoc expression evaluated even when skipping by Bram Moolenaar · 4 years ago
  92. 0a748d9 patch 8.2.4839: compiler warning for unused argument by Bram Moolenaar · 4 years ago
  93. dca1d40 patch 8.2.4838: checking for absolute path is not trivial by LemonBoy · 4 years ago
  94. 68a573c patch 8.2.4837: modifiers not simplified when timed out by zeertzjq · 4 years ago
  95. f6ced98 patch 8.2.4836: Vim9: some lines not covered by tests by Bram Moolenaar · 4 years ago
  96. 95e4dd8 patch 8.2.4835: Vim9: some lines not covered by tests by Bram Moolenaar · 4 years ago
  97. 0665163 patch 8.2.4834: Vim9: some lines not covered by tests by Bram Moolenaar · 4 years ago
  98. 12e21e3 patch 8.2.4833: failure of mapping not checked for by zeertzjq · 4 years ago
  99. fc78a03 patch 8.2.4832: passing zero instead of NULL to a pointer argument by zeertzjq · 4 years ago
  100. 2c8a7eb patch 8.2.4831: crash when using maparg() and unmapping simplified keys by zeertzjq · 4 years ago