summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2023-07-06fix(defaults): visual mode star (*,#) is fragileSteven Ward1
2023-07-06fix(vim.system): close check handle (#24270)zeertzjq1
2023-07-05fix(vim.ui.open): return (don't show) error messageJustin M. Keyes2
2023-07-04fix(gx): visual selection, expand env varsJustin M. Keyes2
2023-07-04feat(vim.ui): vim.ui.open, "gx" without netrwmarshmallow2
2023-07-04fix(lsp): revert change to buf.clear_references() #24238Raphael2
2023-07-02perf(treesitter): cache fold query (#24222)Jaehwang Jung1
2023-07-01fix(lsp): lint warnings, default offset_encoding #24046Raphael6
2023-07-01feat(treesitter): bundle markdown parser and queries (#22481)Christian Clason1
2023-06-30fix(lsp): fix attempt to call non existent function (#24212)Sanchayan Maity1
2023-06-30feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger4
2023-06-29fix(lsp): inlay_hint nil reference error #24202Chinmay Dalal1
2023-06-27fix(treesitter): handle empty region when logging (#24173)Jaehwang Jung1
2023-06-27fix(treesitter): make foldexpr work without highlighting (#24167)Jaehwang Jung1
2023-06-27docs(diagnostic): return value of get() #24144NAKAI Tsuyoshi1
2023-06-27vim-patch:9.0.1668: PEM files are not recognized (#24169)ObserverOfTime1
2023-06-26vim-patch:9.0.1632: not all cabal config files are recognized (#24025)Jonas Strittmatter1
2023-06-25Merge #24116 from justinmk/docJustin M. Keyes5
2023-06-25docs: autocmds, miscJustin M. Keyes2
2023-06-25fix(docs): vimdoc syntax errorsJustin M. Keyes3
2023-06-24vim-patch:9.0.1661: BUCK files are not recognized (#24142)Christian Clason1
2023-06-24Merge pull request #24082 from smjonas/fix_24064Christian Clason1
2023-06-23fix(lsp): error in reset_timer on second detach #24117Chinmay Dalal1
2023-06-23fix(filetype): correctly detect bash-fc-{id} files as "sh"smjonas1
2023-06-23build(luarc.json): disable luadoc-miss-see-name #24108Raphael1
2023-06-23fix(lsp): reapplying already-applied hints #24114Chinmay Dalal1
2023-06-22feat(lsp): opt-in to dynamicRegistration for inlay hints (#24102)Mathias Fußenegger1
2023-06-22vim-patch:9.0.1645: zserio files are not recognized (#24120)Christian Clason1
2023-06-22feat(lsp): soft deprecate vim.lsp.for_each_buffer_client (#24104)Mathias Fußenegger1
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes5
2023-06-22perf(lsp): remove grouping logic from lsp.status (#24096)Mathias Fußenegger1
2023-06-22fix: tostring(vim.version()) fails if build is NIL #24097Julian Grinblat1
2023-06-21feat(man): respect 'wrapmargin' when wrapping man pages (#24091)Gregory Anders1
2023-06-21refactor(lsp): report full Nvim version string in clientInfoJustin M. Keyes1
2023-06-21fix(lsp): add spacing for inlay hints separately #24079Akin1
2023-06-20fix(lsp): always return boolean in lsp.buf_client_attach (#24077)Sooryakiran Ponnath1
2023-06-20fix(lsp): check if inlay hints are enabled for a buffer before disabling (#24...Chinmay Dalal1
2023-06-20refactor(lsp): extract common execute command functionality (#24065)Mathias Fußenegger4
2023-06-20fix(lsp): duplicate on_detach, on_reload callbacks #24067Chinmay Dalal1
2023-06-19feat(lsp): inlay hints #23984Chinmay Dalal4
2023-06-19docs #24061Justin M. Keyes1
2023-06-19docs #22363Justin M. Keyes1
2023-06-18fix(treesitter): use vim.highlight.priorities instead of hardcoded 100 (#24052)Santos Gallegos1
2023-06-18fix(fs): make `normalize()` work with '/' path (#24047)Evgeni Chasnovski1
2023-06-17fix(lsp): allow Lua pattern chars in code action filter (#24041)Jonas Strittmatter1
2023-06-14perf(lsp): reduce polling handles for workspace/didChangeWatchedFiles (#23500)Jon Huhn2
2023-06-13fix(codelens): add buffer and line checks before displaying codelens (#23887)Rohit Sukumaran1
2023-06-13fix(lsp): handle stale bufnr on LspRequest autocmd trigger (#24013)Mathias Fußenegger1
2023-06-12docs: various clarifications (#23999)zeertzjq2
2023-06-11Merge #23954 vim.version() returns Version objectJustin M. Keyes1