Commit a9140ec
committed
Vim: v9.0.1940
* vim ceee7a808...ec8deb092 (19):
> patch 9.0.1940: wrong upstream version in libvterm README
> patch 9.0.1939: still a problem when processing LSP RPC requests
> runtime(todo): Update Vim9 class items (#13148)
> runtime(doc): Vim9: Consistenly use class/object variable and class/object method in help (#13149)
> patch 9.0.1938: multispace wrong when scrolling horizontally
> patch 9.0.1937: missing test for mouse click + 'virtedit'
> patch 9.0.1936: test: using wrong expected message in test_crypt
> patch 9.0.1935: Vim9: not consistent error messages
> patch 9.0.1934: :bwipe fails after switching window from aucmd_win.
> patch 9.0.1933: Can change the type of a v: variable using if_lua
> patch 9.0.1932: Vim9: error when using null object constructor
> runtime(doc): grammar fixes in doc (#13164)
> runtime(doc): Update the version9.txt with a template for version 9.1 enhancements (#13165)
> runtime(doc): Add a missing '<' to the help of strutf16len() (#13168)
> patch 9.0.1931: make test_compilers fails on ubuntu
> runtime(tutor): fix typo in tutor.nl (#13175)
> patch 9.0.1930: compiler warnings with clang-17
> patch 9.0.1929: runtime tests fail with tiny vim
> patch 9.0.1928: Vim9: constructor type checking bug
https://github.com/vim/vim-appimage/actions/runs/62934813391 parent 80b78fd commit a9140ec
1 file changed
+1
-1
lines changed- Makefile+1-1
- runtime/doc/builtin.txt+1-1
- runtime/doc/ft_rust.txt+2-2
- runtime/doc/terminal.txt+1-1
- runtime/doc/todo.txt+8-19
- runtime/doc/version9.txt+82-1
- runtime/doc/vim9class.txt+112-108
- runtime/syntax/Makefile+2-2
- runtime/syntax/testdir/runtest.vim+3-3
- runtime/tutor/tutor.nl+1-1
- runtime/tutor/tutor.nl.utf-8+1-1
- src/autocmd.c+1-2
- src/channel.c+19-5
- src/debugger.c+1-1
- src/drawline.c+28-6
- src/errors.h+47-41
- src/eval.c+2-2
- src/evalvars.c+63-43
- src/if_lua.c+10
- src/if_python3.c+1-1
- src/libvterm/README+1-1
- src/message.c+9-6
- src/os_unix.c+3-3
- src/proto/evalvars.pro+1
- src/proto/if_python3.pro+1-1
- src/proto/userfunc.pro+1-1
- src/proto/vim9instr.pro+1-1
- src/testdir/test_autocmd.vim+12-1
- src/testdir/test_channel.vim+55-8
- src/testdir/test_compiler.vim+3-4
- src/testdir/test_crypt.vim+2-2
- src/testdir/test_listchars.vim+90-113
- src/testdir/test_lua.vim+39-17
- src/testdir/test_vim9_class.vim+109-58
- src/testdir/test_virtualedit.vim+20
- src/userfunc.c+61-14
- src/version.c+26
- src/vim9class.c+21-20
- src/vim9compile.c+4-4
- src/vim9execute.c+11-11
- src/vim9expr.c+12-12
- src/vim9instr.c-15
- src/vim9type.c+2-2
0 commit comments