Commit a962b1e
committed
Vim: v9.1.2125
* vim 371583642...b39b065d6 (10):
> patch 9.1.2125: MS-Windows: DirectX rendering can be improved
> runtime(qf): Update quickfix syntax
> runtime(doc): Fix some overlength lines
> runtime(colors): improve catppuccin colorscheme
> patch 9.1.2124: blob2str() does not handle UTF-16 encoding
> patch 9.1.2123: using NOT with a float returns a float in legacy script
> patch 9.1.2122: Vim9: Negating a float doesn't result in a bool
> patch 9.1.2121: Vim9: type issue when modifying a variable using :legacy
> patch 9.1.2120: blob2str() does not restore trailing newline
> runtime(doc): Reformat example at :h gui-w32-fullscreen
https://github.com/vim/vim-appimage/actions/runs/215546506351 parent 8195e14 commit a962b1e
1 file changed
Lines changed: 1 addition & 1 deletion
- runtime/colors/catppuccin.vim+183-11
- runtime/doc/autocmd.txt+9-7
- runtime/doc/builtin.txt+9-5
- runtime/doc/channel.txt+3-3
- runtime/doc/develop.txt+7-7
- runtime/doc/eval.txt+4-4
- runtime/doc/gui_w32.txt+11-10
- runtime/doc/mbyte.txt+6-6
- runtime/doc/netbeans.txt+5-3
- runtime/doc/options.txt+36-31
- runtime/doc/pi_getscript.txt+3-2
- runtime/doc/pi_vimball.txt+10-10
- runtime/doc/quickfix.txt+8-8
- runtime/doc/repeat.txt+3-2
- runtime/doc/starting.txt+3-3
- runtime/doc/syntax.txt+8-8
- runtime/doc/tagsrch.txt+4-4
- runtime/doc/term.txt+3-3
- runtime/doc/vi_diff.txt+5-3
- runtime/syntax/qf.vim+6-4
- src/eval.c+7-9
- src/gui_dwrite.cpp+57-22
- src/strings.c+189-29
- src/testdir/test_blob.vim+40
- src/testdir/test_functions.vim+8
- src/testdir/test_vim9_assign.vim+46
- src/testdir/test_vim9_expr.vim+5
- src/testdir/test_vimscript.vim+5-1
- src/version.c+12
0 commit comments