Commit 12fe867
Travis CI
Vim: v8.2.2792
* vim e8209b91b...9ce47ec0b (9):
> patch 8.2.2792: Vim9: :disas shows instructions for default args but no text
> patch 8.2.2791: Vim9: memory leak when using \=expr in :substitute
> patch 8.2.2790: filetype test fails
> patch 8.2.2789: Vim9: using \=expr in :substitute does not handle jumps
> patch 8.2.2788: Raku is now the only name what once was called perl6
> patch 8.2.2787: MS-Windows: crash when using :echoconsole
> patch 8.2.2786: Vim9: memory leak when using :s with expression
> patch 8.2.2785: Vim9: cannot redirect to local variable
> patch 8.2.2784: Vim9: cannot use \=expr in :substitute
https://travis-ci.com/vim/vim-appimage/builds/223721498
[ci skip]1 parent dba2e2a commit 12fe867
1 file changed
+1
-1
lines changed- runtime/filetype.vim+3-3
- runtime/scripts.vim+4-4
- src/errors.h+4
- src/evalvars.c+37-3
- src/ex_cmds.c+24-12
- src/globals.h+3
- src/os_win32.c+4-2
- src/proto/evalvars.pro+5-1
- src/proto/ex_cmds.pro+1
- src/proto/vim9execute.pro+1
- src/regexp.c+3
- src/testdir/test_filetype.vim+2-3
- src/testdir/test_vim9_cmd.vim+46
- src/testdir/test_vim9_disassemble.vim+50-2
- src/version.c+18
- src/vim9.h+16-2
- src/vim9compile.c+315-96
- src/vim9execute.c+947-765
0 commit comments