aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * | | | | | | ci(labeler): add filetype label if any filetype files have changedDundar Göc2022-02-12
| * | | | | | | | Merge pull request #17375 from shadmansaleh/fix/vim.g/autoloadChristian Clason2022-02-13
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh2022-02-13
| * | | | | | | | Merge pull request #17389 from zeertzjq/restore-oldtestszeertzjq2022-02-13
| |\ \ \ \ \ \ \ \
| | * | | | | | | | test(old): add test_cdo.vim and test_packadd.vimzeertzjq2022-02-13
| |/ / / / / / / /
| * | | | | | | | Merge pull request #17388 from zeertzjq/test-assertzeertzjq2022-02-13
| |\ \ \ \ \ \ \ \
| | * | | | | | | | test(old): move some tests from assert_spec.lua to test_assert.vimzeertzjq2022-02-13
| |/ / / / / / / /
| * | | | | | | | Merge pull request #17385 from seandewar/vim-8.2.4359Sean Dewar2022-02-12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | vim-patch:8.2.4364: MS-Windows: still running out of memory for a very long lineSean Dewar2022-02-12
| | * | | | | | | | vim-patch:8.2.4363: MS-Windows: running out of memory for a very long lineSean Dewar2022-02-12
| | * | | | | | | | vim-patch:8.2.4362: :retab may allocate too much memorySean Dewar2022-02-12
| | * | | | | | | | vim-patch:8.2.4359: crash when repeatedly using :retabSean Dewar2022-02-12
| * | | | | | | | | Merge pull request #16643 from zeertzjq/vim-8.1.2184zeertzjq2022-02-13
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | vim-patch:8.1.2184: option context is not copied when splitting a windowzeertzjq2022-02-13
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #17382 from zeertzjq/vim-8.2.2342zeertzjq2022-02-13
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | vim-patch:8.2.2342: "char" functions may return wrong column in Insert modezeertzjq2022-02-12
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #17379 from clason/vim-8.2.4352Christian Clason2022-02-12
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | vim-patch:8.2.4352: ReScript files are not recognizedChristian Clason2022-02-12
| * | | | | | | | Merge pull request #17383 from lewis6991/sign_effChristian Clason2022-02-12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | refactor(signs): more efficient signcol calcLewis Russell2022-02-12
| |/ / / / / / / /
| * | | | | | | | Merge pull request #17381 from zeertzjq/vim-8.2.0580zeertzjq2022-02-12
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | vim-patch:8.2.0580: window size wrong if 'ea' is off and 'splitright' is onzeertzjq2022-02-12
| |/ / / / / / /
| * | | | | | | Merge pull request #17377 from clason/keyset-morebfredl2022-02-12
| |\ \ \ \ \ \ \
| | * | | | | | | feat(api): add strikethrough, nocombine to set_hlChristian Clason2022-02-12
| * | | | | | | | Merge pull request #17269 from seandewar/vim-8.2.0915Sean Dewar2022-02-12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | vim-patch:8.2.0922: search test failsSean Dewar2022-02-12
| | * | | | | | | | vim-patch:8.2.0918: duplicate code for evaluating expression argumentSean Dewar2022-02-12
| | * | | | | | | | vim-patch:8.2.0915: search() cannot skip over matches like searchpair() canSean Dewar2022-02-12
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #17376 from dundargoc/ci/reviews/upgrade-to-v6James McCoy2022-02-12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ci(reviews): upgrade github-script version to v6Dundar Göc2022-02-12
| | |/ / / / / / /
| * | | | | | | | Merge pull request #17371 from dundargoc/revert/continue-on-errorJames McCoy2022-02-12
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | revert: "ci: use continue-on-error instead of "|| true""Dundar Göc2022-02-12
| |/ / / / / / /
| * | | | | | | Merge pull request #17370 from dundargoc/ci/fix-reviews-workflowJames McCoy2022-02-11
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | ci: fix reviews workflow by sending an artifact with PR numberDundar Göc2022-02-11
| * | | | | | | Merge pull request #16841 from zeertzjq/vim-8.1.2073zeertzjq2022-02-12
| |\ \ \ \ \ \ \
| | * | | | | | | test: convert some colorcolumn tests to Lua screen testszeertzjq2022-02-12
| | * | | | | | | vim-patch:8.1.2073: when editing a buffer 'colorcolumn' may not workzeertzjq2022-02-12
| |/ / / / / / /
| * | | | | | | Merge pull request #17325 from glacambre/stdioopen_docJames McCoy2022-02-11
| |\ \ \ \ \ \ \
| | * | | | | | | docs(stdioopen): add missing documentation for on_print paramglacambre2022-02-11
| * | | | | | | | Merge pull request #17372 from dundargoc/ci/commitlint/fix-revert-bugJames McCoy2022-02-11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ci(commitlint): allow first non-space character to be a quoteDundar Göc2022-02-11
| |/ / / / / / / /
| * | | | | | | | Merge pull request #17284 from dundargoc/ci/reduce-noiseJames McCoy2022-02-11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ci: disable tracing (set -x) from the shell scriptsDundar Göc2022-02-11
| |/ / / / / / / /
| * | | | | | | | Merge pull request #17365 from kevinhwang91/fix-ts-empty-linesChristian Clason2022-02-11
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | fix: append test for checking zero width node rangekevinhwang912022-02-11
| | * | | | | | | fix(query.lua): check empty table for lineskevinhwang912022-02-11
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | fix(lsp): correct prefix when filterText is present (#17051)Lajos Koszti2022-02-11
| * | | | | | | Merge pull request #17368 from zeertzjq/test-filechanged-dialogzeertzjq2022-02-11
| |\ \ \ \ \ \ \
| | * | | | | | | test: convert Test_file_changed_dialog() to Lua functional testzeertzjq2022-02-11
| |/ / / / / / /
| * | | | | | | Merge pull request #17360 from lewis6991/fix-window-closeChristian Clason2022-02-11
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |