Commit 5eb8df5
committed
vim: Import v8.0.0494
* 8.0.0494: build failure with older compiler on MS-Windows
* 8.0.0493: crash with cd command with very long argument
* 8.0.0492: a failing client-server request can make Vim hang
* 8.0.0491: quotestar test fails when features are missing
* 8.0.0490: vertical split makes 'winfixwidth' window smaller
* 8.0.0489: clipboard and "* register is not tested
* 8.0.0488: running tests leaves an "xxx" file behind
* 8.0.0487: the autocmd test hangs on MS-Windows
* 8.0.0486: crash and endless loop when closing windows in autocmd
* 8.0.0485: not all windows commands are tested
* 8.0.0484: :lhelpgrep does not fail after a successful one1 parent 3deaf26 commit 5eb8df5
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/eval.txt+8-5
- src/Makefile+2
- src/evalfunc.c+27-14
- src/fileio.c+5
- src/if_xcmdsrv.c+8-3
- src/main.c+7-7
- src/misc2.c+41-12
- src/os_mswin.c+11-3
- src/proto/if_xcmdsrv.pro+2-2
- src/proto/os_mswin.pro+2-2
- src/proto/window.pro+2
- src/quickfix.c+5-1
- src/testdir/Make_all.mak+2
- src/testdir/gen_opt_test.vim+3-4
- src/testdir/runtest.vim+1
- src/testdir/test_alot.vim+1-1
- src/testdir/test_autocmd.vim+73
- src/testdir/test_cd.vim+13
- src/testdir/test_clientserver.vim+17-41
- src/testdir/test_delete.vim+8
- src/testdir/test_fnamemodify.vim+1-1
- src/testdir/test_functions.vim+2-2
- src/testdir/test_quickfix.vim+143-39
- src/testdir/test_quotestar.vim+139
- src/testdir/test_window_cmd.vim+293
- src/version.c+22
- src/vim.h+3-1
- src/window.c+59-4
0 commit comments