1. cb90ea9 patch 9.1.0682: Vim9: Segfault with uninitialized funcref by Ernie Rael · 1 year, 8 months ago
  2. 6bff6a2 patch 9.1.0681: tests: Analyzing failed screendumps is hard by Aliaksei Budavei · 1 year, 8 months ago
  3. 10231ac patch 9.1.0680: VMS does not have defined uintptr_t by Zoltan Arpadffy · 1 year, 8 months ago
  4. bc11f6d patch 9.1.0679: Rename from w_closing to w_locked is incomplete by zeertzjq · 1 year, 8 months ago
  5. 0a6e57b patch 9.1.0678: [security]: use-after-free in alist_add() by Christian Brabandt · 1 year, 8 months ago
  6. 3b59be4 patch 9.1.0677: :keepp does not retain the substitute pattern by Gregory Anders · 1 year, 8 months ago
  7. 12cb1d1 translation(ja): Update Japanese translations to latest release by Ken Takata · 1 year, 8 months ago
  8. cca3df9 translation: improve the po/cleanup.vim script by RestorerZ · 1 year, 8 months ago
  9. 81b62dd patch 9.1.0676: style issues with man pages by RestorerZ · 1 year, 8 months ago
  10. ded1677 patch 9.1.0675: Patch v9.1.0674 causes problems by Christian Brabandt · 1 year, 8 months ago
  11. 7477861 patch 9.1.0674: Vim9: compiling abstract method fails because of missing return by Ernie Rael · 1 year, 8 months ago
  12. 58c9579 patch 9.1.0673: Vim9: too recursive func calls when calling super-class method by Ernie Rael · 1 year, 8 months ago
  13. d33afe1 runtime(syntax-tests): Facilitate the viewing of rendered screendumps by Aliaksei Budavei · 1 year, 8 months ago
  14. 8d02e5c patch 9.1.0672: marker folds may get corrupted on undo by Christian Brabandt · 1 year, 8 months ago
  15. fb3f969 Problem: crash with WinNewPre autocommand by Christian Brabandt · 1 year, 8 months ago
  16. e20aeb8 patch 9.1.0670: po file encoding fails on *BSD during make by RestorerZ · 1 year, 8 months ago
  17. 659713d translation(it): Update Italian translation by Antonio Giovanni Colombo · 1 year, 8 months ago
  18. 2630687 translation: Stop using msgconv by Ken Takata · 1 year, 8 months ago
  19. 1c032e3 patch 9.1.0669: if_python: stable python ABI not used by default by Ken Takata · 1 year, 8 months ago
  20. 9abd715 patch 9.1.0668: build-error with python3.12 and stable ABI by Ken Takata · 1 year, 8 months ago
  21. 181fda1 translations: Update generated po files by Ken Takata · 1 year, 8 months ago
  22. b026a29 patch 9.1.0667: Some other options reset curswant unnecessarily when set by zeertzjq · 1 year, 8 months ago
  23. 9c4b246 patch 9.1.0666: assert_equal() doesn't show multibyte string correctly by zeertzjq · 1 year, 8 months ago
  24. 6b97d7a patch 9.1.0665: Locked variable can be changed in a :for loop by zeertzjq · 1 year, 8 months ago
  25. 568cbc9 patch 9.1.0664: MS-Windows: console vim did not switch back to main screen on exit by Ken Takata · 1 year, 8 months ago
  26. 91efcd1 patch 9.1.0663: tests: zip test still resets 'shellslash' option by Christian Brabandt · 1 year, 8 months ago
  27. da090f9 patch 9.1.0662: filecopy() may return wrong value when readlink() fails by zeertzjq · 1 year, 8 months ago
  28. d7af21e patch 9.1.0661: the zip plugin is not tested. by Damien · 1 year, 8 months ago
  29. f5f69e8 patch 9.1.0660: MS-Windows: Shift-Insert does work on old conhost by Christopher Plewright · 1 year, 8 months ago
  30. 2708afa patch 9.1.0659: MS-Windows: MSVC Makefile is a bit hard to read by Ken Takata · 1 year, 8 months ago
  31. 62d8617 patch 9.1.0658: Coverity warns about dereferencing NULL pointer. by zeertzjq · 1 year, 8 months ago
  32. 87d63d3 patch 9.1.0657: MS-Windows: MSVC build time can be optimized by Ken Takata · 1 year, 8 months ago
  33. cdf1c7a patch 9.1.0656: MS-Windows: MSVC Makefile CPU handling can be improved by Ken Takata · 1 year, 8 months ago
  34. 0aa65b4 patch 9.1.0655: filetype: goaccess config file not recognized by Adam Monsen · 1 year, 8 months ago
  35. b9de1a0 patch 9.1.0654: completion does not respect completeslash with fuzzy by glepnir · 1 year, 8 months ago
  36. a0b5bc1 patch 9.1.0653: Patch v9.1.0648 not completely right by Christian Brabandt · 1 year, 8 months ago
  37. b4ea771 patch 9.1.0652: too many strlen() calls in syntax.c by John Marriott · 1 year, 8 months ago
  38. 0214680 patch 9.1.0651: ex: trailing dot is optional for :g and :insert/:append by Mohamed Akram · 1 year, 8 months ago
  39. e8feaa3 patch 9.1.0650: Coverity warning in cstrncmp() by zeertzjq · 1 year, 8 months ago
  40. c1ed788 patch 9.1.0649: Wrong comment for "len" argument of call_simple_func() by zeertzjq · 1 year, 8 months ago
  41. b29f4ab patch 9.1.0648: [security] double-free in dialog_changed() by Christian Brabandt · 1 year, 8 months ago
  42. 8a0bbe7 patch 9.1.0647: [security] use-after-free in tagstack_clear_entry by Christian Brabandt · 1 year, 8 months ago
  43. 1640969 patch 9.1.0646: Vim9: imported function may not be found by Ernie Rael · 1 year, 8 months ago
  44. 22e8e12 patch 9.1.0645: regex: wrong match when searching multi-byte char case-insensitive by Christian Brabandt · 1 year, 8 months ago
  45. 74011dc patch 9.1.0644: Unnecessary STRLEN() when applying mapping by zeertzjq · 1 year, 8 months ago
  46. 1254e6d patch 9.1.0643: terminal: cursor may end up on invalid position by Christian Brabandt · 1 year, 8 months ago
  47. 9d997ad patch 9.1.0642: Check that mapping rhs starts with lhs fails if not simplified by zeertzjq · 1 year, 8 months ago
  48. baaf6de patch 9.1.0641: MS-Windows: OLE enabled in console version by Ken Takata · 1 year, 8 months ago
  49. 3da0118 patch 9.1.0640: Mingw: Makefile can be improved by Ken Takata · 1 year, 8 months ago
  50. 0bee82b patch 9.1.0639: channel timeout may wrap around by Ken Takata · 1 year, 8 months ago
  51. 0dff315 patch 9.1.0638: E1510 may happen when formatting a message for smsg() by zeertzjq · 1 year, 8 months ago
  52. 81a6500 patch 9.1.0637: MS-Windows: Style issues in MSVC Makefile by Ken Takata · 1 year, 8 months ago
  53. f4572ce patch 9.1.0636: filetype: ziggy files are not recognized by EliSauder · 1 year, 8 months ago
  54. e57c9a1 patch 9.1.0635: filetype: SuperHTML template files not recognized by EliSauder · 1 year, 8 months ago
  55. 13032a4 patch 9.1.0634: Ctrl-P not working by default by Christian Brabandt · 1 year, 8 months ago
  56. 0268ff3 patch 9.1.0633: Compilation warnings with `-Wunused-parameter` by Dominique Pellé · 1 year, 8 months ago
  57. 073cb02 patch 9.1.0632: MS-Windows: Compiler Warnings by Ken Takata · 1 year, 8 months ago
  58. 6b6280c patch 9.1.0631: wrong completion list displayed with non-existing dir + fuzzy completion by glepnir · 1 year, 8 months ago
  59. f0ce176 patch 9.1.0630: MS-Windows: build fails with VIMDLL and mzscheme by Ken Takata · 1 year, 8 months ago
  60. 4100852 patch 9.1.0629: Rename of pum hl_group is incomplete by zeertzjq · 1 year, 8 months ago
  61. f08865c patch 9.1.0628: MinGW: coverage files are not cleaned up by Ken Takata · 1 year, 8 months ago
  62. e4486ba patch 9.1.0627: MinGW: build-error when COVERAGE is enabled by Ken Takata · 1 year, 8 months ago
  63. 94082b6 patch 9.1.0626: Vim9: need more tests with null objects by Ernie Rael · 1 year, 8 months ago
  64. 6ed8ae8 patch 9.1.0625: tests: test output all translated messages for all translations by Christian Brabandt · 1 year, 8 months ago
  65. 70a11a6 patch 9.1.0624: ex command modifiers not found by Christian Brabandt · 1 year, 8 months ago
  66. 325420e patch 9.1.0623: Mingw: errors when trying to delete non-existing files by Ken Takata · 1 year, 8 months ago
  67. 032accd patch 9.1.0622: MS-Windows: mingw-build can be optimized by Ken Takata · 1 year, 8 months ago
  68. b32d0a4 patch 9.1.0621: MS-Windows: startup code can be improved by Ken Takata · 1 year, 8 months ago
  69. be82825 patch 9.1.0620: Vim9: segfauls with null objects by Ernie Rael · 1 year, 8 months ago
  70. 8754efe patch 9.1.0619: tests: test_popup fails by glepnir · 1 year, 8 months ago
  71. 508e785 patch 9.1.0618: cannot mark deprecated attributes in completion menu by glepnir · 1 year, 8 months ago
  72. dc373d4 patch 9.1.0617: Cursor moves beyond first line of folded end of buffer by Luuk van Baal · 1 year, 8 months ago
  73. eb4b903 patch 9.1.0616: filetype: Make syntax highlighting off for MS Makefiles by Ken Takata · 1 year, 8 months ago
  74. 242667a patch 9.1.0615: Unnecessary STRLEN() in make_percent_swname() by zeertzjq · 1 year, 8 months ago
  75. 377a085 patch 9.1.0614: tests: screendump tests fail due to recent syntax changes by Doug Kearns · 1 year, 8 months ago
  76. 2979cfc patch 9.1.0613: tests: termdebug test may fail and leave file around by Christian Brabandt · 1 year, 8 months ago
  77. e73e5b8 runtime(java): Optionally highlight the :: token for method references by Aliaksei Budavei · 1 year, 8 months ago
  78. df77c8a patch 9.1.0612: filetype: deno.lock file not recognized by カワリミ人形 · 1 year, 8 months ago
  79. 56904f9 patch 9.1.0611: ambiguous mappings not correctly resolved with modifyOtherKeys by Oleg Goncharov · 1 year, 8 months ago
  80. e4b991e patch 9.1.0610: filetype: OpenGL Shading Language files are not detected by Gregory Anders · 1 year, 9 months ago
  81. 4c3616d patch 9.1.0609: outdated comments in Makefile by Shane Harper · 1 year, 9 months ago
  82. 220474d patch 9.1.0608: Coverity warns about a few potential issues by Christian Brabandt · 1 year, 9 months ago
  83. 510f94b INSTALL: remove outdated notice about statically linked executable by Joey Pabalinas · 1 year, 9 months ago
  84. a90b0b4 patch 9.1.0607: termdebug: uses inconsistent style by Ubaldo Tiberi · 1 year, 9 months ago
  85. c8a582a patch 9.1.0606: tests: generated files may cause failure in test_codestyle by Ken Takata · 1 year, 9 months ago
  86. 0be03e1 patch 9.1.0605: internal error with fuzzy completion by glepnir · 1 year, 9 months ago
  87. b14c325 patch 9.1.0604: popup_filter during Press Enter prompt seems to hang by Ernie Rael · 1 year, 9 months ago
  88. d2cedc2 translatoin(tr): Update Serbian messages translation by Ivan Pešić · 1 year, 9 months ago
  89. 5fb801a patch 9.1.0603: filetype: use correct extension for Dracula by Evgeni Chasnovski · 1 year, 9 months ago
  90. 37853b7 patch 9.1.0602: filetype: Prolog detection can be improved by igna_martinoli · 1 year, 9 months ago
  91. b5d6b5c patch 9.1.0601: Wrong cursor position with 'breakindent' when wide char doesn't fit by zeertzjq · 1 year, 9 months ago
  92. 1165f78 patch 9.1.0600: Unused function and unused error constants by Dominique Pellé · 1 year, 9 months ago
  93. aef6179 patch 9.1.0599: Termdebug: still get E1023 when specifying arguments by zeertzjq · 1 year, 9 months ago
  94. 8159fb1 patch 9.1.0598: fuzzy completion does not work with default completion by glepnir · 1 year, 9 months ago
  95. fcc1b57 patch 9.1.0597: KeyInputPre cannot get the (unmapped typed) key by Shougo Matsushita · 1 year, 9 months ago
  96. 76c1902 patch 9.1.0596: filetype: devscripts config files are not recognized by Wu, Zhenyu · 1 year, 9 months ago
  97. 30d54fd patch 9.1.0595: make errors out with the po Makefile by RestorerZ · 1 year, 9 months ago
  98. ac4ce9e patch 9.1.0594: Unnecessary redraw when setting 'winfixbuf' by zeertzjq · 1 year, 9 months ago
  99. 3088ef0 patch 9.1.0593: filetype: Asymptote files are not recognized by AvidSeeker · 1 year, 9 months ago
  100. b584410 patch 9.1.0592: runtime: filetype: Mediawiki files are not recognized by AvidSeeker · 1 year, 9 months ago