aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
...
| * vim-patch:partial:8.2.3908: cannot use a script-local function for 'foldtext'zeertzjq2022-12-03
| * vim-patch:8.2.3900: it is not easy to use a script-local function for an optionzeertzjq2022-12-03
| * Merge pull request #21154 from clason/vimdoc-injectionsChristian Clason2022-12-02
| |\
| | * docs(news): add entry for highlighted codeChristian Clason2022-12-02
| | * docs(gen): support language annotation in docstringsChristian Clason2022-12-02
| | * docs: add language annotation to Nvim manualChristian Clason2022-12-02
| | * feat(help): highlighted codeblocksChristian Clason2022-11-29
| * | refactor(fs): replace vim.fn/vim.env in vim.fs (#20379)Mike2022-12-01
| * | feat(provider): add support for Yarn node modules on Windows (#21246)Charles Nguyen2022-12-01
| |/
| * vim-patch:9.0.0969: matchparen highlight is not updated when switching buffer...zeertzjq2022-11-29
| * docs: fix typos (#21196)dundargoc2022-11-29
| * refactor: rework parameter validation in vim.secure.trust() (#21223)Gregory Anders2022-11-28
| * feat(secure): add `:trust` command and vim.secure.trust() (#21107)Jlll12022-11-28
| * docs(lua): correct the tags for vim.opt_local and vim.opt_global (#21138)dundargoc2022-11-28
| * vim-patch:9.0.0952: Eclipse preference files are not recognized (#21199)Christian Clason2022-11-26
| * docs: fix typos (#21168)dundargoc2022-11-26
| * vim-patch:9.0.0935: when using dash it may not be recognize as filetype "sh" ...Christian Clason2022-11-25
| * vim-patch:9.0.0932: Oblivion files are not recognized (#21179)zeertzjq2022-11-25
| * vim-patch:9.0.0942: Workflow Description Language files are not recognized (#...Christian Clason2022-11-25
| * vim-patch:partial:b59ae59a5870 (#21170)Sean Dewar2022-11-24
| * docs(news): add diagnostic suffix (#21141)beardedsakimonkey2022-11-23
| * docs(lua): add clarifications for fs.find() and fs.normalize() (#21132)AzerAfram2022-11-24
| * vim-patch:partial:9.0.0917: the WinScrolled autocommand event is not enough (...zeertzjq2022-11-23
| * vim-patch:9.0.0922: Mermaid files are not recognized (#21160)Christian Clason2022-11-22
| * build(deps): update viml parser and queries (#21158)Christian Clason2022-11-22
| * vim-patch:9.0.0916: getbufline() is inefficient for getting a single linezeertzjq2022-11-22
| * vim-patch:8.2.2435: setline() gives an error for some typeszeertzjq2022-11-22
| * fix(diagnostic): correct type annotations; add Diagnostic type (#21120)Mathias Fußenegger2022-11-21
| * feat(lsp): support set title in lsp relate floatwindow (#21110)Raphael2022-11-21
| * feat(diagnostic): add `suffix` option to `virt_text` config (#21140)beardedsakimonkey2022-11-20
| * feat(diagnostic): add `suffix` option to `open_float()` (#21130)beardedsakimonkey2022-11-20
| * vim-patch:partial:9.0.0913: only change in current window triggers the WinScr...zeertzjq2022-11-20
| * docs(support): update tested versions (#21126)dundargoc2022-11-20
| * perf(diagnostic): use api variable and improve validate (#21111)Raphael2022-11-19
| * fix(lsp): ignore hover and signatureHelp responses on buffer change (#21121)Grzegorz Rozdzialik2022-11-19
| * vim-patch:partial:d13166e788fc (#21109)Sean Dewar2022-11-19
| * feat(lsp): run handler in coroutine to support async response (#21026)Mathias Fußenegger2022-11-19
| * feat(clipboard): added wayclip support (#21091)XDream82022-11-18
| * vim-patch:9.0.0897: Clinical Quality Language files are not recognized (#21094)Matthew Gramigna2022-11-18
| * refactor: deprecate 'secure' optionGregory Anders2022-11-17
| * feat(exrc): use vim.secure.read() for 'exrc' optionGregory Anders2022-11-17
| * feat: add vim.secure.read()Gregory Anders2022-11-17
| * docs(treesitter): change links for `eq?` and `set!` to codeblocks (#21047)Jlll12022-11-15
| * vim-patch:9.0.0883: a silent mapping may cause dots on the command line (#21061)zeertzjq2022-11-15
| * fix(lua): make `vim.deepcopy` work with `vim.NIL`Max2022-11-14
| * vim-patch:9.0.0863: col() and charcol() only work for the current window (#21...zeertzjq2022-11-13
| * vim-patch:9.0.0862: default value of 'endoffile' is wrong (#21032)zeertzjq2022-11-12
| * fix: vim.ui.input always calls callback #21006Steven Arcangeli2022-11-12
| * feat(spell): support nospell in treesitter queriesLewis Russell2022-11-12
| * feat(checkhealth): use "help" syntax, avoid tabpage #20879Justin M. Keyes2022-11-11