aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
* feat(complete): support f flag for complete buffer partglepnir2023-10-21
* refactor(lsp): deprecate completion util methodsMathias Fussenegger2023-10-21
* refactor(lsp): move completion logic into _completion moduleMathias Fussenegger2023-10-21
* feat(lsp): add snippet API (#25301)Maria José Solano2023-10-21
* fix(lsp): log unknown diagnostic tags instead of showing a warning (#25705)Jorge Mederos2023-10-21
* vim-patch:e08bfef88bd0Gregory Anders2023-10-19
* fix(treesitter): set cursor position when opening inspectorMaria José Solano2023-10-19
* fix(docs): fix TSNode incorrect signaturesPham Huy Hoang2023-10-19
* vim-patch:9.0.2041: trim(): hard to use default mask (#25692)zeertzjq2023-10-18
* fix(treesitter): check that buf is loaded in autocommands (#25679)Maria José Solano2023-10-17
* vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687)zeertzjq2023-10-17
* fix(diagnostics): if buffer not loaded, skip handlers that set extmark (#25628)Jaehwang Jung2023-10-16
* fix(lsp): highlight active parameter in signature help #25663Maria José Solano2023-10-16
* docs: do not hardcode LSP version in URL #25648Maria José Solano2023-10-16
* vim-patch:9.0.2032: cannot get mouse click pos for tab or virt text (#25653)zeertzjq2023-10-15
* vim-patch:9.0.2030: no max callback recursion limit (#25655)zeertzjq2023-10-15
* docs: restore accidentally removed line in :h 'ignorecase' (#25651)zeertzjq2023-10-15
* vim-patch:9.0.2024: no filetype detection for Debian sourcesChristian Clason2023-10-14
* vim-patch:2bbd0d30eebd (#25637)zeertzjq2023-10-14
* vim-patch:9.0.2022: getmousepos() returns wrong index for TAB char (#25636)zeertzjq2023-10-14
* refactor(lsp): fix luals warnings in tagfunc and add type annotations (#25150)Mathias Fußenegger2023-10-14
* refactor(lsp): make is_pull in lsp.diagnostic.get_namespace optional (#25156)Mathias Fußenegger2023-10-14
* fix(lsp): refactor escaping snippet text (#25611)Maria José Solano2023-10-14
* fix(lsp): handle NUL bytes in popup text (#25612)zeertzjq2023-10-12
* vim-patch:9.0.2011: INI files not detectedChristian Clason2023-10-11
* fix(lsp): display initialization errors (#25409)Maria José Solano2023-10-11
* docs: small fixesdundargoc2023-10-10
* vim-patch:9.0.2009: cmdline-completion for comma-separated options wrong (#25...zeertzjq2023-10-10
* fix(path): restore space separation in 'path' (#25571)zeertzjq2023-10-10
* docs: miscellaneous doc and type fixes (#25554)Maria José Solano2023-10-10
* fix(lsp): account for border height in max floating popup height (#25539)LW2023-10-08
* Merge pull request #25529 from zeertzjq/vim-9.0.1990zeertzjq2023-10-07
|\
| * vim-patch:27e12c7669e3zeertzjq2023-10-07
| * vim-patch:9.0.1990: strange error numberzeertzjq2023-10-07
* | fix(lua): vim.region on linewise selection #25467Aayush Ojha2023-10-06
|/
* vim-patch:9.0.1978: No filetype detection for just filesChristian Clason2023-10-06
* feat: ignore swapfile for running Nvim processes #25336Justin M. Keyes2023-10-04
* fix(treesitter): make Visual hl work consistently with foldtext (#25484)zeertzjq2023-10-03
* vim-patch:cd39b69b0200zeertzjq2023-10-03
* vim-patch:20f48d5b2ddbzeertzjq2023-10-03
* feat(lsp)!: replace snippet parser by lpeg grammarMaria José Solano2023-10-02
* feat(lsp): snippet parsing using lpegMaria José Solano2023-10-02
* feat(lsp): fallback to code-action command on resolve failure (#25464)Mathias Fußenegger2023-10-02
* feat(treesitter): add foldtext with treesitter highlighting (#25391)Till Bungert2023-10-01
* Merge pull request #25455 from bfredl/highlight_namespace_gettersbfredl2023-10-01
|\
| * feat(ui): allow to get the highlight namespaceDaniel Steinberg2023-10-01
* | Merge pull request #25386 from glepnir/toggle_floatbfredl2023-09-30
|\ \ | |/ |/|
| * feat(float): support toggle show float windowglepnir2023-09-30
* | refactor(lsp): deprecate util methods (#25400)Maria José Solano2023-09-29
* | vim-patch:9.0.1950: Vim9: error codes spread out (#25405)zeertzjq2023-09-29