Commit Graph

  • 29f2cb89f0 fix(messages): add append parameter to history entries (#34467) luukvbaal 2025-06-15 23:36:41 +02:00
  • 5ea6a022c0 build(deps): bump tree-sitter-query to v0.6.2 Christian Clason 2025-06-15 12:59:04 +02:00
  • 5046ef4c8f fix(extui): clear cmdline buffer for first message (#34490) luukvbaal 2025-06-15 12:55:01 +02:00
  • 742ea00742 fix(window): don't enter unfocusable or hidden prevwin (#34486) luukvbaal 2025-06-14 23:42:23 +02:00
  • 0d658660c2 fix(window): don't enter unfocusable or hidden prevwin (#34486) luukvbaal 2025-06-14 23:42:23 +02:00
  • c7f38e3bc8 fix(api): nvim_parse_cmd parses :map incorrectly #34068 glepnir 2025-06-15 01:17:56 +08:00
  • 4367441213 docs: misc dundargoc 2025-05-18 16:09:30 +02:00
  • 1deba926c4 vim-patch:1ded411: runtime(debcontrol): add hurd-amd64 architecture to syntax script (#34496) zeertzjq 2025-06-14 19:44:46 +08:00
  • 17571bc4c0 Merge pull request #34494 from huaxk/update-deps-hash bfredl 2025-06-14 11:54:45 +02:00
  • d21e2463fd fix: update deps hash for zig 0.14.0 huaxk 2025-06-14 17:19:33 +08:00
  • a34b8e42df docs: vim.fs., diagnostics, lsp #34488 Justin M. Keyes 2025-06-13 09:22:10 -07:00
  • 76d213efbe feat(lsp): support multiline semantic tokens #34458 Riley Bruins 2025-06-13 08:30:08 -07:00
  • 8001276bd0 docs: vim.fs., diagnostics, lsp #34402 Justin M. Keyes 2025-06-13 07:49:21 -07:00
  • 1d5b3b5b4c feat(treesitter)!: apply offset! directive to all captures #34383 Riley Bruins 2025-06-13 06:42:10 -07:00
  • 9ec6c19c67 docs(extui): rename box->msg, more->pager, prompt->dialog Luuk van Baal 2025-06-10 17:12:17 +02:00
  • 76f76fb083 fix(extui): only append messages exceeding 'cmdheight' to "more" Luuk van Baal 2025-06-08 16:05:44 +02:00
  • 3e30323135 fix(coverity/554963): preallocate msg.items to avoid FORWARD_NULL #34484 luukvbaal 2025-06-13 14:19:30 +02:00
  • 29c8dabd41 fix(insexpand): update showmode when updating the screen (#34466) luukvbaal 2025-06-13 10:37:19 +02:00
  • 1ede826e04 vim-patch:d296af9: runtime(masm): set 'com' and 'cms' options in ftplugin Christian Clason 2025-06-13 09:37:22 +02:00
  • beee60f3a0 vim-patch:85f0711: runtime(zimbu): set 'commentstring' option in ftplugin Christian Clason 2025-06-13 09:36:27 +02:00
  • 90b682891d vim-patch:91af4c4: runtime(doc): improve the wording of 'sts', 'varts' and 'varsts' values (#34480) zeertzjq 2025-06-13 08:53:48 +08:00
  • 77eb278adf fix(clipboard): enable cache for function providers #34470 Antoine 2025-06-12 18:18:23 +02:00
  • 82d0883c2d fix(lsp): correct diagnostic data support and related info capabilities (#34454) Riley Bruins 2025-06-12 11:00:42 -07:00
  • 7486c2f6aa feat(lsp): <Plug> mapping for signature help cycling #34039 Tiago Inaba 2025-06-12 14:56:39 -03:00
  • d0a24ea03e fix(lsp): _cancel_all_requests() tries to cancel completed requests #34105 Andre Toerien 2025-06-12 18:21:53 +02:00
  • f99e3a8a2a feat(lsp): incremental selection via "textDocument/selectionRange" #34011 Riley Bruins 2025-06-12 09:25:19 -07:00
  • a9b8a8dc6c fix(lsp): _cancel_all_requests() tries to cancel completed requests #34105 Andre Toerien 2025-06-12 18:21:53 +02:00
  • ac12dc49cc fix(clipboard): enable cache for function providers #34470 Antoine 2025-06-12 18:18:23 +02:00
  • ec84c8df0e fix(msgpack): flush incomplete big UI event before packing RPC event bfredl 2025-06-10 10:16:07 +02:00
  • d86d4bacc1 fix(messages): make swapfile attention message part of prompt (#34414) luukvbaal 2025-06-12 11:57:17 +02:00
  • 221b6ddf1c Merge pull request #34412 from bfredl/ui_buf bfredl 2025-06-12 11:35:33 +02:00
  • b8ee354f12 fix(msgpack): flush incomplete big UI event before packing RPC event bfredl 2025-06-10 10:16:07 +02:00
  • dc05598d02 fix(cmdline): set search cursor after ui_flush() (#34418) luukvbaal 2025-06-12 08:53:10 +02:00
  • 66e4784f5a fix(float): ensure relative window grid is allocated (#34459) luukvbaal 2025-06-12 08:51:29 +02:00
  • 5f00e6adaf vim-patch:5128920: runtime(vim): Update base-syntax, improve function definition matching (#34463) zeertzjq 2025-06-12 08:05:20 +08:00
  • 3a2ac2300b vim-patch:9.1.1454: tests: no test for pum at line break position (#34462) zeertzjq 2025-06-12 08:04:36 +08:00
  • 47df8f5a4b vim-patch:053aee0: runtime(doc): add more pointers to 'completeopt' (#34460) zeertzjq 2025-06-12 07:32:07 +08:00
  • 6bee2f686f fix(shada): prevent use-after-free when mapping file marks (#34446) glepnir 2025-06-12 06:31:48 +08:00
  • c4a760c734 fix(terminal): don't disable scrolloff for non-terminal buffers (#34451) zeertzjq 2025-06-11 22:47:06 +08:00
  • 6a71239cd5 fix(terminal): don't disable scrolloff for non-terminal buffers (#34451) zeertzjq 2025-06-11 22:47:06 +08:00
  • 902c946bcd fix(editorconfig): a custom property is treated as a section (#34445) fortime 2025-06-11 21:26:38 +08:00
  • de87ceb3be feat(tui): support APC queries in TermResponse (#34426) Gregory Anders 2025-06-11 08:26:58 -05:00
  • 966b1da183 fix(editorconfig): a custom property is treated as a section (#34445) fortime 2025-06-11 21:26:38 +08:00
  • 7aafbca510 vim-patch:c413ac7: runtime(java): Match raw-, non-generic-, and generic-type names of "java.lang" Christian Clason 2025-06-11 09:45:45 +02:00
  • 719c7e2312 vim-patch:138fb95: runtime(reva): set 'cms' option in ftplugin, update URL Christian Clason 2025-06-11 09:45:18 +02:00
  • 8cd0ef06bb vim-patch:a0316cd: runtime(abap): set 'comments' and 'commentstring' option in ftplugin Christian Clason 2025-06-11 09:44:55 +02:00
  • b1aed2b40a vim-patch:572d460: runtime(gdshader): add comments and commentstring to ftplugin Christian Clason 2025-06-11 09:42:56 +02:00
  • 677a50bb26 vim-patch:30cf017: runtime(8th): updated 8th syntax script Christian Clason 2025-06-11 09:42:24 +02:00
  • 0f1cada0f7 fix(lsp): announce diagnostic tag support (#34436) Riley Bruins 2025-06-10 21:26:06 -07:00
  • bac133e4b6 fix(lsp): announce diagnostic tag support (#34436) Riley Bruins 2025-06-10 21:26:06 -07:00
  • fb7a234f01 test: value of has("gui_running") after :restart (#34439) zeertzjq 2025-06-11 10:41:56 +08:00
  • c5bc0289ed test(screen): still match by full row when {MATCH:} is present (#34437) zeertzjq 2025-06-11 09:56:12 +08:00
  • 37d6ac8a15 test(screen): still match by full row when {MATCH:} is present (#34437) zeertzjq 2025-06-11 09:56:12 +08:00
  • 1abcd9fe28 vim-patch:9.1.1452: completion: redundant check for completion flags (#34434) zeertzjq 2025-06-11 08:06:48 +08:00
  • d28ad6e03f vim-patch:9.1.1450: Session has wrong arglist with :tcd and :arglocal (#34430) zeertzjq 2025-06-11 07:35:42 +08:00
  • 79ce71430f vim-patch:bfa1636: runtime(doc): update documentation on tabstop settings (#34433) zeertzjq 2025-06-11 07:53:35 +08:00
  • 8ea18de959 vim-patch:274efcc: runtime(vim): Update base-syntax, contain let-heredocs (#34431) zeertzjq 2025-06-11 07:35:59 +08:00
  • 612f8e7c9e vim-patch:9.1.1450: Session has wrong arglist with :tcd and :arglocal (#34430) zeertzjq 2025-06-11 07:35:42 +08:00
  • b0ced63e43 Merge pull request #34428 from zeertzjq/backport zeertzjq 2025-06-11 07:14:39 +08:00
  • cbc9d9b9c7 Merge pull request #34429 from zeertzjq/vim-9.1.1447 zeertzjq 2025-06-11 07:05:25 +08:00
  • 5075043823 vim-patch:9.1.1449: typo in pum_display() zeertzjq 2025-06-11 06:41:09 +08:00
  • ac772706cc vim-patch:9.1.1447: completion: crash when backspacing with fuzzy completion zeertzjq 2025-06-11 06:38:40 +08:00
  • 0eec4a8ecc fix(tui): wait for embedded server's exit code zeertzjq 2025-06-10 14:10:12 +08:00
  • 36c6f488e4 fix(terminal): fix OSC 8 parsing (#34424) Gregory Anders 2025-06-10 15:52:45 -05:00
  • b5aef05b8f fix(terminal): fix OSC 8 parsing (#34424) Gregory Anders 2025-06-10 15:52:45 -05:00
  • 228ff6e547 Merge pull request #34411 from zeertzjq/tui-crash zeertzjq 2025-06-10 23:27:14 +08:00
  • c2aa5fd915 test: :restart works on Windows zeertzjq 2025-06-10 17:52:42 +08:00
  • 2dba5abcb2 fix(tui): wait for embedded server's exit code zeertzjq 2025-06-10 14:10:12 +08:00
  • 5d0766ddce backport: feat(vim.fs): vim.fs.root() can control priority #34413 Siddhant Agarwal 2025-06-10 19:49:51 +05:30
  • b98eefd803 fix(shada): prevent 'nobuflisted' buffers in v:oldfiles #34373 glepnir 2025-06-10 21:50:16 +08:00
  • 93925fe020 vim-patch:446a98f: runtime(rpl): set commentstring option in ftplugin Christian Clason 2025-06-09 22:35:13 +02:00
  • 4387c26691 vim-patch:9e9fe66: runtime(postscr): set commentstring option in ftplugin Christian Clason 2025-06-09 22:35:00 +02:00
  • b7cb7fe51c vim-patch:de535cf: runtime(occam): set commentstring option in ftplugin Christian Clason 2025-06-09 22:34:53 +02:00
  • 5394320a67 vim-patch:df63097: runtime(lprolog): set com, cms options for lambda prolog Christian Clason 2025-06-09 22:34:38 +02:00
  • 2f167c53ac vim-patch:aa9fc8e: runtime(vue): set 'com' and 'cms' options in ftplugin Christian Clason 2025-06-09 22:34:05 +02:00
  • 2c80b05cbd vim-patch:9.1.1446: filetype: cuda-gdb config files are not recognized Christian Clason 2025-06-09 22:36:37 +02:00
  • bcba067dc2 vim-patch:9.1.1445: negative matchfuzzy scores although there is a match (#34409) zeertzjq 2025-06-10 08:47:14 +08:00
  • 7a58cf4b96 vim-patch:9.1.1443: potential buffer underflow in insertchar() (#34408) zeertzjq 2025-06-10 08:20:55 +08:00
  • 78e2f62516 vim-patch:9.1.1442: tests: Test_diff_fold_redraw() is insufficient (#34407) zeertzjq 2025-06-10 08:20:45 +08:00
  • 4fb36ea95f Merge pull request #34381 from zeertzjq/vim-9.1.1441 zeertzjq 2025-06-10 08:01:50 +08:00
  • 72f4bb9ae8 vim-patch:9.1.1444: Unused assignment in set_fuzzy_score() zeertzjq 2025-06-10 07:27:32 +08:00
  • bcfc22853a vim-patch:9.1.1441: completion: code can be improved zeertzjq 2025-06-08 22:46:20 +08:00
  • cb4559bc32 feat(lsp): workspace diagnostic support (#34262) Maria José Solano 2025-06-09 10:02:00 -07:00
  • d75ffa5934 feat(lsp): static registration support (#34371) Maria José Solano 2025-06-09 10:01:26 -07:00
  • a5f236291c fix(messages): single event for multi-expr :echo (#34393) luukvbaal 2025-06-09 18:58:31 +02:00
  • e876a739ee fix(messages): recognize cmdline one_key/number prompt State (#34206) luukvbaal 2025-06-09 18:57:28 +02:00
  • 2f0fbdaa48 feat(vim.fs): root() can specify "equal priority" #34276 Siddhant Agarwal 2025-06-09 22:01:37 +05:30
  • 718b3ffe74 docs(diagnostics): default keymaps #34400 Mtende 2025-06-09 17:44:01 +02:00
  • 2d980e37c8 docs(diagnostics): default keymaps #34400 Mtende 2025-06-09 17:44:01 +02:00
  • 336b46a879 fix(highlight): preserve background transparency in 'winblend' #34302 glepnir 2025-06-09 23:24:46 +08:00
  • 8fadb80b3a Merge #34361 skip flaky tests on cirrus CI Justin M. Keyes 2025-06-09 07:05:33 -07:00
  • 76d0206342 fix(api): count parameter in nvim_parse_cmd, nvim_cmd #34253 glepnir 2025-06-09 21:50:26 +08:00
  • ca9689858d ci: skip flaky fold test on freebsd/cirrus Justin M. Keyes 2025-06-09 15:45:39 +02:00
  • cbaca9fee7 ci: skip flaky cursor test on freebsd/cirrus Justin M. Keyes 2025-06-07 17:15:00 +02:00
  • 6f632a8615 fix(compositor): don't blend uninitialized background cells #34364 luukvbaal 2025-06-09 14:43:33 +02:00
  • 811e12cebc Merge pull request #34217 from bfredl/shadajump bfredl 2025-06-09 09:54:30 +02:00
  • 680d3770b1 refactor(shada): replace macros taking macros and code fragments bfredl 2025-05-28 16:58:26 +02:00
  • f2e60d000e fix: fn.exists() typos (#34390) phanium 2025-06-09 15:07:38 +08:00
  • 7184230e94 fix(treesitter): ensure window is valid in async parsing #34385 notomo 2025-06-09 08:44:40 +09:00
  • 58d85cd03d fix(treesitter): ensure window is valid in async parsing #34385 notomo 2025-06-09 08:44:40 +09:00