aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
* fix(diagnostic): virtual lines should scroll horizontallyxzb2025-03-16
* docs(lsp): simplify example of enabling LSP foldingYi Ming2025-03-16
* fix(lsp): correctly check for "codeAction/resolve" supportTobias Schmitz2025-03-15
* docs: miscdundargoc2025-03-15
* fix(lsp): autocmds to close lsp preview windows not clearedbekaboo2025-03-15
* feat(defaults): completeopt=popup #32909Justin M. Keyes2025-03-15
* 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
* vim-patch:9.1.1196: filetype: config files for container tools are not recogn...zeertzjq2025-03-13
* fix(lua): vim.hl.on_yank highlights wrong region with yi' (#32850)phanium2025-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(lsp): handle non-existent configs in lsp.config/enableLewis Russell2025-03-12
* feat(treesitter): allow `iter_captures` to accept `opts`Riley Bruins2025-03-12
* feat(treesitter): allow passing lang to InspectTreeMaria José Solano2025-03-12
* vim-patch:0a336cc: runtime(doc): clarify that a umask is applied to mkdir() (...zeertzjq2025-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
* 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
* vim-patch:9.1.1194: filetype: false positive help filetype detectionzeertzjq2025-03-11
* vim-patch:9.1.1186: filetype: help files in git repos are not detectedzeertzjq2025-03-11
* feat(checkhealth): group parsers by name and path in outputEike2025-03-10
* fix(lsp)!: pass buffer number to root_dir functionLewis Russell2025-03-10
* feat(lsp): support completion context #32793Maria José Solano2025-03-10
* docs(vvars): vim.v.event.windows #32673Vlad2025-03-10
* fix(lua): types for vim.api.keyset.win_config #32700Tomasz N2025-03-10
* fix(build): vimdoc tags are not validated #32801Justin M. Keyes2025-03-09
* fix(types): do not mark unstable API as privateLewis Russell2025-03-08
* feat(defaults): jump between :terminal shell prompts with ]]/[[ #32736Gregory Anders2025-03-07
* fix(lua): always use vim.inspect() for :lua= (#32715)zeertzjq2025-03-07
* fix(lsp): use unresolved code action when `codeAction/resolve` failsMaria José Solano2025-03-07
* vim-patch:9.1.1177: filetype: tera files not detectedChristian Clason2025-03-07
* vim-patch:9.1.1173: filetype: ABNF files are not detected (#32751)zeertzjq2025-03-06
* feat(lsp): support for resolving code action command (#32704)Maria José Solano2025-03-06
* fix(tui): remove DCS escaping in tmux (#32723)Gregory Anders2025-03-05
* feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders2025-03-05
* fix(lsp): open_floating_preview() ignores max_height (#32716)Robert Muir2025-03-04
* fix(diagnostic): virtual_lines diagnostic columns (#32703)James Trew2025-03-04
* vim-patch:659cb28: runtime(doc): fix typo "bet" in :h 'completeopt' (#32711)zeertzjq2025-03-04
* vim-patch:9.1.1166: command-line auto-completion hard with wildmenuTomas Slusny2025-03-04
* 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
* 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
* feat(treesitter): add more metadata to `language.inspect()` (#32657)Lewis Russell2025-03-01
* docs(Open): add reference in documentation (#32678)Luca Saccarola2025-02-28
* fix(marks): ineffective conceal_line callback optimization (#32662)luukvbaal2025-02-28