Commit 7c0d2aa
committed
vim: Import v9.0.0222
* 9.0.0222: no good reason why text objects are only in larger builds
* 9.0.0221: accessing freed memory if compiling nested function fails
* 9.0.0220: invalid memory access with for loop over NULL string
* 9.0.0219: cannot make a funcref with "s:func" in a def function
* 9.0.0218: reading before the start of the line
* Update runtime files1 parent 31517ea commit 7c0d2aa
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/motion.txt+1-2
- runtime/doc/various.txt+1-1
- src/buffer.c-2
- src/edit.c+2-1
- src/evalfunc.c+1-7
- src/feature.h+1-7
- src/globals.h+2-1
- src/mbyte.c+13-8
- src/misc2.c-2
- src/normal.c+2-8
- src/option.c-4
- src/option.h-4
- src/optiondefs.h+2-10
- src/optionstr.c-2
- src/proto/edit.pro+1-1
- src/scriptfile.c+3-1
- src/structs.h-2
- src/testdir/test_cmdwin.vim+8
- src/testdir/test_eval_stuff.vim+12
- src/testdir/test_textobjects.vim-1
- src/testdir/test_vim9_func.vim+51
- src/textobject.c+2-3
- src/userfunc.c+2-1
- src/version.c+10-4
- src/vim9compile.c+5-2
- src/vim9expr.c+2-3
0 commit comments