summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2024-11-16fix(lsp): type-errors, other nits in vim.lsp.log #31235Maria José Solano1
2024-11-16fix(treesitter): remove redundant on_bytes callback #31041luukvbaal2
2024-11-16fix(api): validation, documentation of hl_group #31195luukvbaal1
2024-11-16feat(ui): don't show unfocusable windows in :tabs, 'tabline' #27984luukvbaal1
2024-11-16docs: standardize doc for ChanInfo/ChanOpen autocmds/v:event (#31099)errael1
2024-11-16vim-patch:9.1.0866: filetype: LLVM IR files are not recognized (#31228)zeertzjq2
2024-11-15fix(ui): no fast context for prompt message kinds #31224luukvbaal1
2024-11-15feat(default): bind `vim.lsp.buf.signature_help` in select mode (#31223)Yi Ming1
2024-11-14fix(treesitter): keep treeview open if source window is still open #31198Hyker1
2024-11-15vim-patch:9.1.0864: message history is fixed to 200 (#31215)zeertzjq1
2024-11-14Merge pull request #27874 from luukvbaal/funcerrbfredl1
2024-11-14feat(lsp): support utf-8 and utf-32 position encodingsLewis Russell1
2024-11-14fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal1
2024-11-13fix(lsp): filter completion candidates based on completeopt (#30945)Kristijan Husak1
2024-11-12fix(treesitter): add 'QuitPre' event to autocommands in inspect_treehykerr1
2024-11-12refactor(lsp): avoid redundant function wrappingNicolas Hillegeer1
2024-11-12vim-patch:9.1.0853: filetype: kubernetes config file not recognizedChristian Clason1
2024-11-11perf(lsp): use faster version of str_byteindexLewis Russell3
2024-11-11perf(filetype): optimize internal data structuresLewis Russell1
2024-11-10refactor(lsp): simplify reference range logicRiley Bruins1
2024-11-09fix(lsp): fix infinite loopLewis Russell1
2024-11-09docs: misc (#30914)dundargoc3
2024-11-08fix(vim.system): resolve executable paths on windowsLewis Russell1
2024-11-08perf(lsp): do not apply semantic tokens to folded linesLewis Russell1
2024-11-05vim-patch:9.1.0839: filetype: leo files are not recognizedChristian Clason1
2024-11-05vim-patch:9.1.0840: filetype: idris2 files are not recognizedChristian Clason1
2024-11-04feat(defaults): unimpaired empty line below/above cursor #30984Yochem van Rosmalen1
2024-11-04feat(options)!: disallow setting hidden options #28400Famiu Haque1
2024-11-04feat(lsp): multi-client support for signature_helpLewis Russell2
2024-11-03fix(treesitter): close InspectTree/EditQuery window on BufUnload (#31036)zeertzjq1
2024-11-03vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)zeertzjq2
2024-11-02fix(health): better layout of vim.treesitter health checkChristian Clason1
2024-11-02vim-patch:9.1.0826: filetype: sway files are not recognizedChristian Clason1
2024-11-02fix(lua): show stacktrace for error in vim.on_key() callback (#31021)zeertzjq1
2024-11-01vim-patch:b5e7da1: runtime(doc): mention 'iskeyword' at :h charclass() (#31026)zeertzjq1
2024-11-01feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell8
2024-11-01fix(lsp): hover border type can be string (#31013)nikolightsaber1
2024-11-01feat(lua): allow vim.on_key() callback to consume the key (#30939)errael1
2024-10-31refactor(loader): format annotationsLewis Russell1
2024-10-31refactor(loader): use the term stat instead of hashLewis Russell1
2024-10-31refactor(loader): remove Loader table and use localsLewis Russell1
2024-10-31refactor(loader): rename typesLewis Russell1
2024-10-31refactor(loader): inline Loader.load into Loader.loadfileLewis Russell1
2024-10-31refactor(loader): simplify Loader.loader_libLewis Russell1
2024-10-31refactor(loader): simplify Loader.write/readLewis Russell1
2024-10-31perf(loader): reduce calls to Loader.cache_fileLewis Russell1
2024-10-31refactor(loader): remove unused _topmodsLewis Russell1
2024-10-31fix: another round of type annotation fixesLewis Russell7
2024-10-31vim-patch:9.1.0823: filetype: Zephyr overlay files not recognizedChristian Clason1
2024-10-30fix(lsp): correct hover result handling (#30995)notomo1