Commit 2a9107d
committed
vim: Import v8.1.0053
* 8.1.0053: first argument of 'completefunc' has inconsistent type
* 8.1.0052: when mapping to <Nop> times out the next mapping is skipped
* 8.1.0051: MS-Windows: missing #endif
* 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window
* 8.1.0049: shell cannot tell running in a terminal window
* 8.1.0048: vim_str2nr() does not handle numbers close to the maximum
* 8.1.0047: no completion for :unlet $VAR
* 8.1.0046: loading a session file fails if 'winheight' is big
* 8.1.0045: popup test isn't run completely
* 8.1.0044: if a test function exists Vim this may go unnoticed
* 8.1.0043: ++bad argument of :edit does not work properly1 parent 3bc9019 commit 2a9107d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/terminal.txt+1
- src/channel.c+6-2
- src/charset.c+9-6
- src/edit.c+13-7
- src/eval.c+18-60
- src/evalfunc.c+1-1
- src/ex_docmd.c+15-2
- src/ex_getln.c+14-9
- src/getchar.c+5
- src/mbyte.c+4-5
- src/normal.c+6-4
- src/option.c+5-5
- src/os_unix.c+30-7
- src/os_win32.c+36-7
- src/proto/channel.pro+1-1
- src/proto/eval.pro+4-4
- src/proto/os_unix.pro+1-1
- src/proto/window.pro+1
- src/terminal.c+1-1
- src/testdir/runtest.vim+12
- src/testdir/test_assert.vim+6
- src/testdir/test_ins_complete.vim+25
- src/testdir/test_mksession.vim+10-1
- src/testdir/test_plus_arg_edit.vim+30-2
- src/testdir/test_popup.vim+25-29
- src/testdir/test_terminal.vim+11-4
- src/testdir/test_unlet.vim+10
- src/version.c+22
- src/window.c+32-8
0 commit comments