Commit Graph

  • 06df3e0c0d fix(cmdline): avoid empty @: register after :<CR> (#33126) luukvbaal 2025-03-28 19:48:17 +01:00
  • f4ee0ab2f1 fix(cmdline): avoid empty @: register after :<CR> (#33126) luukvbaal 2025-03-28 19:48:17 +01:00
  • a9afa6b152 fix(lsp): warn on missing config in :checkhealth #33087 Micah Halter 2025-03-28 08:46:10 -04:00
  • 5554fcc286 fix(lsp): warn on missing config in :checkhealth #33087 Micah Halter 2025-03-28 08:46:10 -04:00
  • bbf912d72f fix(provider)!: drop Python 3.7, 3.8 support #33088 v1nh1shungry 2025-03-28 19:49:10 +08:00
  • 53def2a877 fix(cmdline): empty ext_cmdline block events for :<CR> #33118 luukvbaal 2025-03-28 12:52:57 +01:00
  • 95ab723995 fix(cmdline): empty ext_cmdline block events for :<CR> #33118 luukvbaal 2025-03-28 12:52:57 +01:00
  • ade58885c4 fix(provider)!: drop Python 3.7, 3.8 support #33088 v1nh1shungry 2025-03-28 19:49:10 +08:00
  • 75cbd9a8ae refactor(treesitter): simplify injection retrieval #33104 Riley Bruins 2025-03-28 04:38:47 -07:00
  • c61e8c6e70 fix(mouse): crash with click on win-separator in statusline (#33091) Shadman 2025-03-28 13:09:02 +06:00
  • 18fa61049a fix(mouse): crash with click on win-separator in statusline (#33091) Shadman 2025-03-28 13:09:02 +06:00
  • edb9d0d21e Merge pull request #33086 from zeertzjq/vim-9.1.1243 zeertzjq 2025-03-28 15:07:20 +08:00
  • e2e0f92f17 vim-patch:9.1.1246: coverity complains about some changes in v9.1.1243 zeertzjq 2025-03-28 14:45:35 +08:00
  • 2331c52aff vim-patch:9.1.1243: diff mode is lacking for changes within lines zeertzjq 2025-03-27 09:24:26 +08:00
  • 6514e2c7ba vim-patch:9.1.1247: fragile setup to get (preferred) keys from key_name_entry (#33102) zeertzjq 2025-03-28 08:08:36 +08:00
  • ae98d0a560 vim-patch:9.1.1247: fragile setup to get (preferred) keys from key_name_entry (#33102) zeertzjq 2025-03-28 08:08:36 +08:00
  • 59e02ee93b Merge pull request #33101 from zeertzjq/vim-052b86b zeertzjq 2025-03-28 08:06:12 +08:00
  • 06c2886569 fix(health): message should mention "vim.provider" #33095 Eisuke Kawashima 2025-03-28 08:19:54 +09:00
  • d96a685fae vim-patch:f9f4e27: runtime(hyprlang): save and restore cpo setting in syntax script zeertzjq 2025-03-28 07:21:52 +08:00
  • 558de3d9ad vim-patch:052b86b: runtime(solidity): update syntax script with error definitions zeertzjq 2025-03-28 07:21:36 +08:00
  • 07f048a8d7 fix(health): message should mention "vim.provider" #33095 Eisuke Kawashima 2025-03-28 08:19:54 +09:00
  • e1f1386d5e Merge pull request #33098 from zeertzjq/vim-9.1.1245 zeertzjq 2025-03-28 07:15:33 +08:00
  • e4172bcbdf vim-patch:9.1.1249: tests: no test that 'listchars' "eol" doesn't affect "gM" zeertzjq 2025-03-28 06:56:08 +08:00
  • b20fc95c1a vim-patch:9.1.1245: need some more tests for curly braces evaluation zeertzjq 2025-03-28 06:55:56 +08:00
  • 2cd735d159 fix(display): scroll logic does not take into account concealed topline (#33054) luukvbaal 2025-03-27 12:51:57 +01:00
  • d01d476480 refactor(eval): move diff functions to diff.c (#33085) zeertzjq 2025-03-27 21:35:20 +08:00
  • ccb078bbb0 fix(ui): wincmd _ should not increase 'cmdheight' above 0 (#33056) luukvbaal 2025-03-27 12:52:46 +01:00
  • 703f4037c4 fix(ui): wincmd _ should not increase 'cmdheight' above 0 (#33056) luukvbaal 2025-03-27 12:52:46 +01:00
  • ce0c0c31a0 fix(display): scroll logic does not take into account concealed topline (#33054) luukvbaal 2025-03-27 12:51:57 +01:00
  • 424d30fe97 fix(ui): send multigrid message position and size when the UI is refreshed Fred Sundvik 2025-02-14 17:26:57 +07:00
  • c5044bd021 vim-patch:51a06ec: runtime(sh): consider sh as POSIX shell by default (#33078) zeertzjq 2025-03-27 11:22:22 +08:00
  • 750e1836af vim-patch:9.1.1224: cannot :put while keeping indent (#33076) zeertzjq 2025-03-27 09:06:46 +08:00
  • 8f40ffdb92 Merge pull request #32953 from glepnir/vim-9.1.1214 zeertzjq 2025-03-27 08:54:32 +08:00
  • 797195e0ea vim-patch:9.1.1219: Strange error with wrong type for matchfuzzy() "camelcase" zeertzjq 2025-03-27 08:21:08 +08:00
  • f9280cde0a vim-patch:9.1.1217: tests: typos in test_matchfuzzy.vim zeertzjq 2025-03-27 08:20:01 +08:00
  • 162edf7b30 vim-patch:9.1.1214: matchfuzzy() can be improved for camel case matches glepnir 2025-03-18 15:44:45 +08:00
  • ce590e2077 Merge pull request #30189 from zeertzjq/vim-9.1.0598 zeertzjq 2025-03-27 08:02:45 +08:00
  • 0af780e8df vim-patch:9.1.1228: completion: current position column wrong after got a match zeertzjq 2025-03-22 06:32:49 +08:00
  • e39cdafed9 vim-patch:9.1.1201: 'completefuzzycollect' does not handle dictionary correctly zeertzjq 2025-03-14 07:42:54 +08:00
  • 5975ddbdb8 vim-patch:1dc731a: runtime(doc): make :h 'completefuzzycollect' a bit clearer zeertzjq 2025-03-14 06:33:35 +08:00
  • 28f6199474 vim-patch:9.1.1197: process_next_cpt_value() uses wrong condition zeertzjq 2025-03-13 07:08:25 +08:00
  • cd95ea5d48 vim-patch:9.1.1185: endless loop with completefuzzycollect and no match found zeertzjq 2025-03-09 06:23:25 +08:00
  • 10fde593f1 vim-patch:9.1.1182: No cmdline completion for 'completefuzzycollect' zeertzjq 2025-03-08 05:58:00 +08:00
  • 17db70f3af vim-patch:9.1.1181: Unnecessary STRLEN() calls in insexpand.c zeertzjq 2025-03-08 05:55:28 +08:00
  • 90d59e6c8a vim-patch:9.1.1178: not possible to generate completion candidates using fuzzy matching zeertzjq 2025-03-07 08:18:33 +08:00
  • 3029357520 vim-patch:9.1.1131: potential out-of-memory issue in search.c zeertzjq 2025-02-22 07:32:40 +08:00
  • c17caca9b7 vim-patch:9.1.1008: tests: test for patch 9.1.1006 doesn't fail without the patch zeertzjq 2025-01-12 16:35:07 +08:00
  • 44f70b4be1 vim-patch:9.1.1006: PmenuMatch completion highlight can be combined zeertzjq 2025-01-12 07:34:11 +08:00
  • fbac254511 vim-patch:9.1.0733: keyword completion does not work with fuzzy zeertzjq 2024-09-16 09:10:51 +08:00
  • bf62672d59 vim-patch:26e4b00: runtime(doc): Revert outdated comment in completeopt's fuzzy documentation zeertzjq 2024-09-11 06:04:57 +08:00
  • 767a52ba30 vim-patch:9.1.0705: Sorting of fuzzy filename completion is not stable zeertzjq 2024-09-01 06:22:37 +08:00
  • f4ddbaeb9e vim-patch:9.1.0654: completion does not respect completeslash with fuzzy zeertzjq 2024-08-30 16:43:31 +08:00
  • d9f4c1db23 vim-patch:9.1.0634: Ctrl-P not working by default zeertzjq 2024-08-30 16:42:38 +08:00
  • 9757b11aaf vim-patch:9.1.0631: wrong completion list displayed with non-existing dir + fuzzy completion zeertzjq 2024-08-30 16:34:01 +08:00
  • a9aedfbc58 vim-patch:9.1.0605: internal error with fuzzy completion zeertzjq 2024-08-30 16:22:08 +08:00
  • d5a6040967 vim-patch:9.1.0598: fuzzy completion does not work with default completion zeertzjq 2024-08-30 15:37:24 +08:00
  • 9acb52c8f3 refactor(diagnostic)!: remove deprecated diagnostic APIs (#33072) Gregory Anders 2025-03-26 13:56:23 -05:00
  • c5f3b4ca02 revert: "refactor(tui): disable kitty key event reporting" Christian Clason 2025-03-16 12:04:27 +01:00
  • c46b7ab9a3 docs: news 0.12 #33065 Justin M. Keyes 2025-03-26 07:50:46 -07:00
  • 5e4365b83d version bump Justin M. Keyes 2025-03-26 15:13:05 +01:00
  • 2e68e9c051 fix: temporarily disable 0.12 deprecation tests Justin M. Keyes 2025-03-26 14:19:47 +01:00
  • 0926098e9d version bump Justin M. Keyes 2025-03-26 14:49:03 +01:00
  • a99c469e54 NVIM v0.11.0 v0.11.0 Justin M. Keyes 2025-03-26 14:48:09 +01:00
  • 6566b66f65 docs(lsp): completion.enable #33063 Mathias Fußenegger 2025-03-26 14:43:40 +01:00
  • 8a7e1b19b9 docs: news, lsp autocomplete #33047 Justin M. Keyes 2025-03-26 05:49:48 -07:00
  • 6b00c9acfd fix(lua): no omni/cmdline completion for vim.env (#33044) Phạm Bình An 2025-03-26 06:35:12 +07:00
  • a3b4743b43 vim-patch:9.1.1238: wrong cursor column with 'set splitkeep=screen' (#33060) zeertzjq 2025-03-26 06:58:36 +08:00
  • d32780de4d fix(mswin): UI may hang on exit Justin M. Keyes 2025-03-24 18:24:07 +01:00
  • c1ac55ba45 vim-patch:9.1.1236: tests: test_comments leaves swapfiles around (#33050) zeertzjq 2025-03-25 08:05:22 +08:00
  • 5719f2b91a build: fix uncrustify install in nix devShell (#33020) Matthieu Coudron 2025-03-24 22:15:22 +01:00
  • 76eca62137 Merge #33043 redundar channel_close() Justin M. Keyes 2025-03-24 10:15:35 -07:00
  • c49162be59 fix(channel): log after (not before) channel-close Justin M. Keyes 2025-03-24 17:48:19 +01:00
  • e73a3f1edc refactor(channel): redundant channel_close() Justin M. Keyes 2025-03-24 17:38:34 +01:00
  • c4e9ff30a6 fix(treesitter): sync queries with upstream Christian Clason 2025-03-24 16:24:37 +01:00
  • 563051a53e feat(clipboard): support g:clipboard="osc52" #33021 Andrei Heidelbacher 2025-03-24 13:17:56 +01:00
  • af4231d407 fix(cmdline): cmdline completion of _defer_require() modules #33007 phanium 2025-03-24 20:14:22 +08:00
  • c982608226 test(checkhealth): nested path 'runtimepath' #33034 phanium 2025-03-24 07:30:08 +08:00
  • 958df63606 test(log): use tempfile for expected error logs #33017 luukvbaal 2025-03-24 00:12:50 +01:00
  • 9516997eb0 fix(paste): wrong '[ mark after pasting a big string (streamed chunks) #33025 Au. 2025-03-24 07:10:42 +08:00
  • 2eddd6f7c0 vim-patch:9.1.1231: filetype: SPA JSON files are not recognized Christian Clason 2025-03-23 10:37:59 +01:00
  • f4d9a2983a build(release.sh): fix hang when generating docs (#33026) zeertzjq 2025-03-22 22:39:31 +08:00
  • 4d9a1b9852 feat(provider/python)!: add python 3.13, drop 3.7 and 3.8 (EOL) #33022 Eisuke Kawashima 2025-03-22 23:20:46 +09:00
  • 5187be81c2 fix(lsp): handle using array as open_floating_preview title (#33016) Au. 2025-03-22 10:43:06 +08:00
  • b165ad0671 build(deps): bump tree-sitter-vim to v0.5.0 Christian Clason 2025-03-21 17:31:34 +01:00
  • 0ff630bfad build(deps): bump tree-sitter-markdown to v0.4.1 Christian Clason 2025-03-21 17:31:22 +01:00
  • 10c0f6257a build(deps): bump tree-sitter-lua to v0.3.0 Christian Clason 2025-03-21 17:30:57 +01:00
  • e0cd8cfba4 docs: misc (#32928) dundargoc 2025-03-21 12:28:29 +01:00
  • 264b4303a0 docs: LSP completion #33006 Justin M. Keyes 2025-03-21 03:34:28 -07:00
  • c908c2560d fix(log): unify error messages for vim.ui_attach/decor providers #33005 luukvbaal 2025-03-21 11:05:01 +01:00
  • fa85543e3b docs(treesitter): document TSNode:named_children() Riley Bruins 2025-03-20 14:57:58 -07:00
  • 175c09bd66 vim-patch:9.1.1226: "shellcmdline" completion doesn't work with input() (#32998) zeertzjq 2025-03-20 07:21:17 +08:00
  • 51853b82bc fix(messages): incorrect error message splitting and kind #32990 luukvbaal 2025-03-19 19:04:08 +01:00
  • c48cf18752 fix(checkhealth): module not found when &rtp has nested paths #32988 phanium 2025-03-19 22:48:28 +08:00
  • 424f4cc038 fix(snippet): wrong indentation when snippet contains "^" #32970 Avinash Thakur 2025-03-19 20:17:59 +05:30
  • 42db8b1759 fix(path): crash with nvim_get_runtime_file during wildcard expansion (#32992) zeertzjq 2025-03-19 22:36:08 +08:00
  • 21cbd90007 fix(filetype): normalize full path before matching #32227 markstegeman 2025-03-19 13:41:25 +01:00
  • f1fcf653cb fix(diagnostic): clear virtual_lines autocmd only for valid buf #32979 Mars Peng 2025-03-19 20:27:20 +08:00
  • 0e59f6f4c7 fix(api): don't use 'winborder' when reconfiguring float (#32984) glepnir 2025-03-19 20:16:20 +08:00
  • 74fcc9452c fix(runtime): gO always says "Help TOC" #32971 Justin M. Keyes 2025-03-19 04:17:00 -07:00
  • d6653e1cc9 fix(marks): ensure decor is removed with proper range (#32973) luukvbaal 2025-03-19 11:00:42 +01:00