aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* feat(meta): add types for vim.lpegMaria José Solano2023-09-24
* feat(health): list attached buffers in LSP report #23561Bogdan Grigoruță2023-09-24
* fix: checkhealth warning even if init.lua exists #25306Tom Blake2023-09-24
* fix(provider/pythonx): import the correct module (#25342)zeertzjq2023-09-24
* test(old): don't set options to default before every test (#25335)zeertzjq2023-09-24
* fix(ui): always use stl/stlnc fillchars when drawing statusline (#25267)tj-moody2023-09-24
* docs: fix type warningsMaria José Solano2023-09-23
* refactor(options)!: graduate shortmess+=f flagbfredl2023-09-23
* fix(provider): cannot detect python3.12 #25316Jongwook Choi2023-09-23
* Merge pull request #25286 from rktjmp/doc-vim-schedule-wrapzeertzjq2023-09-23
|\
| * docs: update vim.schedule param name and typeOliver Marriott2023-09-23
| * docs: clarify vim.schedule_wrap behaviourOliver Marriott2023-09-22
* | fix(meta): include vim.jsonMaria José Solano2023-09-22
* | fix(languagetree): don't treat unparsed nodes as occupying full rangeL Lllvvuu2023-09-22
* | docs: small improvements to compl-autocomplete example (#25299)zeertzjq2023-09-22
* | fix(lsp): handle absence of a trailing newline #25194Sergey Slipchenko2023-09-21
* | fix(lsp): clear codelens on LspDetach (#24903)Jaehwang Jung2023-09-21
* | vim-patch:a7aba6ca5033 (#25285)zeertzjq2023-09-21
|/
* vim-patch:9.0.1921: not possible to use the jumplist like a stack (#25278)zeertzjq2023-09-21
* vim-patch:9.0.1918Christian Clason2023-09-21
* feat(lua): add vim.func._memoizeLewis Russell2023-09-20
* docs: misc #24561Justin M. Keyes2023-09-20
* docs: document $XDG environment variables #25227Eduardo Rittner Coelho2023-09-20
* vim-patch:9.0.1915: r_CTRL-C works differently in visual mode (#25248)zeertzjq2023-09-20
* fix(lsp)!: deprecate trim_empty_linesMaria José Solano2023-09-19
* feat(lsp): use treesitter for stylize markdownMaria José Solano2023-09-19
* Merge pull request #25214 from bfredl/glyphcachebfredl2023-09-19
|\
| * refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* | Merge pull request #25148 from glepnir/fixed_optbfredl2023-09-19
|\ \
| * | fix(float): add fixd optionglepnir2023-09-18
* | | vim-patch:346ac1429c5a (#25239)zeertzjq2023-09-19
| |/ |/|
* | vim-patch:d8b86c937a41Christian Clason2023-09-17
* | vim-patch:e30d8e4ce01dChristian Clason2023-09-17
* | vim-patch:9.0.1907: No support for liquidsoap filetypesChristian Clason2023-09-17
* | fix(treesitter): _trees may not be list-likeJaehwang Jung2023-09-17
* | feat(folds): support virtual text format for 'foldtext' (#25209)zeertzjq2023-09-17
* | docs: remove joke from pronouncedundargoc2023-09-17
* | docs(tutor): clarify the meaning of ✗ and ✓ (#25204)zeertzjq2023-09-17
* | fix(lua): not using global value in vim.opt_global (#25196)Phelipe Teles2023-09-17
* | feat(treesitter): add lang parameter to the query editor (#25181)Maria José Solano2023-09-16
* | fix(treesitter): properly combine injection.combined regionsJaehwang Jung2023-09-16
* | fix(treesitter): fix trim predicateLewis Russell2023-09-16
* | fix(typing): vim.fn.executeLewis Russell2023-09-16
* | perf(treesitter): do not scan past given line for predicate matchL Lllvvuu2023-09-16
* | fix(languagetree): apply `resolve_lang` to `metadata['injection.language']`L Lllvvuu2023-09-16
* | vim-patch:c1f8bb37c6a8Christian Clason2023-09-16
* | refactor(treesitter): remove duplicated diagnostic code (#24976)Maria José Solano2023-09-15
* | refactor(treesitter): rename "preview" => "edit" #25161Maria José Solano2023-09-15
* | docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* | refactor(treesitter): deprecate for_each_child #25118LW2023-09-14