aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* vim-patch:052b86b: runtime(solidity): update syntax script with error definit...zeertzjq2025-03-28
* fix(health): message should mention "vim.provider" #33095Eisuke Kawashima2025-03-27
* Merge pull request #33098 from zeertzjq/vim-9.1.1245zeertzjq2025-03-28
|\
| * vim-patch:9.1.1249: tests: no test that 'listchars' "eol" doesn't affect "gM"zeertzjq2025-03-28
| * vim-patch:9.1.1245: need some more tests for curly braces evaluationzeertzjq2025-03-28
|/
* refactor(eval): move diff functions to diff.c (#33085)zeertzjq2025-03-27
* fix(ui): wincmd _ should not increase 'cmdheight' above 0 (#33056)luukvbaal2025-03-27
* fix(display): scroll logic does not take into account concealed topline (#33054)luukvbaal2025-03-27
* vim-patch:51a06ec: runtime(sh): consider sh as POSIX shell by default (#33078)zeertzjq2025-03-27
* vim-patch:9.1.1224: cannot :put while keeping indent (#33076)zeertzjq2025-03-27
* Merge pull request #32953 from glepnir/vim-9.1.1214zeertzjq2025-03-27
|\
| * vim-patch:9.1.1219: Strange error with wrong type for matchfuzzy() "camelcase"zeertzjq2025-03-27
| * vim-patch:9.1.1217: tests: typos in test_matchfuzzy.vimzeertzjq2025-03-27
| * vim-patch:9.1.1214: matchfuzzy() can be improved for camel case matchesglepnir2025-03-27
|/
* Merge pull request #30189 from zeertzjq/vim-9.1.0598zeertzjq2025-03-27
|\
| * vim-patch:9.1.1228: completion: current position column wrong after got a matchzeertzjq2025-03-27
| * vim-patch:9.1.1201: 'completefuzzycollect' does not handle dictionary correctlyzeertzjq2025-03-27
| * vim-patch:1dc731a: runtime(doc): make :h 'completefuzzycollect' a bit clearerzeertzjq2025-03-27
| * vim-patch:9.1.1197: process_next_cpt_value() uses wrong conditionzeertzjq2025-03-27
| * vim-patch:9.1.1185: endless loop with completefuzzycollect and no match foundzeertzjq2025-03-27
| * vim-patch:9.1.1182: No cmdline completion for 'completefuzzycollect'zeertzjq2025-03-27
| * vim-patch:9.1.1181: Unnecessary STRLEN() calls in insexpand.czeertzjq2025-03-27
| * vim-patch:9.1.1178: not possible to generate completion candidates using fuzz...zeertzjq2025-03-27
| * vim-patch:9.1.1131: potential out-of-memory issue in search.czeertzjq2025-03-27
| * vim-patch:9.1.1008: tests: test for patch 9.1.1006 doesn't fail without the p...zeertzjq2025-03-27
| * vim-patch:9.1.1006: PmenuMatch completion highlight can be combinedzeertzjq2025-03-27
| * vim-patch:9.1.0733: keyword completion does not work with fuzzyzeertzjq2025-03-27
| * vim-patch:26e4b00: runtime(doc): Revert outdated comment in completeopt's fuz...zeertzjq2025-03-27
| * vim-patch:9.1.0705: Sorting of fuzzy filename completion is not stablezeertzjq2025-03-27
| * vim-patch:9.1.0654: completion does not respect completeslash with fuzzyzeertzjq2025-03-27
| * vim-patch:9.1.0634: Ctrl-P not working by defaultzeertzjq2025-03-27
| * vim-patch:9.1.0631: wrong completion list displayed with non-existing dir + f...zeertzjq2025-03-27
| * vim-patch:9.1.0605: internal error with fuzzy completionzeertzjq2025-03-27
| * vim-patch:9.1.0598: fuzzy completion does not work with default completionzeertzjq2025-03-27
|/
* refactor(diagnostic)!: remove deprecated diagnostic APIs (#33072)Gregory Anders2025-03-26
* revert: "refactor(tui): disable kitty key event reporting"Christian Clason2025-03-26
* docs: news 0.12 #33065Justin M. Keyes2025-03-26
* fix: temporarily disable 0.12 deprecation testsJustin M. Keyes2025-03-26
* version bumpJustin M. Keyes2025-03-26
* NVIM v0.11.0Justin M. Keyes2025-03-26
* docs(lsp): completion.enable #33063Mathias Fußenegger2025-03-26
* docs: news, lsp autocomplete #33047Justin M. Keyes2025-03-26
* fix(lua): no omni/cmdline completion for vim.env (#33044)Phạm Bình An2025-03-26
* vim-patch:9.1.1238: wrong cursor column with 'set splitkeep=screen' (#33060)zeertzjq2025-03-26
* fix(mswin): UI may hang on exitJustin M. Keyes2025-03-25
* vim-patch:9.1.1236: tests: test_comments leaves swapfiles around (#33050)zeertzjq2025-03-25
* build: fix uncrustify install in nix devShell (#33020)Matthieu Coudron2025-03-24
* Merge #33043 redundar channel_close()Justin M. Keyes2025-03-24
|\
| * fix(channel): log after (not before) channel-closeJustin M. Keyes2025-03-24
| * refactor(channel): redundant channel_close()Justin M. Keyes2025-03-24