Commit 0f4c7b8
committed
Vim: v9.1.0211
* vim 076faac53...63833bb02 (9):
> runtime(json5): add basic indent support (#14298)
> patch 9.1.0211: page-wise scrolling does not support smooth-scrolling
> patch 9.1.0210: Motif: leaking memory when mui_mch_dialog() fails
> patch 9.1.0209: leaking memory in exe_newdict() on error
> patch 9.1.0208: winfixbuf does not allow to re-edit current buffer
> patch 9.1.0207: No autocommand when writing session file
> runtime(java): Update java[CR]_JavaLang type lists (#14297)
> Update README.md (#14302)
> patch 9.1.0206: unused display_text_first boolean var in win_line()
https://github.com/vim/vim-appimage/actions/runs/84449271051 parent 755a2f2 commit 0f4c7b8
1 file changed
+1
-1
lines changed- README.md+1-1
- runtime/doc/autocmd.txt+7-1
- runtime/doc/options.txt+3-3
- runtime/doc/tags+1
- runtime/doc/version9.txt+4-1
- runtime/indent/json5.vim+11
- runtime/syntax/java.vim+4-2
- src/autocmd.c+1
- src/drawline.c+1-7
- src/ex_docmd.c+38-1
- src/gui_motif.c+3
- src/move.c+29-348
- src/session.c+2
- src/testdir/test_autocmd.vim+56
- src/testdir/test_diffmode.vim+22-18
- src/testdir/test_edit.vim+20-20
- src/testdir/test_normal.vim+20-12
- src/testdir/test_scroll_opt.vim+23-1
- src/testdir/test_winfixbuf.vim+140
- src/version.c+12
- src/vim.h+1
- src/vim9execute.c+3
0 commit comments