Patch 9.0.1324
Problem:"gj" and "gk" do not move correctly over a closed fold.
Solution: Use the same code as used for "j"/"k" to go to the next/previous
line. (Luuk van Baal, closes #12007)
Files: src/normal.c, src/testdir/test_fold.vim
*** ../vim-9.0.1323/src/normal.c
John Marriott wrote:
> On 19-Feb-2023 01:43, Bram Moolenaar wrote:
> > Patch 9.0.1320
> > Problem:Checking the type of a null object causes a crash.
> > Solution: Don't try to get the class of a null object. (closes #12005)
> > Handle error from calling a user function better.
Patch 9.0.1323 (after 9.0.1322)
Problem:Build failure with +eval feature.
Solution: Add missing part for using funcerror_T.
Files: src/vim9expr.c
*** ../vim-9.0.1322/src/vim9expr.c 2023-02-08 20:55:23.932100744 +
--- src/vim9expr.c 2023-02-18 19:47:55.946573048 +
**
On 19-Feb-2023 01:43, Bram Moolenaar wrote:
Patch 9.0.1320
Problem:Checking the type of a null object causes a crash.
Solution: Don't try to get the class of a null object. (closes #12005)
Handle error from calling a user function better.
Files: src/vim9type.c, src/vim.h,
Patch 9.0.1322
Problem:Crash when indexing "any" which is an object.
Solution: Check the index is a number. Do not check the member type of an
object. (closes #12019)
Files: src/vim9execute.c, src/vim9compile.c,
src/testdir/test_vim9_class.vim
*** ../vim-9.0
Patch 9.0.1321 (after 9.0.1320)
Problem:vimscript test fails where using {expr} syntax.
Solution: Only return FCERR_FAILED in call_user_func() for Vim9 script.
Files: src/userfunc.c
*** ../vim-9.0.1320/src/userfunc.c 2023-02-18 14:42:40.113005575 +
--- src/userfunc.c 20
Patch 9.0.1320
Problem:Checking the type of a null object causes a crash.
Solution: Don't try to get the class of a null object. (closes #12005)
Handle error from calling a user function better.
Files: src/vim9type.c, src/vim.h, src/userfunc.c, src/proto/userfunc.pro,
Patch 9.0.1319
Problem:PRQL files are not recognized.
Solution: Add a filetype pattern for PRQL files. (Matthias Queitsch,
closes #12018)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1318/runtime/filetype.vim2023-02-07 19:37:26.4782564