aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* vim-patch:2329bd4: runtime(doc): fix a typo in gitrebase filetype (#32899)zeertzjq2025-03-15
* Merge pull request #32895 from zeertzjq/vim-8.2.4963zeertzjq2025-03-15
|\
| * vim-patch:9.0.1458: buffer overflow when expanding long file namezeertzjq2025-03-15
| * vim-patch:8.2.4963: expanding path with "/**" may overrun end of bufferzeertzjq2025-03-15
|/
* vim-patch:f22580e: runtime(doc): update a few minor omissions from 5876016 an...zeertzjq2025-03-14
* test: do not dedent() in feed() (#32884)zeertzjq2025-03-14
* test: flaky loop_spec.lua #32885Justin M. Keyes2025-03-14
* feat(snippet): set snippet keymaps permanent instead of dynamic (#31887)Mathias Fußenegger2025-03-14
* fix(vim.fs): default to follow=false #32859Mike2025-03-14
* refactor(gen_keycodes): put TAB and K_TAB together (#32882)zeertzjq2025-03-14
* vim-patch:4d2c4b9: runtime(doc): document gitrebase filetype (#32881)zeertzjq2025-03-14
* vim-patch:9.1.1200: cmdline pum not cleared for input() completion (#32879)zeertzjq2025-03-13
* fix(messages): no trailing newline for inputlist, tselect, z= with ext_messagesLuuk van Baal2025-03-13
* vim-patch:9.1.1196: filetype: config files for container tools are not recogn...zeertzjq2025-03-13
* ci(deps): bump lua-language-server to 3.13.9Christian Clason2025-03-13
* fix(lua): vim.hl.on_yank highlights wrong region with yi' (#32850)phanium2025-03-13
* vim-patch:9.1.1198: [security]: potential data loss with zip.vim (#32867)zeertzjq2025-03-13
* vim-patch:9.1.1195: inside try-block: fn body executed with default arg undef...zeertzjq2025-03-13
* test: reduce flakiness in blocking wait tests (#32868)zeertzjq2025-03-13
* vim-patch:c1c3b5d: runtime(doc): remove unnecessary "an" (#32865)zeertzjq2025-03-13
* fix(diagnostic): clear autocmd only for valid buf (#32861)Jaehwang Jung2025-03-12
* fix: update osc52 termfeatures flag on UIEnter/UILeave (#32756)Gregory Anders2025-03-12
* fix(terminal): delay when finishing terminal process #32846markstegeman2025-03-12
* refactor(popup): use plines_m_win #32857glepnir2025-03-12
* ci(deps): bump lua-language-server to 3.13.8Christian Clason2025-03-12
* fix(lsp): handle non-existent configs in lsp.config/enableLewis Russell2025-03-12
* vim-patch:4fa2dd2: runtime(compiler): add comment for Dispatch (#32856)zeertzjq2025-03-12
* feat(treesitter): allow `iter_captures` to accept `opts`Riley Bruins2025-03-12
* build(deps): bump luajit to 538a82133Christian Clason2025-03-12
* vim-patch:2347330: runtime(compiler): allow customizing exe and args for tsc ...Muntasir Mahmud2025-03-12
* feat(treesitter): allow passing lang to InspectTreeMaria José Solano2025-03-12
* vim-patch:a8aeeeb: runtime(tera): remove unwanted code and fix issues in synt...Muntasir Mahmud2025-03-12
* vim-patch:0a336cc: runtime(doc): clarify that a umask is applied to mkdir() (...zeertzjq2025-03-11
* fix(ui): schedule UI detach (#32827)Gregory Anders2025-03-11
* refactor(lsp): rename `on_publish_diagnostics` parameter #32776Will Lillis2025-03-11
* feat(treesitter): allow disabling captures and patterns on TSQuery (#32790)Ian Chamberlain2025-03-11
* fix: warn when :InspectTree on buffer with no parser #32783phanium2025-03-11
* ci(test): enable translations in at least one job (#32833)zeertzjq2025-03-11
* fix(lsp): improve LSP floating preview window cleanup #31353glepnir2025-03-11
* fix(lsp): wrapped ctx in opts before passed to vim.lsp.completion.trigger #32837glepnir2025-03-11
* Merge pull request #32836 from clason/bump/lualsChristian Clason2025-03-11
|\
| * ci(deps): bump lua-language-server to 3.13.7Christian Clason2025-03-11
|/
* vim-patch:9.1.1193: Unnecessary use of STRCAT() in au_event_disable() (#32829)zeertzjq2025-03-11
* fix(events): fix incorrect capitalization of Cmdwin* events (#32813)zeertzjq2025-03-11
* Merge pull request #32828 from zeertzjq/vim-9.1.1186zeertzjq2025-03-11
|\
| * vim-patch:9.1.1194: filetype: false positive help filetype detectionzeertzjq2025-03-11
| * vim-patch:9.1.1191: tests: test for patch 9.1.1186 doesn't fail without the p...zeertzjq2025-03-11
| * vim-patch:9.1.1186: filetype: help files in git repos are not detectedzeertzjq2025-03-11
|/
* Merge pull request #32825 from moguls753/issue-32714-redundant-parsersJustin M. Keyes2025-03-10
|\
| * feat(checkhealth): group parsers by name and path in outputEike2025-03-10
|/