Commit e94651e
committed
vim: Import v9.1.2125
* 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
* 9.1.2124: blob2str() does not handle UTF-16 encoding
* 9.1.2123: using NOT with a float returns a float in legacy script
* 9.1.2122: Vim9: Negating a float doesn't result in a bool
* 9.1.2121: Vim9: type issue when modifying a variable using :legacy
* 9.1.2120: blob2str() does not restore trailing newline
* runtime(doc): Reformat example at :h gui-w32-fullscreen1 parent d04096e commit e94651e
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- 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