summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2023-09-23Merge pull request #25286 from rktjmp/doc-vim-schedule-wrapzeertzjq2
2023-09-22fix(meta): include vim.jsonMaria José Solano1
2023-09-23docs: update vim.schedule param name and typeOliver Marriott1
2023-09-22fix(languagetree): don't treat unparsed nodes as occupying full rangeL Lllvvuu1
2023-09-22docs: clarify vim.schedule_wrap behaviourOliver Marriott1
2023-09-21fix(lsp): handle absence of a trailing newline #25194Sergey Slipchenko1
2023-09-21fix(lsp): clear codelens on LspDetach (#24903)Jaehwang Jung1
2023-09-21vim-patch:9.0.1921: not possible to use the jumplist like a stack (#25278)zeertzjq1
2023-09-21vim-patch:9.0.1918Christian Clason1
2023-09-20feat(lua): add vim.func._memoizeLewis Russell7
2023-09-20docs: misc #24561Justin M. Keyes6
2023-09-19fix(lsp)!: deprecate trim_empty_linesMaria José Solano2
2023-09-19feat(lsp): use treesitter for stylize markdownMaria José Solano2
2023-09-19Merge pull request #25214 from bfredl/glyphcachebfredl1
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-10Merge pull request #25071 from bfredl/coxpcallbfredl1
2023-09-10build(lua): vendor coxpcallbfredl1
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