1. ce001a3 Update runtime files by Bram Moolenaar · 4 years ago
  2. 12e21e3 patch 8.2.4833: failure of mapping not checked for by zeertzjq · 4 years ago
  3. fc78a03 patch 8.2.4832: passing zero instead of NULL to a pointer argument by zeertzjq · 4 years ago
  4. 2c8a7eb patch 8.2.4831: crash when using maparg() and unmapping simplified keys by zeertzjq · 4 years ago
  5. 23f106e patch 8.2.4830: possible endless loop if there is unused typahead by Bram Moolenaar · 4 years ago
  6. 17c95d9 patch 8.2.4829: a key may be simplified to NUL by zeertzjq · 4 years ago
  7. abeb09b patch 8.2.4828: fix for unmapping simplified key not fully tested by zeertzjq · 4 years ago
  8. 87f7410 patch 8.2.4827: typo in variable name by Bram Moolenaar · 4 years ago
  9. 1f435da patch 8.2.4826: .cshtml files are not recognized by jvoisin · 4 years ago
  10. 0966120 patch 8.2.4825: can only get a list of mappings by Ernie Rael · 4 years ago
  11. 23d5770 patch 8.2.4824: expression is evaluated multiple times by zeertzjq · 4 years ago
  12. 372bcce patch 8.2.4823: concat more than 2 strings in :def function is inefficient by LemonBoy · 4 years ago
  13. af59e34 patch 8.2.4822: setting ufunc to NULL twice by LemonBoy · 4 years ago
  14. aac12da patch 8.2.4821: crash when imported autoload script was deleted by Bram Moolenaar · 4 years ago
  15. 659c240 patch 8.2.4820: not simple programmatic way to find a specific mapping by Ernie Rael · 4 years ago
  16. a4e3332 patch 8.2.4819: unmapping simplified keys also deletes other mapping by zeertzjq · 4 years ago
  17. ac92ab7 patch 8.2.4818: no test for what 8.2.4806 fixes by zeertzjq · 4 years ago
  18. 45684c6 patch 8.2.4817: Win32 GUI: modifiers are not always used by LemonBoy · 4 years ago
  19. 490ac3f patch 8.2.4816: still using older codecov app in some places of CI by Philip H · 4 years ago
  20. d42b839 patch 8.2.4815: cannot build with older GTK version by Ernie Rael · 4 years ago
  21. 4a392d2 patch 8.2.4814: possible to leave a popup window with win_gotoid() by LemonBoy · 4 years ago
  22. 2c40707 patch 8.2.4813: pasting text while indent folding may mess up folds by Brandon Simmons · 4 years ago
  23. 8279cfe patch 8.2.4812: unused struct item by zeertzjq · 4 years ago
  24. 0de7369 patch 8.2.4811: Win32 GUI: caps lock doesn't work by LemonBoy · 4 years ago
  25. 56dba60 patch 8.2.4810: missing changes in one file by Bram Moolenaar · 4 years ago
  26. 885de44 patch 8.2.4809: various things no6 properly tested by Yegappan Lakshmanan · 4 years ago
  27. 33d3ce6 patch 8.2.4808: unused item in engine struct by Bram Moolenaar · 4 years ago
  28. 77fc0b0 patch 8.2.4807: processing key eveints in Win32 GUI is not ideal by LemonBoy · 4 years ago
  29. 53ef573 patch 8.2.4806: a mapping using <LeftDrag> does not start Select mode by Bram Moolenaar · 4 years ago
  30. 9b36750 patch 8.2.4805: CurSearch used for all matches in current line by Bram Moolenaar · 4 years ago
  31. 1fc6ea9 patch 8.2.4804: expression in heredoc doesn't work for compiled function by Yegappan Lakshmanan · 4 years ago
  32. 66e13ae patch 8.2.4803: WinScrolled not always triggered when scrolling with mouse by LemonBoy · 4 years ago
  33. 7851c69 patch 8.2.4802: test is not cleaned up by zeertzjq · 4 years ago
  34. 3fd7480 patch 8.2.4801: fix for cursorbind fix not fully tested by Christian Brabandt · 4 years ago
  35. d0eaf67 patch 8.2.4800: missing test update for adjusted t_8u behavior by Bram Moolenaar · 4 years ago
  36. 0044e51 patch 8.2.4799: popup does not use correct topline by LemonBoy · 4 years ago
  37. dbec26d patch 8.2.4798: t_8u option was reset even when set by the user by Bram Moolenaar · 4 years ago
  38. 8530b41 patch 8.2.4797: getwininfo() may get oudated values by LemonBoy · 4 years ago
  39. da1050c patch 8.2.4796: file left behind after running cursorline tests by Bram Moolenaar · 4 years ago
  40. 2c645e8 patch 8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is set by Christian Brabandt · 4 years ago
  41. 4c84dd3 patch 8.2.4794: compiler warning for not initialized variable by Bram Moolenaar · 4 years ago
  42. 928a131 patch 8.2.4793: recognizing Maxima filetype even though it might be another by Bram Moolenaar · 4 years ago
  43. e468698 patch 8.2.4792: indent operator creates an undo entry for every line by Bram Moolenaar · 4 years ago
  44. fef4485 patch 8.2.4791: events triggered in different order when reusing buffer by Charlie Groves · 4 years ago
  45. c448e9c patch 8.2.4790: lilypond filetype not recognized by Bram Moolenaar · 4 years ago
  46. a653e53 patch 8.2.4789: cursor pos wrong when using :redraw while editing the cmdline by Bram Moolenaar · 4 years ago
  47. bac9a9e patch 8.2.4788: large payload for LSP message not tested by Yegappan Lakshmanan · 4 years ago
  48. 9bd3ce2 patch 8.2.4787: prop_find() does not find the right property by LemonBoy · 4 years ago
  49. 861fcee patch 8.2.4786: test for win_gotoid() in Visual mode fails on Mac by Bram Moolenaar · 4 years ago
  50. 3aca091 patch 8.2.4785: Visual mode not stopped if win_gotoid() goes to other buffer by Bram Moolenaar · 4 years ago
  51. 1693712 patch 8.2.4784: lamba test with timer is flaky by Bram Moolenaar · 4 years ago
  52. 42ccb8d patch 8.2.4783: Coverity warns for leaking memory by Bram Moolenaar · 4 years ago
  53. 75ab590 Update runtime files by Bram Moolenaar · 4 years ago
  54. a929c92 patch 8.2.4782: accessing freed memory by Bram Moolenaar · 4 years ago
  55. d0a20c9 patch 8.2.4781: Maxima files are not recognized by Doron Behar · 4 years ago
  56. 03cca29 patch 8.2.4780: parsing an LSP message fails when it is split by Yegappan Lakshmanan · 4 years ago
  57. 53e8f3f patch 8.2.4779: lsan suppression is too version specific by Christian Brabandt · 4 years ago
  58. 35cff32 patch 8.2.4778: pacman files use dosini filetype by Chaoren Lin · 4 years ago
  59. 366f0bd patch 8.2.4777: screendump tests fail because of a redraw by Bram Moolenaar · 4 years ago
  60. 9f53e7b patch 8.2.4776: GTK: 'lines' and 'columns' may change during startup by Ernie Rael · 4 years ago
  61. 280aebf patch 8.2.4775: SpellBad highlighting does not work in Konsole by Bram Moolenaar · 4 years ago
  62. 8b91e71 patch 8.2.4774: crash when using a number for lambda name by Bram Moolenaar · 4 years ago
  63. a9549c9 patch 8.2.4773: build failure without the +eval feature by Bram Moolenaar · 4 years ago
  64. 3df8f6e patch 8.2.4772: old Coverity warning for not checking ftell() return value by Bram Moolenaar · 4 years ago
  65. 066e0d9 patch 8.2.4771: Coverity warns for not checking return value by Bram Moolenaar · 4 years ago
  66. efbfa86 patch 8.2.4770: cannot easily mix expression and heredoc by Yegappan Lakshmanan · 4 years ago
  67. 68aaff4 patch 8.2.4769: build warning with UCRT by Bram Moolenaar · 4 years ago
  68. 34ffa10 patch 8.2.4768: CI: codecov upload sometimes does not work by Philip H · 4 years ago
  69. c360b25 patch 8.2.4767: openscad files are not recognized by salkin-mada · 4 years ago
  70. 93c7a45 patch 8.2.4766: KRL files using "deffct" not recognized by KnoP-01 · 4 years ago
  71. 047a701 patch 8.2.4765: function matchfuzzy() sorts too many items by Yegappan Lakshmanan · 4 years ago
  72. d2edee5 patch 8.2.4764: CI uses an older gcc version by Philip H · 4 years ago
  73. f50808e patch 8.2.4763: using invalid pointer with "V:" in Ex mode by Bram Moolenaar · 4 years ago
  74. ca7e86c patch 8.2.4762: using freed memory using synstack() and synID() in WinEnter by zeertzjq · 4 years ago
  75. e0805b8 patch 8.2.4761: documentation for using LSP messages is incomplete by Yegappan Lakshmanan · 4 years ago
  76. 9029a6e patch 8.2.4760: using matchfuzzy() on a long list can take a while by Yasuhiro Matsumoto · 4 years ago
  77. 693ccd1 patch 8.2.4759: CurSearch highlight does not work for multi-line match by Bram Moolenaar · 4 years ago
  78. 3b470ae patch 8.2.4758: when using an LSP channel want to get the message ID by Yegappan Lakshmanan · 4 years ago
  79. b9e99e5 patch 8.2.4757: list of libraries to suppress lsan errors is outdated by Philip H · 4 years ago
  80. 092e09c patch 8.2.4756: build error without the +eval feature by Bram Moolenaar · 4 years ago
  81. 12eb2eb patch 8.2.4755: cannot use <SID>FuncRef in completion spec by Bram Moolenaar · 4 years ago
  82. 7714231 patch 8.2.4754: using cached values after unsetting some environment variables by LemonBoy · 4 years ago
  83. 31e5c60 patch 8.2.4753: error from setting an option is silently ignored by Bram Moolenaar · 4 years ago
  84. 5dc294a patch 8.2.4752: wrong 'statusline' value can cause illegal memory access by zeertzjq · 4 years ago
  85. 648dd88 patch 8.2.4751: mapping <SID>name.Func does not work for autoload script by Bram Moolenaar · 4 years ago
  86. b836658 patch 8.2.4750: small pieces of dead code by =?UTF-8?q?Dundar=20G=C3=B6c?= · 4 years ago
  87. eca7c60 patch 8.2.4749: <script> is not expanded in autocmd context by LemonBoy · 4 years ago
  88. 8944551 patch 8.2.4748: cannot use an imported function in a mapping by Bram Moolenaar · 4 years ago
  89. f420ff2 patch 8.2.4747: no filetype override for .sys files by KnoP-01 · 4 years ago
  90. 8cac20e patch 8.2.4746: supercollider filetype not recognized by ranjithshegde · 4 years ago
  91. aae9762 patch 8.2.4745: using wrong flag for using bell in the terminal by Bram Moolenaar · 4 years ago
  92. 77771d3 patch 8.2.4744: a terminal window can't use the bell by LemonBoy · 4 years ago
  93. 9bbe5c6 patch 8.2.4743: clang 14 is available on CI by Philip H · 4 years ago
  94. c9a9a0a patch 8.2.4742: there is no way to start logging very early in startup by Bram Moolenaar · 4 years ago
  95. 60895f3 patch 8.2.4741: startup test fails by Bram Moolenaar · 4 years ago
  96. 5754452 patch 8.2.4740: when expand() fails there is no error message by Bram Moolenaar · 4 years ago
  97. d58862d patch 8.2.4739: accessing freed memory after WinScrolled autocmd event by zeertzjq · 4 years ago
  98. 11a57df patch 8.2.4738: Esc on commandline executes command instead of abandoning it by Bram Moolenaar · 4 years ago
  99. 1655619 patch 8.2.4737: // in JavaScript string recognized as comment by Bram Moolenaar · 4 years ago
  100. 825b55e patch 8.2.4736: build problem for Cygwin with Motif by Bram Moolenaar · 4 years ago