Commit 60cc7b9
committed
vim: Import v8.0.1695
* 8.0.1695: xxd test not run on MS-Windows
* 8.0.1694: terminal API test is a bit flaky
* 8.0.1693: xxd is excluded from coverage statistics
* 8.0.1692: Python may not work when using statically linked library
* 8.0.1691: xxd test sometimes fails
* 8.0.1690: not easy to run one test with gvim instead of vim
* 8.0.1689: no tests for xxd
* 8.0.1688: some macros are used without a semicolon
* 8.0.1687: 64 bit compiler warnings
* 8.0.1686: Python does not work when configuring with specific dir
* 8.0.1685: can't set ANSI colors of a terminal window
* 8.0.1684: ml_get errors when using terminal window for shell command
* 8.0.1683: Python upgrade breaks Vim when defining PYTHON_HOME
* 8.0.1682: auto indenting breaks inserting a block
* 8.0.1681: the format attribute fails with MinGW
* 8.0.1680: memory allocated by libvterm is not profiled1 parent ab48fe7 commit 60cc7b9
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .travis.yml+1-1
- runtime/doc/eval.txt+31
- runtime/doc/terminal.txt+10
- src/Makefile+9-3
- src/auto/configure+13-6
- src/buffer.c+1-1
- src/channel.c+46-2
- src/configure.ac+15-6
- src/dosinst.c+8-1
- src/evalfunc.c+6
- src/ex_cmds.c+3-3
- src/gui_at_sb.c+5-1
- src/macros.h+4-4
- src/main.c+1-1
- src/memline.c+2-2
- src/ops.c+7-3
- src/option.c+1-1
- src/os_vms.c+1-1
- src/proto.h+3-3
- src/proto/terminal.pro+2
- src/screen.c+14-8
- src/structs.h+4-1
- src/terminal.c+176-11
- src/testdir/Make_all.mak+2
- src/testdir/Makefile+4
- src/testdir/runtest.vim+5-1
- src/testdir/screendump.vim+1-1
- src/testdir/test_blockedit.vim+20
- src/testdir/test_terminal.vim+70
- src/testdir/test_xxd.vim+111
- src/version.c+32
- src/vim.h+4
- src/window.c+33-26
0 commit comments