Commit abd1fac
committed
vim: Import v8.2.4212
* 8.2.4212: window title test still fails in some configurations
* 8.2.4211: window title test still fails in some configurations
* 8.2.4210: window title test fails in some configurations
* 8.2.4209: partial in 'opfunc' cannot use an imported function
* 8.2.4208: using setbufvar() may change the window title
* 8.2.4207: recursion test fails with MSVC
* 8.2.4206: condition with many "(" causes a crash
* 8.2.4205: the normal_cmd() function is too long
* 8.2.4204: screenpos() has non-zero row for invisible text
* 8.2.4203: entering a character with CTRL-V may include modifiers
* 8.2.4202: Vim9: cannot export function that exists globally
* 8.2.4201: when using the GUI CTRL-Z does not stop gvim
* 8.2.4200: some tests do not clean up properly
* 8.2.4199: MS-Windows: Support for MSVC 2003 is not useful1 parent 8a6a200 commit abd1fac
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- src/GvimExt/gvimext.h-6
- src/autocmd.c+3
- src/edit.c+9
- src/errors.h+6-1
- src/eval.c+18
- src/evalvars.c+24-7
- src/ex_docmd.c-9
- src/feature.h+1-2
- src/gui_w32.c-7
- src/if_cscope.c+2-7
- src/if_ole.cpp-7
- src/if_ruby.c-5
- src/macros.h+2-2
- src/move.c+4-1
- src/normal.c+474-351
- src/os_mswin.c+12-27
- src/os_unix.c+8-1
- src/os_win32.c-82
- src/os_win32.h+5-22
- src/proto/os_win32.pro-1
- src/proto/userfunc.pro+1-1
- src/testdir/test_cursor_func.vim+1-1
- src/testdir/test_edit.vim+17-4
- src/testdir/test_eval_stuff.vim+5
- src/testdir/test_filetype.vim+4
- src/testdir/test_functions.vim+26-1
- src/testdir/test_messages.vim+1
- src/testdir/test_vim9_import.vim+67-2
- src/time.c+3-17
- src/userfunc.c+18-9
- src/version.c+28
- src/vim.h+8-5
- src/vim9compile.c+1-1
- src/vim9instr.c+1-1
0 commit comments