Commit Graph

  • f89662722d patch 9.2.0265: unnecessary restrictions for defining dictionary function names thinca 2026-03-28 10:07:27 +00:00
  • d13f135295 patch 9.2.0264: Cannot disable kitty keyboard protocol in vim :terminal Julio B 2026-03-28 10:01:38 +00:00
  • 8e29c35a04 patch 9.2.0263: hlset() cannot handle attributes with spaces Yasuhiro Matsumoto 2026-03-28 09:47:15 +00:00
  • 80a0c355cf patch 9.2.0262: invalid lnum when pasting text copied blockwise Pierluigi Lenoci 2026-03-27 15:49:27 +00:00
  • 54b6c0c0e7 patch 9.2.0261: terminal: redraws are slow Yasuhiro Matsumoto 2026-03-26 22:12:52 +00:00
  • 575961c791 patch 9.2.0260: statusline not redrawn after closing a popup window Yasuhiro Matsumoto 2026-03-26 21:19:34 +00:00
  • f6e1dd11f4 patch 9.2.0259: tabpanel: corrupted display during scrolling causing flicker Yasuhiro Matsumoto 2026-03-26 21:03:46 +00:00
  • b90145672d patch 9.2.0258: memory leak in add_mark() Huihui Huang 2026-03-26 20:59:03 +00:00
  • 02abcf381f patch 9.2.0257: unnecessary memory allocation in set_callback() Shane Harper 2026-03-26 20:46:52 +00:00
  • 06aa378056 patch 9.2.0256: visual selection size not shown in showcmd during test zeertzjq 2026-03-26 20:38:39 +00:00
  • 96898d7324 patch 9.2.0255: tests: Test_popup_opacity_vsplit() fails in a wide terminal Christian Brabandt 2026-03-26 20:35:34 +00:00
  • 7cb43f286e patch 9.2.0254: w_locked can be bypassed when setting recursively Sean Dewar 2026-03-26 20:21:46 +00:00
  • bf21df1c7b patch 9.2.0253: various issues with wrong b_nwindows after closing buffers Sean Dewar 2026-03-26 20:16:09 +00:00
  • a8fdfd4fcb patch 9.2.0252: Crash when ending Visual mode after curbuf was unloaded Sean Dewar 2026-03-26 20:05:31 +00:00
  • 68b3585e1d patch 9.2.0251: Link error when building without channel feature Yasuhiro Matsumoto 2026-03-26 19:32:49 +00:00
  • c84526dd29 runtime(amiga): revamp syntax highlighting and add new maintainer Ola Söder 2026-03-26 19:25:30 +00:00
  • be7ef8a19e translation(it): Update Italian xxd man page Antonio Giovanni Colombo 2026-03-25 22:11:55 +00:00
  • e09000a786 runtime(doc): Update examples in xxd.1 manpage Antonio Giovanni Colombo 2026-03-25 22:09:16 +00:00
  • 30f012d8bc patch 9.2.0250: system() does not support bypassing the shell Yasuhiro Matsumoto 2026-03-25 21:48:36 +00:00
  • bde5832216 patch 9.2.0249: clipboard: provider reacts to autoselect feature Foxe Chen 2026-03-25 21:30:59 +00:00
  • af3ccc2845 patch 9.2.0248: json_decode() is not strict enough Yasuhiro Matsumoto 2026-03-25 21:20:21 +00:00
  • c0f0a34ea3 patch 9.2.0247: popup: popups may not wrap as expected Hirohito Higashi 2026-03-25 20:12:28 +00:00
  • 418400075a patch 9.2.0246: memory leak in globpath() Huihui Huang 2026-03-25 19:51:42 +00:00
  • 1578ea9d97 patch 9.2.0245: xxd: color output detection is broken Hirohito Higashi 2026-03-25 19:38:51 +00:00
  • e2cf84d0a0 patch 9.2.0244: memory leak in eval8() Huihui Huang 2026-03-25 19:26:38 +00:00
  • 0effd2faf9 patch 9.2.0243: memory leak in change_indent() Huihui Huang 2026-03-25 19:18:20 +00:00
  • a4c0119786 patch 9.2.0242: memory leak in check_for_cryptkey() Huihui Huang 2026-03-25 19:11:13 +00:00
  • 742e8722b3 patch 9.2.0241: tests: Test_visual_block_hl_with_autosel() is flaky Christian Brabandt 2026-03-25 19:03:50 +00:00
  • b435da0b4f patch 9.2.0240: syn_name2id() is slow due to linear search Yasuhiro Matsumoto 2026-03-24 20:47:27 +00:00
  • 955c02dff7 runtime(sh): Distinguish parts of function definitions Aliaksei Budavei 2026-03-24 20:36:23 +00:00
  • 9c0d057e3d runtime(sh): Improve the matching of function definitions Aliaksei Budavei 2026-03-24 20:34:15 +00:00
  • 4292eea714 patch 9.2.0239: signcolumn may cause flicker Yasuhiro Matsumoto 2026-03-24 20:25:06 +00:00
  • 9a2260d6cf patch 9.2.0238: showmode message may not be displayed Hirohito Higashi 2026-03-24 20:06:05 +00:00
  • 25f6539645 patch 9.2.0237: filetype: ObjectScript routines are not recognized Hannah Kimura 2026-03-24 19:58:01 +00:00
  • a603175c6c runtime(manpager): use \x07 instead of \a for BEL in OSC 8 regex Yasuhiro Matsumoto 2026-03-24 19:45:04 +00:00
  • abd2d7d453 patch 9.2.0236: stack-overflow with deeply nested data in json_encode/decode() Yasuhiro Matsumoto 2026-03-23 21:42:04 +00:00
  • c9eaff0a8a runtime(java): Make changes for JDK 26 Aliaksei Budavei 2026-03-23 19:54:00 +00:00
  • 8c116bbe79 patch 9.2.0235: filetype: wks files are not recognized. Anakin Childerhose 2026-03-23 19:40:12 +00:00
  • 3abbe31fe0 patch 9.2.0234: test: Test_close_handle() is flaky Yasuhiro Matsumoto 2026-03-23 19:29:57 +00:00
  • 347e8c1e7d patch 9.2.0233: Compiler warning in strings.c Hirohito Higashi 2026-03-23 18:46:31 +00:00
  • 3d472d8675 patch 9.2.0232: fileinfo not shown after :bd of last listed buffer Hirohito Higashi 2026-03-22 21:41:42 +00:00
  • 0172ff5542 patch 9.2.0231: Amiga: Link error for missing HAVE_LOCALE_H Ola Söder 2026-03-22 21:03:45 +00:00
  • 196cf9f644 patch 9.2.0230: popup: opacity not working accross vert splits Yasuhiro Matsumoto 2026-03-22 20:38:22 +00:00
  • 1fe0d1e8f5 patch 9.2.0229: keypad keys may overwrite keycode for another key AstroSnail 2026-03-22 20:21:50 +00:00
  • 6463c32e20 translation(it): Update Italian translation Antonio Giovanni Colombo 2026-03-22 18:16:43 +00:00
  • 243dcd1bcb translation(it): Update Italian xxd man page Antonio Giovanni Colombo 2026-03-22 18:13:45 +00:00
  • 0b257ecb90 patch 9.2.0228: still possible flicker Yasuhiro Matsumoto 2026-03-22 17:21:09 +00:00
  • aeb716ea77 patch 9.2.0227: MS-Windows: CSI sequences may be written to screen Yasuhiro Matsumoto 2026-03-22 17:05:14 +00:00
  • 48137e4e48 patch 9.2.0226: No 'incsearch' highlighting support for :uniq Hirohito Higashi 2026-03-22 17:00:46 +00:00
  • e147b635fc patch 9.2.0225: runtime(compiler): No compiler plugin for just Aditya Malik 2026-03-22 16:46:41 +00:00
  • 9e55474849 patch 9.2.0224: channel: 2 issues with out/err callbacks Hirohito Higashi 2026-03-22 16:32:07 +00:00
  • de10c87bed translation: Regenerate desktop files in runtime directory Mao-Yining 2026-03-22 16:27:43 +00:00
  • e2f4e18437 patch 9.2.0223: Option handling for key:value suboptions is limited Hirohito Higashi 2026-03-22 16:08:01 +00:00
  • 5a3b75d67b patch 9.2.0222: "zb" scrolls incorrectly with cursor on fold zeertzjq 2026-03-22 15:49:59 +00:00
  • 03e89ccf33 patch 9.2.0221: Visual selection drawn incorrectly with "autoselect" zeertzjq 2026-03-22 15:44:47 +00:00
  • 2f8bd14198 patch 9.2.0220: MS-Windows: some defined cannot be set on Cygwin/Mingw Muraoka Taro 2026-03-22 15:32:57 +00:00
  • 9774651ecf runtime(manpager): Strip OSC 8 hyperlink sequences in manpager plugin Yasuhiro Matsumoto 2026-03-22 15:28:28 +00:00
  • 8e0483c2f4 patch 9.2.0219: call stack can be corrupted Sergey Vlasov 2026-03-20 23:21:28 +00:00
  • 60edf94c4e patch 9.2.0218: visual selection highlighting in X11 GUI is wrong. Shane Harper 2026-03-20 23:12:33 +00:00
  • 68f9dedba4 patch 9.2.0217: filetype: cto files are not recognized Jamie Shorten 2026-03-20 23:03:10 +00:00
  • b3d8a0f349 patch 9.2.0216: MS-Windows: Rendering artifacts with DirectX Yasuhiro Matsumoto 2026-03-20 22:51:30 +00:00
  • 890d5fd138 patch 9.2.0215: MS-Windows: several tests fail in the Windows CUI. Muraoka Taro 2026-03-20 22:42:02 +00:00
  • 2b7b745bb5 patch 9.2.0214: tests: Test_gui_system_term_scroll() is flaky Yasuhiro Matsumoto 2026-03-20 22:34:11 +00:00
  • b1a247d659 patch 9.2.0213: Crash when using a partial or lambda as a clipboard provider Shane Harper 2026-03-20 22:26:59 +00:00
  • 3ee2b76ba1 patch 9.2.0212: MS-Windows: version packing may overflow Mao-Yining 2026-03-20 22:06:58 +00:00
  • c4d2fa018c translation(zh): Update the Simplify Chinese translation Mao-Yining 2026-03-20 22:00:08 +00:00
  • b3dba929cb translation: align sponsor menu string spacing Mao-Yining 2026-03-20 21:59:11 +00:00
  • 88cded7ac0 patch 9.2.0211: possible crash when setting 'winhighlight' Foxe Chen 2026-03-20 21:45:13 +00:00
  • ce4fbda992 runtime(fish): Add matchit support to filetype plugin Phạm Bình An 2026-03-20 21:29:57 +00:00
  • 076404ae41 patch 9.2.0210: tests: Test_xxd tests are failing Muraoka Taro 2026-03-20 21:19:03 +00:00
  • c9e5aeff35 runtime(doc): Update Italian xxd manpage Antonio Giovanni Colombo 2026-03-19 22:12:44 +00:00
  • 332dd22ed4 patch 9.2.0209: freeze during wildmenu completion Yasuhiro Matsumoto 2026-03-19 21:59:45 +00:00
  • 67ae763557 patch 9.2.0208: MS-Windows: excessive scroll-behaviour with go+=! Yasuhiro Matsumoto 2026-03-19 21:48:57 +00:00
  • 6391a38e5e patch 9.2.0207: MS-Windows: freeze on second :hardcopy Yasuhiro Matsumoto 2026-03-19 21:40:25 +00:00
  • f445ed0d56 patch 9.2.0206: MS-Window: stripping all CSI sequences Yasuhiro Matsumoto 2026-03-19 21:31:34 +00:00
  • a907a7f73b runtime(doc): disable color codes when generating ascii man pages in Makefile Christian Brabandt 2026-03-19 21:26:50 +00:00
  • 4d262b4952 patch 9.2.0205: xxd: Cannot NUL terminate the C include file style Lukáš Jiřiště 2026-03-19 20:33:18 +00:00
  • 53884ba7a8 patch 9.2.0204: filetype: cps files are not recognized Guillaume Barbier 2026-03-19 20:24:40 +00:00
  • d2dc9a4f37 patch 9.2.0203: Patch v9.2.0185 was wrong Hirohito Higashi 2026-03-19 20:19:07 +00:00
  • 645ed6597d patch 9.2.0202: [security]: command injection via newline in glob() pyllyukko 2026-03-19 19:58:05 +00:00
  • cc8798e719 patch 9.2.0201: filetype: Wireguard config files not recognized Furkan Sahin 2026-03-19 19:28:39 +00:00
  • 1da42ee271 patch 9.2.0200: term: DECRQM codes are sent too early Foxe Chen 2026-03-19 19:10:32 +00:00
  • ecf90b92f1 CI: make dependabot monitor .github/actions directory ichizok 2026-03-19 19:03:40 +00:00
  • 7aca0e14de patch 9.2.0199: tests: test_startup.vim fails Christian Brabandt 2026-03-19 18:54:09 +00:00
  • 2f5fe8827e patch 9.2.0198: cscope: can escape from restricted mode Christian Brabandt 2026-03-18 21:27:38 +00:00
  • faad250544 runtime(doc): Fix typo in if_pyth.txt Barrett Ruth 2026-03-18 21:22:46 +00:00
  • a4cf812462 patch 9.2.0197: tabpanel: frame width not updated for existing tab pages Hirohito Higashi 2026-03-18 21:16:14 +00:00
  • 39ee7d17b9 runtime(yara): add ftplugin for yara filetype Thomas Dupuy 2026-03-18 21:13:12 +00:00
  • 0c109e4e60 patch 9.2.0196: textprop: negative IDs and can cause a crash Hirohito Higashi 2026-03-18 21:03:17 +00:00
  • 2b70de167e CI: bump actions/upload-artifact to v7 ichizok 2026-03-18 20:57:15 +00:00
  • e5df6e8d42 patch 9.2.0195: CI: test-suite gets killed for taking too long Christian Brabandt 2026-03-18 20:47:45 +00:00
  • 32e453d339 patch 9.2.0194: tests: test_startup.vim leaves temp.txt around Christian Brabandt 2026-03-18 20:42:22 +00:00
  • a74e5fc5b9 patch 9.2.0193: using copy_option_part() can be improved John Marriott 2026-03-18 19:25:22 +00:00
  • c4d212257d patch 9.2.0192: not correctly recognizing raw key codes AstroSnail 2026-03-17 21:24:43 +00:00
  • d41cd5dce4 patch 9.2.0191: Not possible to know if Vim was compiled with Android support TomIO 2026-03-17 21:08:44 +00:00
  • 1f4cd5fb52 patch 9.2.0190: Status line height mismatch in vertical splits Hirohito Higashi 2026-03-17 21:00:45 +00:00
  • 019c53b37f patch 9.2.0189: MS-Windows: opacity popups flicker during redraw in the console Yasuhiro Matsumoto 2026-03-17 20:51:22 +00:00
  • 15a96a04ad patch 9.2.0188: Can set environment variables in restricted mode pyllyukko 2026-03-17 20:15:44 +00:00
  • 6238ee9f89 patch 9.2.0187: MS-Windows: rendering artifacts with DirectX renderer Yasuhiro Matsumoto 2026-03-17 19:37:02 +00:00
  • f9bed026ac patch 9.2.0186: heap buffer overflow with long generic function name Kaixuan Li 2026-03-17 19:07:53 +00:00