Commit 2b684ba
committed
vim: Import v9.2.0291
* 9.2.0291: too many strlen() calls
* 9.2.0290: Amiga: no support for AmigaOS 3.x
* 9.2.0289: 'linebreak' may lead to wrong Visual block highlighting
* runtime(doc): adjust :h 'autowrite' and :h 'autowriteall'
* 9.2.0288: libvterm: signed integer overflow parsing long CSI args
* 9.2.0287: filetype: not all ObjectScript routines are recognized
* translation(it): Update Italian translation
* runtime(swayconfig): add additional criteria and hdr
* 9.2.0286: still some unnecessary (int) casts in alloc()
* 9.2.0285: :syn sync grouphere may go beyond end of line
* runtime(doc): Various fixes for ft_rust.txt (tw78, grammar, spaces)1 parent 2c5f4c0 commit 2b684ba
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- Filelist+1
- runtime/autoload/dist/ft.vim+10-2
- runtime/doc/ft_rust.txt+201-227
- runtime/doc/options.txt+7-7
- runtime/doc/tags+1
- runtime/syntax/swayconfig.vim+4-4
- src/Make_ami.mak+9-1
- src/blowfish.c+3-2
- src/change.c+1-1
- src/charset.c+40-19
- src/cindent.c+9-9
- src/drawline.c+11-9
- src/drawscreen.c+4-11
- src/edit.c+3-3
- src/evalfunc.c+3-3
- src/ex_cmds.c+4-2
- src/filepath.c+25-13
- src/gui_xim.c+1-1
- src/if_cscope.c+21-12
- src/indent.c+1-1
- src/libvterm/src/parser.c+4-2
- src/main.c+6-4
- src/memline.c+86-53
- src/misc1.c+22-15
- src/misc2.c+6-6
- src/mouse.c+5-4
- src/move.c+4-4
- src/netbeans.c+1-1
- src/normal.c+8-7
- src/ops.c+14-11
- src/option.c+5-4
- src/os_amiga.c+48-9
- src/os_amiga.h+10
- src/os_amiga_stubs.c+97
- src/os_win32.c+6-4
- src/po/it.po+46-36
- src/popupwin.c+2-2
- src/proto/charset.pro+4-4
- src/proto/filepath.pro+1-1
- src/quickfix.c+46-29
- src/regexp.c+2-2
- src/regexp_bt.c+1-1
- src/regexp_nfa.c+1-1
- src/register.c+4-4
- src/scriptfile.c+51-41
- src/search.c+1-1
- src/syntax.c+3-3
- src/testdir/dumps/Test_visual_block_hl_with_linebreak_1.dump+6
- src/testdir/dumps/Test_visual_block_hl_with_linebreak_2.dump+6
- src/testdir/dumps/Test_visual_block_hl_with_linebreak_3.dump+6
- src/testdir/dumps/Test_visual_block_hl_with_linebreak_4.dump+6
- src/testdir/test_filetype.vim+19
- src/testdir/test_listlbr_utf8.vim+67
- src/testdir/test_syntax.vim+25
- src/undo.c+11-7
- src/version.c+14
- src/vim.h+3
- src/vim9script.c+3-3
- src/xdiff/xmacros.h+3-4
0 commit comments