aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge pull request #20496 from ehllie/runtime_annotationsbfredl2022-10-05
|\
| * docs(docstrings): fix runtime type annotationsElizabeth Paź2022-10-05
* | Merge pull request #20497 from zeertzjq/vim-8.2.2413zeertzjq2022-10-05
|\ \ | |/ |/|
| * vim-patch:9.0.0388: the do_arg_all() function is too longzeertzjq2022-10-05
| * vim-patch:8.2.3886: can define autocmd for every event by using "au!"zeertzjq2022-10-05
| * vim-patch:8.2.3885: arglist test failszeertzjq2022-10-05
| * vim-patch:8.2.3884: crash when clearing the argument list while using itzeertzjq2022-10-05
| * vim-patch:8.2.2463: using :arglocal in an autocommand may use freed memoryzeertzjq2022-10-05
| * vim-patch:8.2.2421: double free when using autocommand with "argdel"zeertzjq2022-10-05
| * vim-patch:8.2.2413: crash when using :all while using a cmdline windowzeertzjq2022-10-05
|/
* Merge pull request #20494 from bfredl/shadatestbfredl2022-10-05
|\
| * test(shada): fix shada syntax definitions testbfredl2022-10-05
* | feat(docs): format parameters as a list #20485Justin M. Keyes2022-10-05
* | Merge pull request #20493 from bfredl/windowtestbfredl2022-10-05
|\ \
| * | test(api): migrate screenchar() test in in window API to screen testbfredl2022-10-05
| |/
* | vim-patch:partial:f269eabc6c4f (#20470)Christian Clason2022-10-05
* | Merge pull request #20490 from zeertzjq/vim-9.0.0656zeertzjq2022-10-05
|\ \ | |/ |/|
| * vim-patch:9.0.0661: multi-byte "lastline" in 'fillchars' does not work properlyzeertzjq2022-10-05
| * vim-patch:9.0.0656: cannot specify another character to use instead of '@'zeertzjq2022-10-05
|/
* fix(docs): missing "(" in :help HTMLJustin M. Keyes2022-10-04
* feat(lsp): add bufnr option to lsp.start (#20473)August Masquelier2022-10-04
* fix(build): "make clean" failsJustin M. Keyes2022-10-04
* Merge #20412 feat(docs): HTML generatorJustin M. Keyes2022-10-04
|\
| * feat(gen_help_html.lua): remove old AWK scriptsJustin M. Keyes2022-10-04
| * feat(docs): nested lists in HTML, update :help parserJustin M. Keyes2022-10-04
|/
* fix(ui): msg_ext_set_kind for nvim_echo (#20476)Shougo2022-10-04
* build(deps): bump LuaJIT to HEAD - 6c4826f12 (#20478)Christian Clason2022-10-04
* Merge pull request #20467 from zeertzjq/vim-8.2.2316zeertzjq2022-10-04
|\
| * test: add test for :function followed by <lambda>zeertzjq2022-10-04
| * vim-patch:8.2.2316: Vim9: cannot list a lambda functionzeertzjq2022-10-04
|/
* docs(shell): mention "&" for piping with powershell #20459Enan Ajmain2022-10-03
* Merge #20154 build: cmake cleanupJustin M. Keyes2022-10-02
|\
| * build: define EP_PREFIX propertydundargoc2022-10-02
| * build: rely on builtin cmake downloading rather than custom scriptdundargoc2022-10-02
| * build: remove unnecessary translation-related codedundargoc2022-10-02
| * build: remove url for 32-bit winyankdundargoc2022-10-02
| * build: remove code for cross-compilationdundargoc2022-10-02
| * build: remove unused variable CMAKE_C_COMPILER_ARG1dundargoc2022-10-02
* | docs: refer to vim.lsp.start() in LSP issue template #20422Mathias Fußenegger2022-10-02
* | feat(l10n): update Turkish translations (#20444)Emir SARI2022-10-02
* | build: only generate compilation database for the nvim target (#20449)dundargoc2022-10-02
|/
* build(deps): bump Luv to HEAD - 80c8c00ba (#20433)Christian Clason2022-10-02
* build(deps): bump libuv to HEAD - f610339f7 (#20445)Christian Clason2022-10-02
* fix(folds): fix fold marker multibyte comparison (#20439)zeertzjq2022-10-02
* Merge pull request #20429 from zeertzjq/vim-9.0.0620zeertzjq2022-10-02
|\
| * vim-patch:9.0.0622: matchaddpos() can get slow when adding many matcheszeertzjq2022-10-02
| * vim-patch:9.0.0620: matchaddpos() can only add up to 8 matcheszeertzjq2022-10-02
|/
* Merge #19438 from 3N4N/fix/pwshJustin M. Keyes2022-10-01
|\
| * fix: :! pwsh redirection for `command not found`Enan Ajmain2022-09-30
| * fix: make_filter_cmd for :! powershellEnan Ajmain2022-09-30