Commit 88e6973
committed
vim: Import v8.2.5034
* 8.2.5034: there is no way to get the byte index from a virtual column
* 8.2.5033: build error with +eval but without +quickfix
* 8.2.5032: Python 3 test fails without the GUI
* 8.2.5031: cannot easily run the benchmarks
* 8.2.5030: autocmd_add() can only handle one event and pattern
* 8.2.5029: "textlock" is always zero
* 8.2.5028: syntax regexp matching can be slow
* 8.2.5027: error for missing :endif when an exception was thrown1 parent e19db78 commit 88e6973
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/builtin.txt+33-2
- runtime/doc/insert.txt+1-1
- runtime/doc/tags-1
- runtime/doc/usr_41.txt+1
- src/Makefile+4-1
- src/autocmd.c+135-41
- src/beval.c+2-2
- src/change.c+3-3
- src/edit.c+3-4
- src/errors.h+6-7
- src/eval.c+5-5
- src/evalfunc.c+2
- src/ex_cmds.c+4-4
- src/ex_docmd.c+2-1
- src/ex_getln.c+9-21
- src/globals.h+1-6
- src/indent.c+2-2
- src/insexpand.c+6-12
- src/map.c+2-2
- src/move.c+33
- src/proto/ex_getln.pro-1
- src/proto/move.pro+1
- src/regexp_bt.c+9-5
- src/regexp_nfa.c+20-4
- src/register.c+2-2
- src/testdir/Makefile+4
- src/testdir/test_autocmd.vim+77
- src/testdir/test_cursor_func.vim+22
- src/testdir/test_edit.vim+1-1
- src/testdir/test_ins_complete.vim+2-2
- src/testdir/test_popup.vim+1-1
- src/testdir/test_python3.vim+3-1
- src/testdir/test_quickfix.vim+1-1
- src/testdir/test_trycatch.vim+17
- src/undo.c+2-2
- src/version.c+16
- src/window.c+1-1
0 commit comments