summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2024-10-24fix(lsp.buf): use correct offset_encoding for all requestsLewis Russell2
2024-10-24fix(lsp.protocal): improve typing of constantsLewis Russell1
2024-10-24refactor(lsp.buf): remove buf_request wrapperLewis Russell1
2024-10-24refactor(lsp.buf): use alias for vim.lspLewis Russell1
2024-10-24fix(lsp): handle mixed encoding in tagfunc paramsMathias Fussenegger1
2024-10-23feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735Tristan Knight2
2024-10-23docs: miscdundargoc3
2024-10-23fix(defaults): error messages UX for unimpaired mappings #30884Maria José Solano1
2024-10-23vim-patch:9.1.0809: filetype: petalinux config files not recognizedChristian Clason1
2024-10-22fix(lsp): support multiple clients in typehierarchyLewis Russell2
2024-10-22docs(options): remove description for hidden options #30903Famiu Haque1
2024-10-22vim-patch:9.1.0796: filetype: libtool files are not recognizedChristian Clason1
2024-10-22vim-patch:9.1.0795: filetype: Vivado memory info file are not recognizedChristian Clason1
2024-10-21fix(meta): do not use hyphens in param namesLewis Russell1
2024-10-21feat(vim.validate): improve fast form and deprecate spec formLewis Russell14
2024-10-21refactor: rename vim.highlight => vim.hlJustin M. Keyes8
2024-10-21fix(lua): vim.deprecate does not support major>0Justin M. Keyes1
2024-10-21feat(deprecations): vim._defer_deprecated_module()Justin M. Keyes1
2024-10-20feat(lsp)!: support multiple clients in goto methods (#30877)Mathias Fußenegger3
2024-10-20feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2
2024-10-20feat(lsp)!: support multiple clients in lsp.buf.referencesMathias Fussenegger2
2024-10-20feat(terminal)!: make 'belloff' and 'visualbell' apply to terminal bell (#30859)zeertzjq1
2024-10-18feat(vim.ui.open): support lemonade #30845Uthman Mohamed1
2024-10-18fix(lsp.util): wrong arguments to 'validate' functiontemhelk1
2024-10-18fix(types): add narrower vim.validate typesMaria José Solano1
2024-10-17perf(validate): use lighter versionLewis Russell19
2024-10-17Merge pull request #30825 from lewis6991/refactor/lsputilLewis Russell5
2024-10-17feat(lsp.util): minor codestyleLewis Russell1
2024-10-17feat(lsp.util): improve offset_encoding type annotationsLewis Russell1
2024-10-17feat(lsp.util): remove some variablesLewis Russell1
2024-10-17feat(lsp.util): use vim.w/bLewis Russell1
2024-10-17feat(lsp.util): remove some aliasesLewis Russell1
2024-10-17feat(lsp.util): remove unneeded tableLewis Russell1
2024-10-17fix(lsp.util): inconsistent handling of offset_encodingLewis Russell3
2024-10-17feat(lsp.util): get_bufs_with_prefix -> get_writeable_bufsLewis Russell1
2024-10-17feat(lsp.util): refactor get_border_size()Lewis Russell1
2024-10-17feat(lsp.util): simplify some bounds checkingLewis Russell1
2024-10-17feat(lsp.util): remove metatable in locations_to_itemsLewis Russell1
2024-10-17feat(lsp.util): refactor symbols_to_items()Lewis Russell1
2024-10-17feat(lsp.util): remove uneeded do-endLewis Russell1
2024-10-17feat(lsp.util): use vim.api aliasLewis Russell1
2024-10-17feat(lsp.util): fix type errorsLewis Russell1
2024-10-17feat(meta): add type for quickfix entriesLewis Russell2
2024-10-17feat(lsp): show server name in code actions #30830Jordan1
2024-10-17vim-patch:6c2fc37: runtime(help): Update help syntaxzeertzjq2
2024-10-16fix(lsp): str_byteindex_enc bounds checking #30747Tristan Knight1
2024-10-16feat(lsp.util): remove lsp spec extractLewis Russell1
2024-10-16feat(lsp.util): use faster version of vim.validateLewis Russell1
2024-10-15fix(runtime): clean up one-off scriptsChristian Clason1
2024-10-15feat(man.vim): "q" always closes window #30819xudyang11