summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2024-03-06refactor(types): more fixesLewis Russell7
2024-03-05docs(lua): improvements for LSP and DiagnosticLewis Russell7
2024-03-04fix(tohtml): replace hex escape with digit escape (#27728)altermo1
2024-03-04docs(lua): clarify when `vim.bo`/`vim.wo` acts like `:setlocal` (#27708)Luna Saphie Mittelbach1
2024-03-02fix(lsp): directly rename the existing buffers when renaming (#27690)Jaehwang Jung1
2024-03-02fix(lsp): defer writing error msgs (#27688)Jaehwang Jung1
2024-03-01Merge pull request #27347 from lewis6991/fswatchLewis Russell4
2024-03-01docs: improve/add documentation of Lua typesLewis Russell34
2024-03-01feat(lsp): add fswatch watchfunc backendLewis Russell3
2024-03-02fix(types): rename win_get_config return type to win_configWill Hopkins1
2024-03-02vim-patch:87410ab3f556 (#27696)zeertzjq1
2024-03-01fix(lsp): cancel watchers when closing a clientLewis Russell2
2024-03-01refactor(watch): simplify filechanges processingLewis Russell1
2024-03-01refactor(watch): general tidy upLewis Russell2
2024-03-01fix(lsp): rename undofile when renaming (#27684)Jaehwang Jung1
2024-03-01fix(snippet): correct indent with newlineglepnir1
2024-02-29docs(eval): getline and indent function support string typeglepnir1
2024-02-29fix(lsp): use plain loop for non-list-like table of protocol valuesChristian Clason1
2024-02-29refactor(defaults): use getregion() for Visual mode gx (#27663)zeertzjq1
2024-02-29vim-patch:9.1.0142: getregion() can be improved (#27662)zeertzjq2
2024-02-29docs(lpeg): remove double backticks from meta (#27659)Maria José Solano1
2024-02-28fix(lsp): handle reverse lookup in capabilitiesMaria José Solano1
2024-02-28refactor(lsp): remove outdated commentMaria José Solano1
2024-02-28fix(lsp): correct the error message's cmd on spawning (#27632)notomo1
2024-02-28fix(lsp): remove unnecessary file load/write when renaming (#27621)Jaehwang Jung1
2024-02-28feat!: rewrite TOhtml in luaaltermo1
2024-02-28fix(lua): remove uri fragment from file paths (#27647)Ilia Choly1
2024-02-28docs(lpeg): merge upstream changesMaria José Solano1
2024-02-27feat(lsp): support completion itemDefaultsMaria José Solano3
2024-02-27refactor(lsp): alias for CompletionResultMaria José Solano1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell35
2024-02-27docs: fix type of setreg() argument {options} (#27631)Maria José Solano1
2024-02-26fix(defaults): validate 'channel' before responding to OSC request (#27594)Gregory Anders1
2024-02-25refactor(types): fix miscellaneous type warningsMaria José Solano4
2024-02-24fix(lsp): add assertion for explicit bufnr in apply_text_edits (#27614)Gregory Anders2
2024-02-25docs: fix several misleading and superfluous wordings (#27609)Evgeni Chasnovski1
2024-02-24fix(lsp): when renaming directory, check path prefix of buffer names (#27603)Jaehwang Jung1
2024-02-24docs(lsp): mark `ClientConfig.init_options` as optionalChristian Clason1
2024-02-24refactor(lsp): remove redundant code (#27601)Jaehwang Jung1
2024-02-24vim-patch:a35235e824bb (#27598)zeertzjq1
2024-02-24docs(lsp): remove obsolete didChangeConfiguration explanation (#27595)Tim Pope1
2024-02-23refactor(defaults): use getregion() for default * and # mappingszeertzjq1
2024-02-23vim-patch:9.1.0126: Internal error when using upper-case mark in getregion()zeertzjq1
2024-02-23vim-patch:9.1.0120: hard to get visual region using Vim scriptzeertzjq1
2024-02-22feat(treesitter): add folding for `InspectTree` (#27518)再生花2
2024-02-22fix(defaults): make terminal autoclose not block other events (#27581)Evgeni Chasnovski1
2024-02-22fix(defaults): remove tmux background detection passthrough (#27571)zeertzjq1
2024-02-22fix(lua): make highlight.on_yank use win-local highlight (#27349)altermo1
2024-02-21feat(extmark): window scoped extmarkaltermo2
2024-02-21docs: remove mention of foreground/background/special keys in nvim_set_hl (#2...rktjmp1