Commit ae7f4ed
Travis CI
Vim: v8.2.2863
* vim 50157ef1c...965c04486 (8):
> patch 8.2.2863: removing a text property does not redraw optimally
> patch 8.2.2862: removing a text property causes the whole window to be redawn
> patch 8.2.2861: Vim9: "legacy return" is not recognized as a return statement
> patch 8.2.2860: adding a text property causes the whole window to be redawn
> patch 8.2.2859: Tcl test fails because of changed error message
> patch 8.2.2858: test fails because of changed error message
> patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level
> Update runtime files
https://travis-ci.com/vim/vim-appimage/builds/226076786
[ci skip]1 parent 4ee1ba9 commit ae7f4ed
1 file changed
+1
-1
lines changed- .github/CODEOWNERS+17-5
- runtime/doc/cmdline.txt+6-4
- runtime/doc/eval.txt+6-1
- runtime/doc/map.txt+17-1
- runtime/doc/options.txt+1-1
- runtime/doc/pattern.txt+35-1
- runtime/doc/quickfix.txt+3-3
- runtime/doc/repeat.txt+14-5
- runtime/doc/starting.txt+2-2
- runtime/doc/tags+4-1
- runtime/doc/todo.txt+22-8
- runtime/doc/version7.txt+2-2
- runtime/doc/version8.txt+2-2
- runtime/ftplugin/meson.vim+1
- runtime/ftplugin/systemverilog.vim+34-1
- runtime/indent/meson.vim+1
- runtime/pack/dist/opt/termdebug/plugin/termdebug.vim+4-2
- runtime/syntax/dts.vim+51-3
- runtime/syntax/meson.vim+21-32
- src/change.c+1-1
- src/globals.h+1-1
- src/proto/change.pro+1
- src/testdir/test_ex_mode.vim+2-2
- src/testdir/test_tcl.vim+1-1
- src/testdir/test_vim9_builtin.vim+14
- src/testdir/test_vim9_expr.vim+15
- src/textprop.c+12-3
- src/version.c+14
- src/vim9.h+1
- src/vim9compile.c+55-9
- src/vim9execute.c+28-1
0 commit comments