aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ci: inline build commands and remove before_script.sh (#22202)dundargoc2023-02-11
* ci: run lintcommit file from PR branch (#22219)dundargoc2023-02-11
* vim-patch:9.0.1300: 'statusline' only supports one "%=" item (#22218)zeertzjq2023-02-11
* Merge pull request #22217 from zeertzjq/vim-9.0.1298zeertzjq2023-02-11
|\
| * vim-patch:9.0.1299: change for triggering incsearch not sufficiently testedzeertzjq2023-02-11
| * vim-patch:9.0.1298: inserting register on the cmdline does not trigger incsearchzeertzjq2023-02-11
|/
* fix(rpc)!: preseve files when stdio channel is closed (#22137)zeertzjq2023-02-11
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* ci: remove reviewers from the refactor label (#22216)dundargoc2023-02-11
* docs: reword news.txt to ensure a consistent style (#22215)Sizhe Zhao2023-02-11
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* vim-patch:9.0.1297: wrong value for $LC_CTYPE makes the environ test fail (#2...zeertzjq2023-02-11
* Merge pull request #21887 from bfredl/asanterrorbfredl2023-02-10
|\
| * build(ci): let ASAN print tracebacks for more errors (SIGABORT, SIGILL)bfredl2023-02-10
|/
* Merge pull request #22077 from bfredl/neolua_clientbfredl2023-02-10
|\
| * fix(client): wait for session to exitbfredl2023-02-10
| * fix(tests): fixes for using vim.mpack and more ASANbfredl2023-02-10
| * refactor(tests): move lua-client into core and use it for functionaltestsbfredl2023-02-10
* | build: mark uninteresting variables as advanced (#22208)dundargoc2023-02-10
* | Merge pull request #22194 from bfredl/noflushbfredl2023-02-10
|\ \ | |/ |/|
| * refactor(ui): remove some superfluous ui_flush() callsbfredl2023-02-09
| * refactor(ui): don't reimplement redrawing in focus gained handlingbfredl2023-02-09
* | ci: simplify lintcommit output (#22204)dundargoc2023-02-10
* | ci: remove unnecessary environment variables (#22175)dundargoc2023-02-10
* | ci: split functionaltest-lua into two separate jobs (#22201)dundargoc2023-02-10
* | ci: inline test.sh to run_tests.sh (#22198)dundargoc2023-02-10
* | ci(lintcommit): turn off debug tracing (#22196)dundargoc2023-02-09
* | ci: remove base branch from cache key (#22195)dundargoc2023-02-09
* | ci: inline internal caching script to Github actions (#22192)dundargoc2023-02-09
|/
* ci: add individual timeout limits for all tests (#22193)dundargoc2023-02-09
* Merge pull request #22186 from clason/maintainChristian Clason2023-02-09
|\
| * docs(luvref): update version infoChristian Clason2023-02-09
| * docs(maintain): add note on updating luvref.txtChristian Clason2023-02-09
* | test(exit_spec): make sure that autocommands are triggered (#22188)zeertzjq2023-02-09
* | build: remove codecov related files (#20859)dundargoc2023-02-09
* | fix(rpc): ignore redraw events when exiting (#22184)zeertzjq2023-02-09
* | fix(rpc): ignore redraw events when not in UI client (#21892)zeertzjq2023-02-09
* | build: create test/CMakeLists.txt and move test-related code (#22179)dundargoc2023-02-08
* | build: reuse source files with interface library (#22177)dundargoc2023-02-08
* | Merge pull request #22172 from bfredl/cellsbfredl2023-02-08
|\ \
| * | perf(ui): mitigate redraw latency regression from TUI refactorbfredl2023-02-08
| * | refactor(ui): cleanup 'redrawdebug', introduce "flush" modebfredl2023-02-08
* | | ci: remove fail summary (#22174)dundargoc2023-02-08
* | | build: remove unused function get_test_target (#22176)dundargoc2023-02-08
* | | build: replace check-single-includes with clang-tidy (#22061)dundargoc2023-02-08
* | | build(windows): specify Windows 8 as the minimum version (#22173)dundargoc2023-02-08
* | | ci: remove unnecessary END_MARKER variable (#22171)dundargoc2023-02-08
* | | ci(oldtest): make a copy of scripts of ci/common in testdir (#22170)dundargoc2023-02-08
* | | Merge pull request #22165 from clason/bump-LuvChristian Clason2023-02-08
|\ \ \