aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* vim-patch:9.1.1143: illegal memory access when putting a register (#32604)zeertzjq2025-02-24
* feat(complete): CompleteDone reason "cancel", "discard" #32600Evgeni Chasnovski2025-02-23
* fix(float): can set title/footer without setting border #32594Evgeni Chasnovski2025-02-23
* fix(lsp): reset the applied hints on `refresh` request #32446Yi Ming2025-02-23
* revert "feat(ftplugin): set 'omnifunc' of Lua to 'v:lua.vim.lua_omnifunc'" #3...Justin M. Keyes2025-02-23
* Merge #32503 feat(lsp): use the meta model to generate server capability mapJustin M. Keyes2025-02-23
|\
| * feat(lsp): use the meta model to generate server capability mapMaria José Solano2025-02-21
| * feat(lsp): update LSP typesMaria José Solano2025-02-17
* | refactor(treesitter): simplify parsing coroutine logicRiley Bruins2025-02-23
* | feat(ftplugin): set Lua 'omnifunc' to vim.lua_omnifunc #32491Phạm Bình An2025-02-23
* | fix(lua): `@private` => `@nodoc` #32587Dan Sully2025-02-23
* | build: make makefile work on msysdundargoc2025-02-23
* | fix(float): ensure floating window width can fit titleMaria José Solano2025-02-23
* | Merge pull request #32593 from zeertzjq/vim-9.1.1139zeertzjq2025-02-23
|\ \
| * | vim-patch:9.1.1141: Misplaced comment in readfile()zeertzjq2025-02-23
| * | vim-patch:9.1.1139: [fifo] is not displayed when editing a fifozeertzjq2025-02-23
|/ /
* | vim-patch:9.1.1137: ins_str() is inefficient by calling STRLEN() (#32591)zeertzjq2025-02-23
* | vim-patch:9.1.1136: Match highlighting marks a buffer region as changed (#32561)luukvbaal2025-02-23
* | test(unit/strings_spec): show ctx when vim_snprintf content check fails #32570James McCoy2025-02-22
* | vim-patch:9.1.1134: filetype: Guile init file not recognizedChristian Clason2025-02-23
* | vim-patch:9.1.1133: filetype: xkb files not recognized everywhereChristian Clason2025-02-23
* | vim-patch:61af587: runtime(dockerfile): set comments in filetype pluginChristian Clason2025-02-22
* | vim-patch:d15114c: runtime(compiler): include svelte-check compilerChristian Clason2025-02-22
* | fix(runtime): avoid E31 in ftplugin (#32578)phanium2025-02-22
* | feat(treesitter): table of contents for checkhealth, markdown (#32282)Christian Clason2025-02-22
* | vim-patch:9.1.1135: 'suffixesadd' doesn't work with multiple items (#32573)zeertzjq2025-02-22
* | fix(lsp): unify get_completion_word for textEdits/insertTextMathias Fussenegger2025-02-22
* | fix(tests): filter out lines with __typeof__ keyword (#32524)Sören Tempel2025-02-22
* | vim-patch:9.1.1132: Mark positions wrong after triggering multiline completio...zeertzjq2025-02-21
* | vim-patch:partial:9.1.1131: potential out-of-memory issue in search.c (#32565)zeertzjq2025-02-21
* | fix(marks): truncate double-width inline virt_text consistently (#32560)zeertzjq2025-02-21
* | vim-patch:9.1.1130: 'listchars' "precedes" is not drawn on Tabs. (#32563)zeertzjq2025-02-21
* | perf(treesitter): don't block when finding injection rangesRiley Bruins2025-02-21
* | test: adjust multibyte virtual text test (#32557)zeertzjq2025-02-21
* | fix(treesitter): `TSNode:field()` returns all children with the given fieldRiley Bruins2025-02-21
* | vim-patch:3cb4148: runtime(sieve): set fileformat=dos in filetype pluginChristian Clason2025-02-21
* | vim-patch:27f5136: runtime(mail): add commentstring '> %s' to ftpluginChristian Clason2025-02-21
* | vim-patch:106899e: runtime(dnsmasq): include simple filetype pluginChristian Clason2025-02-21
* | vim-patch:911742a: runtime(dosini): Add support for # comments to ftpluginChristian Clason2025-02-21
* | perf(treesitter): only search for injections within the parse rangeRiley Bruins2025-02-21
* | ci: add "_" to luacheck's list of global variablesRiley Bruins2025-02-21
* | fix(messages): list_cmd kind for :registers, :au[g] #32531luukvbaal2025-02-20
* | vim-patch:9.1.1127: preinsert text is not cleaned up correctly (#32544)zeertzjq2025-02-21
* | vim-patch:9.1.1125: cannot loop through pum menu with multiline items (#32543)zeertzjq2025-02-21
* | vim-patch:9.1.1126: patch 9.1.1121 used a wrong way to handle enterzeertzjq2025-02-21
* | test(completion_spec): make Enter test descriptions more accuratezeertzjq2025-02-21
* | vim-patch:9.1.1121: Enter does not insert newline with "noselect"glepnir2025-02-21
* | vim-patch:9.1.1124: No test for 'listchars' "precedes" with double-width char...zeertzjq2025-02-21
* | feat(messages): confirm kind for z=, :tselect, inputlist() #32521luukvbaal2025-02-20
* | feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq2025-02-20