Commit 1ac23b7
committed
vim: Import v8.0.1520
* 8.0.1520: cursor in wrong line when using a WinBar in Terminal window
* 8.0.1519: getchangelist() does not use argument as bufname()
* 8.0.1518: error messages suppressed after ":silent! try"
* 8.0.1517: invalid memory acces with pattern using look-behind match
* 8.0.1516: errors for job options are not very specific
* 8.0.1515: BufWinEnter event fired when opening hidden terminal
* 8.0.1514: getting the list of changes is not easy
* 8.0.1513: the jumplist is not always properly cleaned up
* 8.0.1512: warning for possibly using NULL pointer
* 8.0.1511: some code for the debugger watch expression is clumsy
* 8.0.1510: cannot test if a command causes a beep1 parent 76644b4 commit 1ac23b7
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/eval.txt+25
- runtime/doc/usr_41.txt+1
- src/Makefile+1
- src/channel.c+17-17
- src/eval.c+194-184
- src/evalfunc.c+70-3
- src/ex_cmds.c+1-1
- src/ex_cmds2.c+13-16
- src/ex_docmd.c+11-1
- src/globals.h+3
- src/mark.c+19-6
- src/misc1.c+7-2
- src/proto/eval.pro+2-2
- src/proto/mark.pro+1-1
- src/regexp.c+6-1
- src/screen.c+5
- src/terminal.c+8-5
- src/testdir/Make_all.mak+1
- src/testdir/test_assert.vim+10
- src/testdir/test_changelist.vim+48
- src/testdir/test_eval_stuff.vim+14
- src/testdir/test_normal.vim+2
- src/version.c+22
0 commit comments