summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2024-11-27fix(lsp): mention function name in warning #31301glepnir1
2024-11-26feat(tui): update 'background' on theme change events (#31350)Gregory Anders1
2024-11-26perf(vim.text): use lookup table implementation for hex encoding (#30080)Gregory Anders1
2024-11-26fix(lua): remove vim.loader.disable() #31344Justin M. Keyes1
2024-11-26vim-patch:9.1.0888: leftcol property not available in getwininfo() (#31349)zeertzjq1
2024-11-25fix(defaults): omit empty line from unimpaired mapping messages (#31347)Marcus Caisey1
2024-11-25fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders3
2024-11-25feat(keysets): teach Union and LuaRefOfLewis Russell3
2024-11-25feat(diagnostic): inherit parent 'path' option in open_float (#31273)Mathias Fußenegger1
2024-11-25refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming8
2024-11-25vim-patch:9.1.0886: filetype: debian control file not detectedChristian Clason2
2024-11-24vim-patch:9.1.0883: message history cleanup is missing some tests (#31331)zeertzjq1
2024-11-24fix(lsp): delete bufvar inside WinClosed eventglepnir1
2024-11-22fix(lsp): hover keymap (#31208)andrew snelling1
2024-11-22fix(lsp): delete b:lsp_floating_preview buf var after win closeglepnir1
2024-11-20refactor(options): impl default 'titlestring' by format flags #30843zshuzh1
2024-11-20feat(lsp): require `offset_encoding` param #31249Yi Ming1
2024-11-20feat(lsp): deprecate non-method client functionsLewis Russell11
2024-11-20vim-patch:9.1.0880: filetype: C3 files are not recognizedChristian Clason1
2024-11-20vim-patch:9.1.0876: filetype: openCL files are not recognizedChristian Clason2
2024-11-20vim-patch:9.1.0875: filetype: hyprlang detection can be improvedChristian Clason1
2024-11-20vim-patch:9.1.0874: filetype: karel files are not detectedChristian Clason1
2024-11-19fix(lsp): restore get_language_id behaviourLewis Russell1
2024-11-19vim-patch:9.1.0873: filetype: Vivado files are not recognizedChristian Clason1
2024-11-18refactor(lsp): fold in dynamic_registration code into the clientLewis Russell6
2024-11-18fix(api): only flush nvim__redraw when necessary #31250luukvbaal2
2024-11-17feat(defaults): dot-repeat [<Space> #31186Peter Aronoff2
2024-11-17feat(lsp): highlight hover target/range #31110Riley Bruins1
2024-11-17fix(api): update "range" windows in nvim__redraw #31042luukvbaal1
2024-11-17fix(messages): proper multiline Lua print() messages #31205luukvbaal1
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