Commit Graph

  • 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
  • d2dad30898 vim-patch:9.1.1439: Last diff folds not merged (#34380) zeertzjq 2025-06-09 06:57:54 +08:00
  • 2b79d9ba1a vim-patch:9.1.1437: MS-Windows: internal compile error in uc_list() (#34379) zeertzjq 2025-06-09 06:57:31 +08:00
  • d9b9514e8e fix(startup): make startup windows if there are only floating windows (#34349) luukvbaal 2025-06-08 23:30:27 +02:00
  • dfeec113be fix(treesitter): support multiple @injection.content captures Riley Bruins 2025-06-06 16:00:18 -07:00
  • 8b41df185c fix(treesitter): support multiple @injection.content captures Riley Bruins 2025-06-06 16:00:18 -07:00
  • 775e845d59 vim-patch:80a7921: runtime(nginx): Add NGINX directive for background cache updates Christian Clason 2025-06-08 16:20:27 +02:00
  • e21c54000e test: remove unnecessary line breaks #34369 glepnir 2025-06-08 18:26:45 +08:00
  • 8183eb32e1 fix(treesitter): scope highlight state per window Riley Bruins 2025-06-06 09:48:43 -07:00
  • 00bec1fd90 vim-patch:partial:8f7256a (#34368) zeertzjq 2025-06-08 09:59:02 +08:00
  • 03bfc4e8d3 Merge pull request #34366 from zeertzjq/vim-1cccdeb zeertzjq 2025-06-08 09:57:49 +08:00
  • a1fc8bc17c vim-patch:834bb85: runtime(vim): vimHLGroup is not highlighted correctly zeertzjq 2025-06-08 08:39:12 +08:00
  • a118597290 vim-patch:6acca4b: runtime(vim): remove trailing whitespace in Vim syntax generator zeertzjq 2025-06-08 08:38:39 +08:00
  • 21a2411763 vim-patch:1cccdeb: runtime(vim): Update base-syntax, improve Vim9 block start pattern zeertzjq 2025-06-08 08:38:19 +08:00
  • 52c61d9690 feat: make :restart work for remote UI (#34354) zeertzjq 2025-06-08 06:10:34 +08:00
  • faae1e72a2 fix(treesitter): scope highlight state per window #34347 Riley Bruins 2025-06-07 09:27:46 -07:00
  • 96a0e5f265 docs: lua, UI events #34261 Justin M. Keyes 2025-06-07 07:49:04 -07:00
  • 8d3b7b57c8 fix(api): update topline when flushing with nvim__redraw() (#34346) luukvbaal 2025-06-07 11:24:24 +02:00
  • c8c78b531b fix(startup): make startup windows if there are only floating windows (#34349) luukvbaal 2025-06-07 11:24:51 +02:00
  • af82f36108 fix(api): update topline when flushing with nvim__redraw() (#34346) luukvbaal 2025-06-07 11:24:24 +02:00
  • c0201909c7 test(tui_spec): avoid dangling process in OSC 52 test (#34356) zeertzjq 2025-06-07 16:53:00 +08:00
  • 22389159f5 test(tui_spec): avoid dangling process in OSC 52 test (#34356) zeertzjq 2025-06-07 16:53:00 +08:00
  • a03057560a test(treesitter): test node access after tree edit Rodrigodd 2025-06-05 21:28:28 -03:00
  • 95e5c9f33e refactor(treesitter): avoid unnecessarily copying tree Rodrigodd 2025-06-04 19:26:54 -03:00
  • 07d9197840 fix(treesitter): ensure TSNode's tree is immutable Rodrigodd 2025-06-03 21:53:58 -03:00
  • bf1d4e9793 fix(messages): capture execute("messages") with ext_messages (#34342) luukvbaal 2025-06-06 16:45:30 +02:00
  • 3b6084ddf4 fix: type fixes Lewis Russell 2025-06-05 11:31:51 +01:00
  • 4c333fdbb7 test(treesitter): test node access after tree edit Rodrigodd 2025-06-05 21:28:28 -03:00
  • 744674900f refactor(treesitter): avoid unnecessarily copying tree Rodrigodd 2025-06-04 19:26:54 -03:00
  • 99e6294819 fix(treesitter): ensure TSNode's tree is immutable Rodrigodd 2025-06-03 21:53:58 -03:00
  • c13eba5254 fix(lsp): only auto-detach lsp.config enabled clients #34325 Kai-Hsiang Hsu 2025-06-06 21:26:50 +08:00
  • cb036cae5f fix(extui): use visible to determine active "more" (#34327) luukvbaal 2025-06-06 16:04:45 +02:00
  • e5c5b563ec fix(lsp): only auto-detach lsp.config enabled clients #34325 Kai-Hsiang Hsu 2025-06-06 21:26:50 +08:00
  • 3165e94a64 fix(api): ensure win_get_config() "border" is reciprocal (#34322) luukvbaal 2025-06-06 12:40:57 +02:00
  • 9f505b4d0f refactor: make two functions used only in memory.c static (#34339) zeertzjq 2025-06-06 13:49:22 +08:00
  • 60d0b7d0c3 fix(diff): fix incorrect item size of dout_ga (#34338) zeertzjq 2025-06-06 12:34:28 +08:00
  • d32a4dd4b0 vim-patch:9.1.1404: wrong link to Chapter 2 in new-tutor brianhuster 2025-05-23 08:40:01 +07:00
  • 7ef602d470 vim-patch:2323f22: runtime(new-tutor): add chapter two to the interactive tutorial brianhuster 2025-05-23 08:07:25 +07:00
  • 9d8c5119e2 vim-patch:eb59129: runtime(typescript): remove Fixedgq() function from indent script (#34334) Phạm Bình An 2025-06-06 06:47:55 +07:00
  • 552983515f vim-patch:9.1.1435: completion: various flaws in fuzzy completion (#34335) zeertzjq 2025-06-06 10:46:01 +08:00
  • 4e71d3bfab vim-patch:eb59129: runtime(typescript): remove Fixedgq() function from indent script (#34334) Phạm Bình An 2025-06-06 06:47:55 +07:00
  • a9f544b712 Merge pull request #34333 from zeertzjq/vim-9.1.1431 zeertzjq 2025-06-06 06:57:51 +08:00
  • 6171ab7f4e vim-patch:9.1.1433: Unnecessary :if when writing session zeertzjq 2025-06-06 06:36:50 +08:00
  • f89381e05c vim-patch:9.1.1431: Hit-Enter Prompt when loading session files zeertzjq 2025-06-06 06:36:33 +08:00
  • 2b21c9c23f fix(diagnostic): ensure autocmd always is always sent diagnostics Lewis Russell 2025-06-05 12:24:33 +01:00
  • b6b35cb557 vim-patch:bb78ea2: runtime(mbsync): Add support for TLSType in syntax script Christian Clason 2025-06-04 22:30:48 +02:00
  • f7b1b0595d fix(menu): fix listing of submenus (#34315) zeertzjq 2025-06-05 09:18:00 +08:00
  • 1c417b565e vim-patch:9.1.1432: GTK GUI: Buffer menu does not handle unicode correctly (#34313) zeertzjq 2025-06-05 09:19:22 +08:00
  • 5e470c7af5 fix(menu): fix listing of submenus (#34315) zeertzjq 2025-06-05 09:18:00 +08:00
  • b16dc698cf Merge pull request #34312 from zeertzjq/vim-d6c9ac9 zeertzjq 2025-06-05 07:05:27 +08:00
  • a5bbdbb5d5 vim-patch:dfed077: runtime(doc): fix small errors from rev 2090405de5bb66facc29c74 zeertzjq 2025-06-05 06:31:58 +08:00
  • 038fb30ece vim-patch:d6c9ac9: runtime(doc): clarify the effect of 'smarttab' zeertzjq 2025-06-05 06:28:16 +08:00
  • 5e4700152b fix(extui): copy window config to new tabpage (#34308) luukvbaal 2025-06-04 19:59:36 +02:00
  • 03832842d5 build(deps): bump tree-sitter to v0.25.6 Christian Clason 2025-06-04 18:33:06 +02:00
  • 25a869a097 Merge pull request #34305 Justin M. Keyes 2025-06-04 10:20:05 -07:00
  • 243c15ea83 ci(release): drop manual shasum collection Christian Clason 2025-06-04 17:32:24 +02:00
  • 33cec55a26 refactor(windows): redundant icon messages #34274 Emanuel Krollmann 2025-06-04 16:11:01 +02:00
  • e0ddf93bb0 fix(windows): don't set window icon on SIGHUP #34260 Emanuel Krollmann 2025-06-02 00:23:42 +02:00
  • f577bb024e docs: getreg() type #34215 phanium 2025-06-05 00:26:56 +08:00
  • 442dade5be ci(release): drop manual shasum collection Christian Clason 2025-06-04 17:32:24 +02:00
  • 7e393ff4f2 refactor(windows): redundant icon messages #34274 Emanuel Krollmann 2025-06-04 16:11:01 +02:00
  • dd9ac565d8 Merge pull request #34294 from glepnir/vim-9.1.1426 zeertzjq 2025-06-04 13:46:19 +08:00
  • 97ca92f9dd vim-patch:9.1.1428: completion: register completion needs cleanup glepnir 2025-06-04 07:22:39 +08:00
  • 3d1f907912 vim-patch:2090405: runtime(doc): make examples verbatim to prevent conceal/tag parsing (#34299) Yochem van Rosmalen 2025-06-03 23:55:24 +02:00
  • 533cc0ab35 fix(vim.diagnostic): improve typing Lewis Russell 2025-06-02 13:44:00 +01:00
  • 9641ad9369 fix(diagnostics): diagnostic just after EOL is not highlighted #34085 Sergei Slipchenko 2025-06-03 18:22:36 +04:00
  • 3991f14621 fix(glob): handling commas in letter pattern #34170 Brynne Taylor 2025-06-03 21:36:44 +08:00
  • aa6136f956 fix(api): adjust fix for reconfiguring float "relative" (#34287) luukvbaal 2025-06-03 13:27:07 +02:00
  • eeacd7bd71 fix(api): adjust fix for reconfiguring float "relative" (#34287) luukvbaal 2025-06-03 13:27:07 +02:00
  • eb10852804 vim-patch:9.1.1426: completion: register contents not completed glepnir 2025-06-03 14:48:53 +08:00
  • ee84518b94 fix(excmd): don't allow range or args for :detach/:restart (#34280) zeertzjq 2025-06-03 09:03:43 +08:00
  • 222b3d5021 vim-patch:bfeefc4: runtime(doc): clarify the effect of exclusive single char selections (#34289) zeertzjq 2025-06-03 07:54:29 +08:00
  • 049877d379 fix(tui): make :restart use new size after terminal resize (#34282) zeertzjq 2025-06-03 08:18:04 +08:00
  • 304a9baebd vim-patch:3993cd6: runtime(vim): Update base-syntax, bug fixes (#34288) zeertzjq 2025-06-03 07:58:11 +08:00
  • aa4fa24963 vim-patch:bfeefc4: runtime(doc): clarify the effect of exclusive single char selections (#34289) zeertzjq 2025-06-03 07:54:29 +08:00
  • 9c9c7ae30f Merge pull request #34247 from zeertzjq/vim-9.1.1301 zeertzjq 2025-06-03 07:00:25 +08:00
  • 525c02a89f vim-patch:9.1.1424: PMenu selection broken with multi-line selection and limits zeertzjq 2025-06-02 14:41:02 +08:00