summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2023-09-19Merge pull request #25148 from glepnir/fixed_optbfredl2
2023-09-19refactor(grid): change schar_T representation to be more compactbfredl1
2023-09-18fix(float): add fixd optionglepnir2
2023-09-17vim-patch:9.0.1907: No support for liquidsoap filetypesChristian Clason1
2023-09-17fix(treesitter): _trees may not be list-likeJaehwang Jung2
2023-09-17fix(lua): not using global value in vim.opt_global (#25196)Phelipe Teles1
2023-09-16feat(treesitter): add lang parameter to the query editor (#25181)Maria José Solano2
2023-09-16fix(treesitter): properly combine injection.combined regionsJaehwang Jung1
2023-09-16fix(treesitter): fix trim predicateLewis Russell1
2023-09-16fix(typing): vim.fn.executeLewis Russell1
2023-09-16perf(treesitter): do not scan past given line for predicate matchL Lllvvuu2
2023-09-16fix(languagetree): apply `resolve_lang` to `metadata['injection.language']`L Lllvvuu1
2023-09-15refactor(treesitter): remove duplicated diagnostic code (#24976)Maria José Solano1
2023-09-15refactor(treesitter): rename "preview" => "edit" #25161Maria José Solano3
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders27
2023-09-14refactor(treesitter): deprecate for_each_child #25118LW1
2023-09-14fix(treesitter): `language.add` - only register parser if it existsL Lllvvuu1
2023-09-14feat(lsp): remove notify from vim.lsp.buf_detach_client (#25140)Mathias Fußenegger1
2023-09-14docs: fix typos and other small fixes (#25005)dundargoc4
2023-09-13feat(vimdoc): support Markdown code blocks (#25127)Gregory Anders1
2023-09-13fix(treesitter): don't update fold if tree is unchangedJaehwang Jung1
2023-09-12fix(treesitter): fixup for InspectTreeLewis Russell1
2023-09-12fix(treesitter): remove more double recursionLewis Russell2
2023-09-12feat(extmark): support proper multiline rangesbfredl3
2023-09-12fix(languagetree): remove double recursion in LanguageTree:parseL Lllvvuu1
2023-09-11fix(decorations): better approximation of botline #24794Jaehwang Jung2
2023-09-11Merge pull request #24901 from faergeek/more-intuitive-cursor-updatebfredl2
2023-09-11vim-patch:9.0.1891: No runtime support for MojoChristian Clason1
2023-09-11fix(api): more intuitive cursor updates in nvim_buf_set_textSergey Slipchenko2
2023-09-10feat(lsp): improve control over placement of floating windows (#24494)Grace Petryk2
2023-09-09fix(highlight): add create param in nvim_get_hlglepnir2
2023-09-08feat(runtime): highlight hl groups in syntax.txt (#25050)zeertzjq1
2023-09-07feat(lsp): add original LSP Location as item's user_data in locations_to_item...Tom Praschan1
2023-09-06fix(diagnostic): always return copies of diagnostic items (#25010)Evgeni Chasnovski1
2023-09-05fix: windows timeouts have exit code 1Lewis Russell1
2023-09-05refactor(vim.system): factor out on_exit handlingLewis Russell4
2023-09-05fix(vim.system): make timeout work properlyLewis Russell2
2023-09-05fix(vim.system): let on_exit handle cleanup after killLewis Russell1
2023-09-04build: bump lpeg to 1.1.0 (#25016)dundargoc1
2023-09-04vim-patch:9.0.1856: issues with formatting positional arguments (#25013)zeertzjq1
2023-09-01fix(lsp): wrong iterator in registerCapability handler (#24971)TheBlob421
2023-08-31refactor(lsp): add type annotation for lsp.Client.server_capabilities (#24925)Jongwook Choi1
2023-08-31fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...Chris AtLee4
2023-08-31vim-patch:9.0.1820: Rexx files may not be recognised (#24956)zeertzjq1
2023-08-31vim-patch:9.0.1797: Vimball/Visual Basic filetype detection conflict (#24947)zeertzjq2
2023-08-31vim-patch:9.0.1807: runtime: crystal scripts not recognised (#24949)zeertzjq1
2023-08-31vim-patch:9.0.1803: runtime(filetype): Add norg language detection (#24948)zeertzjq1
2023-08-30fix(builtin): fix incorrect optional fields for fn.sign_defineJongwook Choi1
2023-08-29fix(treesitter): update folds only once on InsertLeaveJaehwang Jung1
2023-08-27feat(builtin): improve typesLewis Russell2