Commit Graph

  • 5d1fd4aca5 fix(lsp): improper diagnostic end_col computation Riley Bruins 2025-05-02 08:25:24 -07:00
  • cf73f21c07 fix(tui): don't try to add unsupported modifiers (#33799) zeertzjq 2025-05-03 12:09:28 +08:00
  • adbd33027f fix(tui): don't try to add unsupported modifiers (#33799) zeertzjq 2025-05-03 12:09:28 +08:00
  • e5e69f758d docs: add missing change to getcharstr() signature (#33797) zeertzjq 2025-05-03 08:10:13 +08:00
  • 862e676efc docs: add missing change to getcharstr() signature (#33797) zeertzjq 2025-05-03 08:10:13 +08:00
  • 901eeeb2e6 fix(lsp): use bufnr when getting clients in symbols_to_items (#33760) Maria José Solano 2025-05-02 14:30:02 -05:00
  • 6563c6bde7 fix(treesitter): close :InspectTree with q Christian Clason 2025-05-02 19:16:04 +02:00
  • 5a2edc483d fix(treesitter): close :InspectTree with q Christian Clason 2025-05-02 19:16:04 +02:00
  • 34c769dd89 fix(lsp): use bufnr when getting clients in symbols_to_items (#33760) Maria José Solano 2025-05-02 14:30:02 -05:00
  • 39a5b7f239 fix(extui): cmdline visibility, cmdheight cursor position (#33774) luukvbaal 2025-05-02 19:46:30 +02:00
  • c916bdf329 fix(extui): close message window with q Christian Clason 2025-05-02 17:31:09 +02:00
  • 8d6f016345 vim-patch:c3f48e3: runtime(abnf): include ABNF filetype plugin Christian Clason 2025-05-02 16:16:33 +02:00
  • 53b41ec7c2 Merge pull request #33776 from zeertzjq/vim-9.1.1359 zeertzjq 2025-05-02 22:17:01 +08:00
  • da3eeb4b32 vim-patch:9.1.1360: filetype: GNU Radio companion files are not recognized zeertzjq 2025-05-02 21:50:17 +08:00
  • 074a6abd55 vim-patch:9.1.1359: filetype: GNU Radio config files are not recognized zeertzjq 2025-05-02 21:45:57 +08:00
  • 0741d2520d feat(messages): hl-StderrMsg, hl-StdoutMsg #33429 Sathya Pramodh 2025-05-02 18:36:55 +05:30
  • 3c7c824bdc fix(extui): check option values after VimEnter (#33768) luukvbaal 2025-05-02 13:13:12 +02:00
  • 465c181581 fix(tui): forward C0 control codes literally (#33759) zeertzjq 2025-05-02 17:40:24 +08:00
  • 710d561f88 fix(vim.lsp.enable): don't eagerly enable LSP configs during startup #33762 Phạm Bình An 2025-05-02 16:05:18 +07:00
  • 4b5364b423 fix(tui): forward C0 control codes literally (#33759) zeertzjq 2025-05-02 17:40:24 +08:00
  • 1fb0126a08 fix(vim.lsp.enable): don't eagerly enable LSP configs during startup #33762 Phạm Bình An 2025-05-02 16:05:18 +07:00
  • 2c1c0b7af5 feat(ui): ext_cmdline/messages for the TUI #27855 luukvbaal 2025-05-02 11:02:02 +02:00
  • da401ca25b Merge pull request #28344 from bfredl/wonderland bfredl 2025-05-02 10:34:25 +02:00
  • 1f004970f0 feat(build): build.zig MVP: build and run functionaltests on linux bfredl 2025-03-11 14:01:55 +01:00
  • ce8b755a86 vim-patch:1c58019: runtime(vim): Update base-syntax, improve enum highlighting (#33758) zeertzjq 2025-05-02 07:26:38 +08:00
  • dd71a21463 vim-patch:f57c065: runtime(sh): Update syntax, highlight escaped chars in test expressions (#33757) zeertzjq 2025-05-02 07:25:58 +08:00
  • 0b3c76502c vim-patch:83cb817: runtime(doc): update example ctags program and links brianhuster 2025-05-02 00:03:02 +07:00
  • 65a4c8f3ca vim-patch:9.1.1357: Vim incorrectly escapes tags with "[" in a help buffer brianhuster 2025-05-01 23:16:57 +07:00
  • abc96ba0ce fix(lsp): handle nil buffer state in documentColor clear (#33746) Maria José Solano 2025-05-01 12:15:32 -05:00
  • d1fed989f2 refactor: move StringBuilder to types_defs.h (#33745) Gregory Anders 2025-05-01 10:06:08 -05:00
  • d567f899ef fix(diagnostic): allow virtual_{lines,text} cursor exclusivity #33517 Michael Clayton 2025-05-01 06:54:39 -04:00
  • 81233a41d7 fix(display): adjust setting winline info for concealed lines (#33717) luukvbaal 2025-05-01 09:51:51 +02:00
  • 97a6259442 fix(display): adjust setting winline info for concealed lines (#33717) luukvbaal 2025-05-01 09:51:51 +02:00
  • c4b9bdbdf4 feat(lsp): start/stop LSPs as necessary during vim.lsp.enable() #33702 Jeremy Fleischman 2025-04-30 16:57:29 -07:00
  • edc8e9f40a Merge pull request #33738 from zeertzjq/vim-fa8b7db zeertzjq 2025-05-01 08:07:14 +08:00
  • 4bc7bac884 feat(lsp): start/stop LSPs as necessary during vim.lsp.enable() #33702 Jeremy Fleischman 2025-04-30 16:57:29 -07:00
  • fae4abd2f4 vim-patch:ff3d4b2: runtime(doc): document that :b cannot handle buffer names starting with "+" zeertzjq 2025-05-01 07:45:17 +08:00
  • b38525f65c vim-patch:fb08192: runtime(doc): clarify the use of 'tagfunc', update a comment in tags.c zeertzjq 2025-05-01 07:43:24 +08:00
  • ad48cccaa8 vim-patch:partial:fa8b7db: runtime(doc): tweak documentation style in options.txt zeertzjq 2025-05-01 07:39:36 +08:00
  • 560c6ca947 fix(trust): support for trusting directories #33735 Jeremy Fleischman 2025-04-30 14:35:41 -07:00
  • 71f3a9c590 feat(terminal): parse current buffer contents in nvim_open_term() (#33720) Gregory Anders 2025-04-30 16:34:23 -05:00
  • 4b6caa913c fix(cmdline): do not move UI cursor when entering cmdline #33729 luukvbaal 2025-04-30 13:51:14 +02:00
  • 0fbc78caa1 Merge #33734 from justinmk/release Justin M. Keyes 2025-04-30 07:21:21 -07:00
  • 533ec6d492 feat(lsp): root_markers can control priority Lorenzo Bellina 2025-04-30 15:43:32 +02:00
  • 9dfb429e93 test: drop redundant clear() #33654 Justin M. Keyes 2025-04-26 09:42:13 -07:00
  • 051e14d347 test: drop redundant clear() #33647 Justin M. Keyes 2025-04-26 09:39:32 -07:00
  • 714622fb45 docs: lsp, lua #33682 Justin M. Keyes 2025-04-27 15:44:11 -07:00
  • 6577d72d81 feat(lsp): root_markers can control priority #33485 Lorenzo Bellina 2025-04-30 15:43:32 +02:00
  • f27fb737ce Merge pull request #33727 from bfredl/bordergrid bfredl 2025-04-30 13:56:32 +02:00
  • 0015a105ca fix(cmdline): do not move UI cursor when entering cmdline #33729 luukvbaal 2025-04-30 13:51:14 +02:00
  • 272dba7f07 fix(trust): support for trusting directories #33617 Jeremy Fleischman 2025-04-30 04:20:39 -07:00
  • f02484118c fix(ui): correct condition for "wrap" flag in a floating grid bfredl 2025-04-30 11:49:47 +02:00
  • 0ab0cdb2da vim-patch:910bfd5: runtime(java): Consent to HTML tags folding in Javadoc comments (#33718) zeertzjq 2025-04-30 06:29:10 +08:00
  • 99e754ae02 fix(terminal): remove condition that buf is curbuf (#33721) Gregory Anders 2025-04-29 16:35:27 -05:00
  • 08c484f2ca feat(ui): use builtin completion popupmenu with ext_cmdline (#31269) luukvbaal 2025-04-29 15:55:00 +02:00
  • 9bbbeb60e3 feat(ui): no delay for errors with ext_messages (#33693) luukvbaal 2025-04-29 15:45:40 +02:00
  • 4296511087 fix(tui): don't process UI events when suspending or stopping (#33710) zeertzjq 2025-04-29 17:37:54 +08:00
  • c35dde03c8 fix(tui): don't process UI events when suspending or stopping (#33710) zeertzjq 2025-04-29 17:37:54 +08:00
  • ffb93d9883 Merge pull request #33667 from glepnir/vim-9.1.1341 zeertzjq 2025-04-29 14:59:32 +08:00
  • e7e665b489 vim-patch:ffc89e4 runtime(doc): clarify complete_match() and 'isexpand' option glepnir 2025-04-28 14:03:52 +08:00
  • c489b5a3e3 test(lua/secure_spec): avoid magic number (#33700) zeertzjq 2025-04-29 09:44:54 +08:00
  • 7692a62b75 Merge pull request #33698 from zeertzjq/vim-9.1.1349 zeertzjq 2025-04-29 07:48:18 +08:00
  • d107375f0c vim-patch:9.1.1353: missing change from v9.1.1350 zeertzjq 2025-04-29 07:14:58 +08:00
  • afcc4e95d5 vim-patch:9.1.1351: Return value of getcmdline() inconsistent in CmdlineLeavePre zeertzjq 2025-04-29 07:13:51 +08:00
  • c64cada12e vim-patch:9.1.1350: tests: typo in Test_CmdlineLeavePre_cabbr() zeertzjq 2025-04-29 07:13:39 +08:00
  • d75410b091 vim-patch:9.1.1349: CmdlineLeavePre may trigger twice zeertzjq 2025-04-29 06:50:53 +08:00
  • 43f3c4a48f Merge pull request #33481 from bfredl/gridview bfredl 2025-04-28 12:07:54 +02:00
  • bd413a2f55 refactor(ui): separate types for allocated grids and viewports bfredl 2025-04-15 13:19:08 +02:00
  • 317a897c46 vim-patch:b9ffbf5: runtime(vim): Update base-syntax, fix inline Vim9 dict comments at SOL (#33686) zeertzjq 2025-04-28 08:14:42 +08:00
  • f9c7a69cec Revert "fix(desktop): cannot open filename with spaces using OS file manager" #33684 Justin M. Keyes 2025-04-27 15:49:00 -07:00
  • ce097c5091 Merge #33542 shada improvements Justin M. Keyes 2025-04-27 16:15:30 -07:00
  • fa292e6f61 docs: lsp, emoji, startup #33683 Justin M. Keyes 2025-04-27 16:00:36 -07:00
  • 07a207a5f1 Revert "fix(desktop): cannot open filename with spaces using OS file manager" #33684 Justin M. Keyes 2025-04-27 15:49:00 -07:00
  • 644c618825 docs: lsp, lua #33682 Justin M. Keyes 2025-04-27 15:44:11 -07:00
  • bc66a5ff6f Merge pull request #33680 from justinmk/release Justin M. Keyes 2025-04-27 15:32:22 -07:00
  • 36dbd2686f fix(shada): don't add '0' mark if f0 in 'shada' Andre Toerien 2025-04-19 14:57:13 +02:00
  • 1f503ac7c0 fix(shada): don't store empty replacement string Andre Toerien 2025-04-19 14:55:39 +02:00
  • 52a4bc4548 docs: lsp, emoji, startup #33446 Justin M. Keyes 2025-04-27 13:40:46 -07:00
  • f25f6c8d13 feat(health): summary in section heading #33388 Yochem van Rosmalen 2025-04-09 13:13:20 +02:00
  • a6591950f6 fix(shada): don't store search and sub patterns if /0 in 'shada' Andre Toerien 2025-04-19 14:54:02 +02:00
  • 71455173b4 feat(shada): don't store jumplist if '0 in 'shada' Andre Toerien 2025-04-19 14:47:44 +02:00
  • ad7211ac8f feat(checkhealth): trigger FileType event after showing report Justin M. Keyes 2025-04-27 10:32:25 -07:00
  • 82b844fefe fix(lsp): fallback to empty capability_path in supports_registration Maria José Solano 2025-04-27 10:14:41 -07:00
  • 181df60533 fix(lsp): remove unused ns field Maria José Solano 2025-04-27 10:13:22 -07:00
  • 95ee908c40 docs: backport #33549 and #33524 to 0.11 (#33678) Justin M. Keyes 2025-04-27 10:33:37 -07:00
  • 63323a9c81 feat(checkhealth): trigger FileType event after showing report #33677 Justin M. Keyes 2025-04-27 10:32:25 -07:00
  • d68d212ad4 docs: provide example_init.lua #33524 Phạm Bình An 2025-04-27 22:11:02 +07:00
  • b98aefc584 fix(lsp): properly handle documentColor from multiple servers #33656 Maria José Solano 2025-04-27 09:58:10 -07:00
  • ef16a02a76 test: feed_command is deprecated #33674 Justin M. Keyes 2025-04-27 09:46:53 -07:00
  • e991133058 fix: remove unnecessary nvim -l from gen command #33676 Maria José Solano 2025-04-27 09:46:19 -07:00
  • 3273c595c0 vim-patch:829eda7: runtime(new-tutor): update tutor and correct comandline completion brianhuster 2025-04-14 00:58:04 +07:00
  • 86b34ad073 docs: provide example_init.lua #33524 Phạm Bình An 2025-04-27 22:11:02 +07:00
  • a167800f1c vim-patch:partial:fbe4a8f: runtime(doc): Fix notation of "Vim script" and "Vim9 script" (#33673) zeertzjq 2025-04-27 22:06:16 +08:00
  • 3db39ed21f fix(runtime): cpoptions is reset in Lua file #33671 Phạm Bình An 2025-04-27 18:55:15 +07:00
  • 923efaea28 fix(runtime): cpoptions is reset in Lua file #33671 Phạm Bình An 2025-04-27 18:55:15 +07:00
  • c2fc867843 Merge #33660 from MariaSolOs/supports-dynamic Justin M. Keyes 2025-04-27 04:34:05 -07:00
  • 31e31273bc vim-patch:9.1.1344: double free in f_complete_match() (after v9.1.1341) glepnir 2025-04-27 15:03:32 +08:00
  • fcabbc2283 vim-patch:9.1.1341: cannot define completion triggers glepnir 2025-04-26 13:06:43 +08:00
  • d6fffe6b32 fix(lsp): access correct client capability path in supports_registration Maria José Solano 2025-04-26 18:28:56 -07:00
  • 66339e0641 feat(lsp): generate method to client capability map Maria José Solano 2025-04-26 18:24:39 -07:00