Commit Graph

  • af9f24b80b fix(shada): persist cleared search patterns #40600 Barrett Ruth 2026-07-06 08:36:02 -05:00
  • 732bf4db97 fix(input): stops accepting input after a large paste/input burst #40585 prwang 2026-07-06 12:37:02 +00:00
  • d427d38d06 fix(man.lua): cache pages until width changes #40607 Barrett Ruth 2026-07-06 05:45:10 -05:00
  • a6827be98f fix(man.lua): cache pages until width changes #40607 Barrett Ruth 2026-07-06 05:45:10 -05:00
  • f034e5f66b Merge pull request #40522 from bfredl/neopath bfredl 2026-07-06 11:47:13 +02:00
  • 7d80e18207 Merge pull request #40606 from superatomic/backport-seamless-restart Justin M. Keyes 2026-07-06 05:18:10 -04:00
  • 349f810eed refactor(test): unify XDG path handling (cmake vs zig) bfredl 2026-07-01 10:40:18 +02:00
  • de42a039de docs(restart): use 'sessionoptions' to adjust :restart behavior #40583 Nathan Zeng 2026-07-05 02:52:49 -07:00
  • 97290e8658 fix(:restart): remove -S [file] from v:argv #40521 Nathan Zeng 2026-07-05 14:53:45 -07:00
  • 9905c7b425 feat(:restart)!: ":restart" (no bang) saves/restores session #40321 Nathan Zeng 2026-06-29 07:55:23 -07:00
  • 2b56939619 fix(:restart): set job env instead of mutating parent env #40308 Justin M. Keyes 2026-06-18 17:44:29 -04:00
  • 611b4f8237 feat(:restart): v:startreason #40186 Nathan Zeng 2026-06-18 12:49:12 -07:00
  • a4985ac902 fix(lua): give nicer error message when trying to index vim.NIL bfredl 2026-06-29 14:16:38 +02:00
  • dbe59b5457 test(lsp): retry on-type formatting assertions #40602 Barrett Ruth 2026-07-05 17:07:16 -05:00
  • 47958bb4db fix(:restart): remove -S [file] from v:argv #40521 Nathan Zeng 2026-07-05 14:53:45 -07:00
  • 8dfe4d6629 fix(api): nvim_win_resize tweaks #40596 Justin M. Keyes 2026-07-05 13:22:16 -04:00
  • 1f18ea1cf7 feat(lsp): convert inlay_hint to capability framework #40569 jdrouhard 2026-07-05 11:47:30 -05:00
  • e494c4777b fix(test): screen:expect() render crash masks the real failure #40593 Justin M. Keyes 2026-07-05 12:08:41 -04:00
  • a0fd59352a Merge #40520 nvim_win_resize Justin M. Keyes 2026-07-05 12:06:13 -04:00
  • e18d2838b5 fix(test): skip flaky Test_set_cursor XiaowenHu96 2026-07-05 20:14:49 +08:00
  • ce718e31f4 feat(api): add nvim_win_resize() XiaowenHu96 2026-06-27 10:41:12 +08:00
  • 6da50f145a build: version bump Justin M. Keyes 2026-07-05 14:08:26 +02:00
  • 68ea43cd0c NVIM v0.12.4 v0.12.4 stable Justin M. Keyes 2026-07-05 14:05:57 +02:00
  • 83babc720e Apply suggestion from justinmk Justin M. Keyes 2026-07-05 06:12:02 -04:00
  • f533a17958 fix(pack): do not assert non-nil stderr #40544 Evgeni Chasnovski 2026-07-02 19:12:35 +03:00
  • a4cfded55e fix(health): always set 'modifiable' #40584 dqnne 2026-07-05 12:09:27 +02:00
  • 81e01a80b9 fix(lsp): support -1 column in format range #40570 Barrett Ruth 2026-07-05 05:14:55 -05:00
  • 0f86ea5ed8 fix(health): always set 'modifiable' #40584 dqnne 2026-07-05 12:09:27 +02:00
  • 656b4d9c34 docs(restart): use 'sessionoptions' to adjust :restart behavior #40583 Nathan Zeng 2026-07-05 02:52:49 -07:00
  • be287b13dc docs: update version.c #40519 github-actions[bot] 2026-07-05 05:46:54 -04:00
  • 3b8c19ea46 fix(bufwrite): cursor flicker on :write Justin M. Keyes 2024-06-22 12:14:23 +09:00
  • 7fd0f541e7 fix(health): don't check node package via yarn #40572 Barrett Ruth 2026-07-04 15:10:55 -05:00
  • 1aced004ce fix(health): don't check node package via yarn #40572 Barrett Ruth 2026-07-04 15:10:55 -05:00
  • d0a262db88 feat(channel): add ChanClose event #40568 Barrett Ruth 2026-07-04 14:21:25 -05:00
  • f0559997dd fix(lsp): semantic tokens reset_timer() usage #40554 jdrouhard 2026-07-04 10:22:34 -05:00
  • 93dd8053ee fix(lsp): use LspNotify for document_color (#40575) jdrouhard 2026-07-04 09:42:45 -05:00
  • 29db6ce84c fix(lsp): use LspNotify for document_color #40571 jdrouhard 2026-07-04 08:29:05 -05:00
  • 6cbc5ea13d docs(lsp): document rpc Client request/notify as fields #40573 Barrett Ruth 2026-07-04 08:24:25 -05:00
  • 00917aa6f6 test: unreliable "stdpath() avoids DOS 8.3 filenames" #40574 Justin M. Keyes 2026-07-04 09:03:51 -04:00
  • 9456cec7f9 vim-patch:9.2.0769 conversion to utf-16be using iconv is inconsistent #40567 Manoj Panda 2026-07-04 17:20:38 +05:30
  • abedbfc175 fix(cmdwin): set 'noscrollbind' #40556 STG 2026-07-04 20:29:26 +09:00
  • 44baf03f2a Merge pull request #40566 from zeertzjq/vim-9.2.0782 zeertzjq 2026-07-04 09:02:40 +08:00
  • 60e46704bd vim-patch:9.2.0782: tests: missing cleanup in test_mksession.vim zeertzjq 2026-07-04 08:32:38 +08:00
  • d7b7922dcb vim-patch:partial:9.2.0579: :mksession, :mkview and :mkvimrc emit legacy Vim script zeertzjq 2026-07-04 08:38:40 +08:00
  • b5fd22e771 vim-patch:9.2.0781: tests: Test_fuzzy_completion_bufname_fullpath() creates unnecessary dir (#40565) zeertzjq 2026-07-04 07:17:49 +08:00
  • 008209d148 Merge pull request #40559 from zeertzjq/vim-9.2.0770 zeertzjq 2026-07-03 15:47:02 +08:00
  • b856d5080d vim-patch:9.2.0771: dict_add_list() has inconsistent ownership on failure zeertzjq 2026-07-03 15:19:24 +08:00
  • 6f98352163 vim-patch:9.2.0770: dict_add_dict() has inconsistent ownership on failure zeertzjq 2026-07-03 15:16:40 +08:00
  • 87c2319986 vim-patch:9.2.0763: tests: style issue in test_plugin_netrw (#40543) zeertzjq 2026-07-03 08:18:01 +08:00
  • 7325e3b55a fix(dir): define "-" (up/parent) mapping earlier #40531 Barrett Ruth 2026-07-02 14:55:48 -05:00
  • 3f8be434e1 docs: pos argument in vim.lsp.ListOpts should be optional #40550 nikolightsaber 2026-07-02 21:25:44 +02:00
  • 25d65d60b6 docs: WebAssembly build instructions #40541 Rawan Khalid 2026-07-02 20:07:53 +03:00
  • 25d33dd12b fix(pack): do not assert non-nil stderr #40544 Evgeni Chasnovski 2026-07-02 19:12:35 +03:00
  • f33364a41d Merge pull request #40542 from zeertzjq/vim-9.2.0392 zeertzjq 2026-07-02 21:25:35 +08:00
  • 3210315559 vim-patch:9.2.0426: tests: still some flaky screendump tests zeertzjq 2026-07-02 21:07:07 +08:00
  • 562b3fcb05 vim-patch:9.2.0401: tests: still a few flaky tests zeertzjq 2026-07-02 21:06:52 +08:00
  • b4901ae0b6 vim-patch:9.2.0392: tests: Some tests are flaky zeertzjq 2026-07-02 21:05:39 +08:00
  • 3255e0546f build(vim-patch): mark 'tabpanel' files as N/A #40538 Jan Edmund Lazo 2026-07-02 06:56:23 -04:00
  • 3bb7887d5d build(deps): bump tree-sitter to 9fc2f486a Christian Clason 2026-07-02 10:16:55 +02:00
  • e4e9eebbae vim-patch:partial:9.2.0762: duplicated sub-option name check in :set completion (#40535) zeertzjq 2026-07-02 08:29:44 +08:00
  • 0d0772c937 vim-patch:d859e12: runtime(xml): Update xml syntax file zeertzjq 2026-07-02 07:49:01 +08:00
  • 6f4ebdad80 vim-patch:a65741c: runtime(screen): Bring the syntax up to version 5 zeertzjq 2026-07-02 07:48:38 +08:00
  • 567053bb3c vim-patch:dd89754: runtime(typst): Improve ftplugin, and syntax file zeertzjq 2026-07-02 07:48:23 +08:00
  • 6003545f38 vim-patch:9.2.0761: runtime(netrw): Unix: unable to open '\' file (#40533) zeertzjq 2026-07-02 07:45:14 +08:00
  • f8262a415a Merge pull request #40525 from zeertzjq/vim-9.2.0739 zeertzjq 2026-07-02 04:12:54 +08:00
  • a243486a46 vim-patch:9.2.0759: Some code for 'autocompletedelay' is no longer needed zeertzjq 2026-07-02 03:55:58 +08:00
  • cef0dcd54e vim-patch:9.2.0755: 'autocomplete' behaves inconsistently when recording zeertzjq 2026-07-01 21:02:18 +08:00
  • 826ca0ccfe vim-patch:9.2.0750: completion: 'autocompletedelay' deferral leaks state zeertzjq 2026-07-01 20:59:25 +08:00
  • 5f47d7ac08 vim-patch:9.2.0749: 'autocompletedelay' interferes with i_CTRL-K zeertzjq 2026-07-01 20:48:07 +08:00
  • f2af45127f vim-patch:9.2.0748: 'autocompletedelay' interferes with CTRL-G U zeertzjq 2026-07-01 20:46:40 +08:00
  • 14f2a86cd6 vim-patch:9.2.0739: completion: 'autocompletedelay' blocks the main loop and drops autocommands zeertzjq 2026-07-01 17:00:08 +08:00
  • 7a4186e1d5 Merge pull request #40306 from Rawan10101/wasm-stubs bfredl 2026-07-01 20:57:02 +02:00
  • daa229bfde fix(dir): restore loaded plugin guard #40528 Barrett Ruth 2026-07-01 13:45:55 -05:00
  • 12ea9735f7 refactor(path): path_skip_sep() #40524 Justin M. Keyes 2026-07-01 09:48:54 -04:00
  • fa9b3381bc feat(path): fnamemodify(':h') preserves logical root #40447 tao 2026-07-01 20:25:21 +08:00
  • 05d7040425 Merge #40516 from justinmk/health Justin M. Keyes 2026-07-01 07:45:47 -04:00
  • ed9a1c0b15 fix(health): handle failed dir listing Justin M. Keyes 2026-07-01 13:27:07 +02:00
  • 34efdadb4e feat(health): report ulimit info Justin M. Keyes 2026-06-30 21:33:32 +02:00
  • d253acca35 Merge #40114 feat(vim.fs): dir(), find() error-reporting Justin M. Keyes 2026-07-01 07:18:08 -04:00
  • 1035a9fb5d refactor(dir): use vim.fs.dir() Justin M. Keyes 2026-07-01 12:32:15 +02:00
  • 971a0a0fe0 feat(vim.fs): dir() ergonomics Justin M. Keyes 2026-07-01 12:05:15 +02:00
  • f141916e3d fix(vim.fs): dir(), find() error-reporting Justin M. Keyes 2026-07-01 10:47:31 +02:00
  • 4e04dff228 feat(vim.fs): dir(), find() error-reporting Rudrajeet Pal 2026-06-04 16:33:03 +05:30
  • 0d81f257af Merge pull request #40523 from zeertzjq/vim-9.1.1540 zeertzjq 2026-07-01 17:50:33 +08:00
  • 3fd0ed3176 vim-patch:9.1.1542: Coverity complains about uninitialized variable zeertzjq 2026-07-01 17:12:23 +08:00
  • 020bc95cd2 vim-patch:9.1.1540: completion: menu state wrong on interruption zeertzjq 2026-07-01 17:09:18 +08:00
  • 8a845104c8 feat(treesitter): conceal backslash in markdown inline highlights #40495 Francisco Requena 2026-07-01 16:03:31 +08:00
  • e41b309abe vim-patch:9.2.0754: repeated completion length lookup in search_for_exact_line (#40511) zeertzjq 2026-07-01 07:08:58 +08:00
  • 71343dad79 vim-patch:9.2.0756: Session with multiple tabpages sets 'winminheight' to 0 (#40512) zeertzjq 2026-07-01 07:10:04 +08:00
  • 822d96969b fix(lsp): request semantic tokens in BufWinEnter #40513 jdrouhard 2026-06-30 18:15:54 -05:00
  • c040f53dc1 vim-patch:9.2.0756: Session with multiple tabpages sets 'winminheight' to 0 (#40512) zeertzjq 2026-07-01 07:10:04 +08:00
  • 3fea2a7fc5 vim-patch:9.2.0754: repeated completion length lookup in search_for_exact_line (#40511) zeertzjq 2026-07-01 07:08:58 +08:00
  • b19962e827 fix(lsp): request semantic tokens in BufWinEnter (#40510) jdrouhard 2026-06-30 16:35:07 -05:00
  • f46857d1df refactor(os): deduplicate console/fd boilerplate #40509 Justin M. Keyes 2026-06-30 15:31:35 -04:00
  • d6476eda40 refactor(os): libuv_proc_stdio #40506 Justin M. Keyes 2026-06-30 13:29:19 -04:00
  • 4f1a05da7b fix(dir): use nvim.dir augroup #40507 Barrett Ruth 2026-06-30 13:58:58 -05:00
  • 784ab9edfb fix(dir): reload listing on :edit #40496 Barrett Ruth 2026-06-30 13:19:53 -05:00
  • d303617132 refactor(os): libuv_proc_stdio #40506 Justin M. Keyes 2026-06-30 13:29:19 -04:00
  • b532180108 ci: bump actions/cache dependabot[bot] 2026-06-30 12:25:52 +00:00
  • dbfa85b1fa test(old): unskip Test_mode_changes() #40490 zeertzjq 2026-06-30 20:01:52 +08:00