aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* vim-patch:9.1.1164: [security]: code execution with tar.vim and special craft...zeertzjq2025-03-02
* docs: misc #31996Justin M. Keyes2025-03-02
* feat(lua): don't complete private (_) fields after dot (.) #32690Maria José Solano2025-03-02
* feat(comment): allow commentstring to be determined from node metadataRiley Bruins2025-03-02
* build!: turn off translations by defaultdundargoc2025-03-02
* vim-patch:9.1.1161: preinsert requires bot "menu" and "menuone" to be setzeertzjq2025-03-02
* vim-patch:9.1.1160: Ctrl-Y does not work well with "preinsert" when completin...zeertzjq2025-03-02
* vim-patch:0b82054: runtime(lua): Improve 'include' and make '*expr' functions...brianhuster2025-03-02
* vim-patch:00a00f5: runtime(lua): Update lua ftplugin and documentationbrianhuster2025-03-02
* vim-patch:8ac975d: runtime(tar): fix syntax error in tar.vimChristian Clason2025-03-01
* feat(treesitter): add more metadata to `language.inspect()` (#32657)Lewis Russell2025-03-01
* vim-patch:56957ed: runtime(misc): add support for bzip3 to tar, vimball and g...Christian Clason2025-03-01
* docs(Open): add reference in documentation (#32678)Luca Saccarola2025-02-28
* fix(marks): ineffective conceal_line callback optimization (#32662)luukvbaal2025-02-28
* vim-patch:8.2.4607: sourcing buffer lines may lead to errors for conflictszeertzjq2025-02-28
* vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq2025-02-28
* vim-patch:8.2.4594: need to write script to a file to be able to source themzeertzjq2025-02-28
* fix(treesitter): correctly parse queries with combined injectionsRiley Bruins2025-02-28
* vim-patch:3d75ec7: runtime(compiler): improve svelte-checkChristian Clason2025-02-28
* vim-patch:85a50fe: runtime(doc): fix confusing docs for 'completeitemalign' (...zeertzjq2025-02-28
* vim-patch:60bd140: runtime(vim): Update base-syntax, match Vim9 function call...zeertzjq2025-02-28
* doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe2025-02-27
* feat(lua): vim.text.indent()Justin M. Keyes2025-02-26
* build: move all generator scripts to `src/gen/`Lewis Russell2025-02-26
* vim-patch:580e457: runtime(vim): make VimKeywordPrg even smarter for regexeszeertzjq2025-02-26
* vim-patch:094494b: runtime(vim): improve &keywordprg in ftpluginbrianhuster2025-02-26
* fix(treesitter): nil check query for has_conceal_lineLuuk van Baal2025-02-25
* fix(lsp): resize hover window for concealed linesLuuk van Baal2025-02-25
* feat(treesitter): vertical conceal support for highlighterLuuk van Baal2025-02-25
* feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal2025-02-25
* vim-patch:9.1.1140: filetype: m17ndb files are not detected (#32618)zeertzjq2025-02-25
* vim-patch:025dc48: runtime(vim): Update base-syntax, match :CompilerSet and :...zeertzjq2025-02-24
* feat(complete): CompleteDone reason "cancel", "discard" #32600Evgeni 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
* | fix(float): ensure floating window width can fit titleMaria José Solano2025-02-23
* | 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
* | fix(lsp): unify get_completion_word for textEdits/insertTextMathias Fussenegger2025-02-22
* | perf(treesitter): don't block when finding injection rangesRiley Bruins2025-02-21