Commit Graph

  • 8b11734b18 ci: bump actions/labeler in the github-actions group across 1 directory dependabot[bot] 2026-05-12 18:32:55 +00:00
  • 89b5a1a181 fix(ui_client): fix memory leak (#39770) zeertzjq 2026-05-13 10:25:43 +08:00
  • 6c21a72b85 vim-patch:702d32e: runtime(compiler): set zig errorformat (#39769) yilisharcs 2026-05-12 22:17:44 -03:00
  • 3b3d3076f7 vim-patch:9.2.0476: pattern completion leaks memory on alloc failures (#39767) zeertzjq 2026-05-13 08:56:18 +08:00
  • 228e6ca32a Merge pull request #39741 from zeertzjq/vim-9.2.0470 zeertzjq 2026-05-13 07:51:11 +08:00
  • 986382069a refactor: make nvim_put() trigger TextPut* with '_' as regname zeertzjq 2026-05-12 15:42:10 +08:00
  • 58184d3fa3 vim-patch:9.2.0473: Pasting ". register without autocommands breaks TextPut* zeertzjq 2026-05-12 07:31:58 +08:00
  • 871b4b1642 vim-patch:9.2.0470: No way to hook into put commands zeertzjq 2026-05-11 19:30:29 +08:00
  • de67f93aea fix(messages): fast context for for nvim_echo({kind}) callback #39755 luukvbaal 2026-05-12 22:28:54 +02:00
  • 42f6c1c443 fix(prompt): handle multi-element lists in prompt_appendbuf #39550 Tomas Slusny 2026-05-12 18:00:04 +02:00
  • ce26c51c8d refactor(main.c): unused "cwd" variable #39751 li 2026-05-12 23:45:01 +08:00
  • 908897fd23 backport: fix(luarc.json): increase workspace.preloadFileSize (#39716) neovim-backports[bot] 2026-05-12 12:03:33 -04:00
  • a977e1077b fix(prompt): handle multi-element lists in prompt_appendbuf #39550 Tomas Slusny 2026-05-12 18:00:04 +02:00
  • 807f3703c4 refactor(main.c): unused "cwd" variable #39751 li 2026-05-12 23:45:01 +08:00
  • 7673adc952 Merge pull request #38675 from bfredl/errdefer bfredl 2026-05-12 11:00:26 +02:00
  • 492b8c9e9c vim-patch:9.2.0475: runtime(netrw): bookmark paths not normalized (#39748) zeertzjq 2026-05-12 07:52:44 +08:00
  • b51cf60c8d vim-patch:9.2.0471: vimvars di_key initialized at runtime (#39747) zeertzjq 2026-05-12 07:51:42 +08:00
  • 5f7237f54b fix(ui2): unable to route by message ID #39734 luukvbaal 2026-05-12 00:17:04 +02:00
  • 25b522a75d backport: docs: misc, window (#39722) Justin M. Keyes 2026-05-11 17:06:59 -04:00
  • 5b8268356a fix(api): don't update 'title' when renaming non-curbuf #39743 luukvbaal 2026-05-11 21:54:55 +02:00
  • d725ead5ec fix(messages): reset redirection message column after :echon #39472 luukvbaal 2026-05-11 21:47:19 +02:00
  • 96fc7c150f fix(api): don't update 'title' when renaming non-curbuf #39743 luukvbaal 2026-05-11 21:54:55 +02:00
  • ce9f4f0369 fix(messages): reset redirection message column after :echon #39472 luukvbaal 2026-05-11 21:47:19 +02:00
  • 10695f44af fix(health): set 'tags' for help filetype #39742 Marcus Caisey 2026-05-11 20:14:52 +01:00
  • c4285acb92 fix(health): set 'tags' for help filetype #39742 Marcus Caisey 2026-05-11 20:14:52 +01:00
  • 11084f5db3 Merge #39730 from ofseed/lsp-remove-deprecated Justin M. Keyes 2026-05-11 11:34:09 -04:00
  • 8275b7b491 Merge pull request #39736 from bfredl/odod bfredl 2026-05-11 16:27:14 +02:00
  • fa69cac7e3 fix(terminal): memory leak when pasting '=' register (#39738) zeertzjq 2026-05-11 21:07:39 +08:00
  • 41e8201c6c fix(terminal): memory leak when pasting '=' register (#39738) zeertzjq 2026-05-11 21:07:39 +08:00
  • 9e5982f071 refactor(lsp)!: always require position_encoding Yi Ming 2026-05-11 20:37:56 +08:00
  • 7e9015fecb fix(style): some clang-tidy 22 fixes bfredl 2026-05-11 10:47:50 +02:00
  • 17e737ed93 vim-patch:partial:9.2.0341: some functions can be run from the sandbox (#39733) zeertzjq 2026-05-11 18:21:16 +08:00
  • dfd6cd477f vim-patch:bfebd12: runtime(javacc): Check for existence of javaFuncDef syn group before clearing it (#39731) zeertzjq 2026-05-11 17:20:40 +08:00
  • 5e756aa825 vim-patch:bfebd12: runtime(javacc): Check for existence of javaFuncDef syn group before clearing it (#39731) zeertzjq 2026-05-11 17:20:40 +08:00
  • 9c42db1181 feat(ui_client): "press ENTER" free nvim crash debugging bfredl 2026-03-16 12:17:24 +01:00
  • fd51fb3fa0 refactor!: remove deprecated APIs Yi Ming 2026-05-11 15:42:24 +08:00
  • 0e7d51a378 vim-patch:9.2.0464: runtime(netrw): bookmarking directory uses current dir (#39729) zeertzjq 2026-05-11 13:08:02 +08:00
  • 5370eb0146 fix(lua): vim.wait(0) does not call loop_poll #39679 Justin M. Keyes 2026-05-10 14:22:31 -04:00
  • c2d7dd781a feat(lsp): pass arbitrary positions to vim.lsp.buf #39446 Yi Ming 2026-05-11 01:49:36 +08:00
  • 1f4ad7808e docs: misc, window #39720 Justin M. Keyes 2026-05-10 13:00:52 -04:00
  • eb79cf5aee feat(logging): vim.log #38906 Yi Ming 2026-05-10 23:03:15 +08:00
  • 2dc0efccb0 fix(snippet): cancel session on <Esc> in Select mode #39238 glepnir 2026-05-10 21:19:12 +08:00
  • 5d1910e1e0 fix(luarc.json): increase workspace.preloadFileSize #39711 Olivia Kinnear 2026-05-10 07:11:20 -05:00
  • 2acf27e5ff fix(diagnostic): handle signs = false in status() (#39703) Maria Solano 2026-05-09 17:59:21 -07:00
  • 647b6be489 vim-patch:9.2.0461: Corrupted undofile causes use-after-free (#39707) zeertzjq 2026-05-10 08:06:07 +08:00
  • 2d5f56c0aa vim-patch:9.2.0461: Corrupted undofile causes use-after-free (#39707) zeertzjq 2026-05-10 08:06:07 +08:00
  • b44c2bdd16 fix(treesitter): remove default match limit (#39696) Will Lillis 2026-05-09 06:19:21 -04:00
  • ef84ec69aa fix(matchparen): remove redundant vimscript shim Christian Clason 2026-05-08 14:21:01 +02:00
  • db7f818728 refactor(defaults): use public treesitter select() Nathan Zeng 2026-05-08 16:15:42 -07:00
  • 2902ec0541 vim-patch:9.2.0458: Crash with invalid shellredir/shellpipe value (#39691) zeertzjq 2026-05-09 09:13:19 +08:00
  • ffe87d91f7 vim-patch:9.2.0458: Crash with invalid shellredir/shellpipe value (#39691) zeertzjq 2026-05-09 09:13:19 +08:00
  • 91b9516d1b Merge pull request #39689 from zeertzjq/vim-9.2.0451 zeertzjq 2026-05-09 08:21:19 +08:00
  • 900975d30d vim-patch:9.2.0455: 'findfunc' only allows extra info for cmdline completion zeertzjq 2026-05-09 07:56:08 +08:00
  • 3aa83dca41 vim-patch:9.2.0454: tests: no test that "abbr" in customlist completion is shown zeertzjq 2026-05-09 07:51:05 +08:00
  • bf173c3e88 vim-patch:9.2.0451: 'findfunc' can't return extra info for cmdline completion zeertzjq 2026-05-09 07:39:00 +08:00
  • b7d8a41d91 build: strncat warning in buf_write #39684 phanium 2026-05-09 02:47:00 +08:00
  • 27909a193d ci: bump github/codeql-action dependabot[bot] 2026-05-08 12:36:13 +00:00
  • 17335308eb fix(pack): suggest "delete" code action for active plugins #39678 Evgeni Chasnovski 2026-05-08 15:26:40 +03:00
  • b813c7e082 Merge #39625 from ofseed/plugin-matchparen Justin M. Keyes 2026-05-08 06:19:07 -04:00
  • 79fd0b6655 fix(vim.range): empty ranges semantics vs regular ranges #39474 Luis Calle 2026-05-08 04:17:00 -05:00
  • f0f6753f30 refactor(matchparen): parameterize win instead of always using the current Yi Ming 2026-05-07 14:16:15 +08:00
  • 523e679ead refactor(matchparen): rewrite matchparen plugin in Lua Yi Ming 2026-05-06 17:25:39 +08:00
  • 416f3482e7 fix(vim.range): empty ranges semantics vs regular ranges #39474 Luis Calle 2026-05-08 04:17:00 -05:00
  • 2389cf2e39 fix(shell): preserve CR when :! outputs to binary-mode buffer #39558 Alexej Kowalew 2026-05-08 09:54:30 +02:00
  • d8a94658f5 refactor(test): use public enum in select_spec #39665 Nathan Zeng 2026-05-08 00:38:35 -07:00
  • 832a68835b fix(shell): preserve CR when :! outputs to binary-mode buffer #39558 Alexej Kowalew 2026-05-08 09:54:30 +02:00
  • a61c8f3580 refactor(test): use public enum in select_spec #39665 Nathan Zeng 2026-05-08 00:38:35 -07:00
  • b3cd33d029 backport feat(tui): restore 'ttyfast' to control tty requests (#39667) Justin M. Keyes 2026-05-08 02:49:34 -04:00
  • 03af1ec931 vim-patch:9.2.0450: [security]: heap buffer overflow in spellfile.c read_compound() (#39660) zeertzjq 2026-05-08 07:03:20 +08:00
  • 0976ce255b vim-patch:9.2.0450: [security]: heap buffer overflow in spellfile.c read_compound() (#39660) zeertzjq 2026-05-08 07:03:20 +08:00
  • cae8fd7a94 refactor: _meta/builtin_types.lua => vimfn_types.lua #39658 Justin M. Keyes 2026-05-07 17:21:04 -04:00
  • aea9aeee78 refactor: _meta/builtin_types.lua => vimfn_types.lua #39658 Justin M. Keyes 2026-05-07 17:21:04 -04:00
  • 55fd73a831 perf(server): use 1 request instead of 3 #39655 Justin M. Keyes 2026-05-07 16:13:41 -04:00
  • 1999c09953 backport build(docs): lint more quasi-keysets (#39656) Justin M. Keyes 2026-05-07 13:32:50 -04:00
  • b351024daf build(docs): lint more quasi-keysets #39654 Justin M. Keyes 2026-05-07 12:00:26 -04:00
  • 3639f7a867 feat(server): add v:useractive, use it in serverlist(info=true) #39423 Szymon Wilczek 2026-05-07 16:47:51 +02:00
  • 94b0229fa5 docs: expand nvim_create_user_command docs #39540 Quentin 2026-05-07 15:18:19 +02:00
  • dcf9e8a98e fix(treesitter): crash in ts_parser_delete after gc #39497 Szymon Wilczek 2026-05-07 14:39:07 +02:00
  • 97a557bd1e docs: expand nvim_create_user_command docs #39540 Quentin 2026-05-07 15:18:19 +02:00
  • 382882976e docs: adjust modelines for HTML rendering #39649 Eisuke Kawashima 2026-05-07 21:32:27 +09:00
  • 0c3e6e1b0e fix(treesitter): crash in ts_parser_delete after gc #39497 Szymon Wilczek 2026-05-07 14:39:07 +02:00
  • 7e778205ab docs: adjust modelines for HTML rendering #39649 Eisuke Kawashima 2026-05-07 21:32:27 +09:00
  • 6e44bd3c71 backport fix(treesitter): drop select() kwargs (#39647) Justin M. Keyes 2026-05-07 07:21:05 -04:00
  • bf8cdb340b fix(treesitter): drop select() kwargs #39646 Justin M. Keyes 2026-05-07 07:14:17 -04:00
  • ada73f4317 Merge pull request #39645 from justinmk/release Justin M. Keyes 2026-05-07 06:54:08 -04:00
  • f54f566bf8 feat(diagnostic)!: deprecate format as a table Yi Ming 2026-05-06 19:01:21 +08:00
  • 33c6d51167 docs: rename "tabpage" Justin M. Keyes 2026-05-07 10:09:22 +02:00
  • b982adfe10 docs: misc, rename "tabpage" Justin M. Keyes 2026-04-30 15:01:00 +02:00
  • a0dcdcd8a0 feat(treesitter): provide select() Nathan Zeng 2026-05-06 03:16:58 -07:00
  • cac643f0f5 refactor(excmd): remove duplicate get_cmd_argt (#39643) glepnir 2026-05-07 16:55:30 +08:00
  • ad27075c8d feat(pos): pos:to_offset(), pos.offset() (#39639) Justin M. Keyes 2026-05-07 05:16:53 -04:00
  • df5d559878 Merge #39626 docs Justin M. Keyes 2026-05-07 05:00:55 -04:00
  • 1fd82615b1 refactor(excmd): remove duplicate get_cmd_argt (#39643) glepnir 2026-05-07 16:55:30 +08:00
  • 662c556a3e docs: rename "tabpage" Justin M. Keyes 2026-05-07 10:09:22 +02:00
  • 80d83d75eb docs: misc, rename "tabpage" Justin M. Keyes 2026-04-30 15:01:00 +02:00
  • d12dd07c7a docs: update version.c #39466 github-actions[bot] 2026-05-07 03:19:43 -04:00
  • 9174157f74 feat(pos): pos:to_offset(), pos.offset() #39564 Yi Ming 2026-05-07 04:37:16 +08:00
  • 7b00f58d84 ci: bump actions/labeler in the github-actions group across 1 directory dependabot[bot] 2026-05-06 12:29:49 +00:00
  • 0197461265 backport fix(diagnostic): status() respects config.signs (#39601) Justin M. Keyes 2026-05-06 12:42:02 -04:00
  • dda30fdfbb fix(messages): disallow source="nvim" progress msg #39315 luukvbaal 2026-05-06 18:25:25 +02:00