Skip to content

Commit

Permalink
vim: Import v9.1.0938
Browse files Browse the repository at this point in the history
* 9.1.0938: exclusive selection not respected when re-selecting block mode
* 9.1.0937: test_undolist() is flaky
* 9.1.0936: cannot highlight completed text
* 9.1.0935: SpotBugs compiler can be improved
* 9.1.0934: hard to view an existing buffer in the preview window
* runtime(doc): document how to minimize fold computation costs
* 9.1.0933: Vim9: vim9compile.c can be further improved
* 9.1.0932: new Italian tutor not installed
* runtime(doc): fix a few minor errors from the last doc updates
  • Loading branch information
github-actions[bot] committed Dec 16, 2024
1 parent ad40334 commit af5dfdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* [translation(it): add Italian translation for the interactive tutor](https://github.com/vim/vim/commit/b100477190caa8680df0bf19951b79d65665aa7d)\n* [runtime(doc): update the change.txt help file](https://github.com/vim/vim/commit/41d6de2974429f5fc76fbeacc233a1fa66c6f869)\n* [runtime(help): Add Vim lang annotation support for codeblocks](https://github.com/vim/vim/commit/6fea0a54804fc36ab7138a66210b0eb380d96198)\n* [9.1.0931](https://github.com/vim/vim/commit/3a3a2c921c78a12eac35ef6d6b9cceb117fcc7e1): ml\_get error in terminal buffer\n* [9.1.0930](https://github.com/vim/vim/commit/b34622579ca2ffa701ea6cf27a09b17bf74e6f62): tests: test\_terminal2 may hang in GUI mode\n* [9.1.0929](https://github.com/vim/vim/commit/5a2e0cf5f11c611c9b01f1bd6e7294edf0dd2bf4): filetype: lalrpop files are not recognized\n* [9.1.0928](https://github.com/vim/vim/commit/b48108d58ea30ba72b635af6ae8d888e7f0fe223): tests: test\_popupwin fails because the filter command fails\n* [editorconfig: set trim\_trailing\_whitespace = false for src/testdir/test\*.vim](https://github.com/vim/vim/commit/3c5d782dbc61c9328ef0cd906dab2b043dc084a9)
* [9.1.0938](https://github.com/vim/vim/commit/bb955894734b287abfadd3a25786a42038d18d61): exclusive selection not respected when re-selecting block mode\n* [9.1.0937](https://github.com/vim/vim/commit/381ff7726efee9a0a7c2f79e01340fa972cafdfd): test\_undolist() is flaky\n* [9.1.0936](https://github.com/vim/vim/commit/6a38aff218f5b99a1aed7edaa357df24b9092734): cannot highlight completed text\n* [9.1.0935](https://github.com/vim/vim/commit/368ef5a48c7a41af7fe2c32a5d5659e23aff63d0): SpotBugs compiler can be improved\n* [9.1.0934](https://github.com/vim/vim/commit/a2a2fe841ed2efdbb1f8055f752a3a4d0988ae9d): hard to view an existing buffer in the preview window\n* [runtime(doc): document how to minimize fold computation costs](https://github.com/vim/vim/commit/3920bb4356aa7324a4be1071c87524a2f921d921)\n* [9.1.0933](https://github.com/vim/vim/commit/468db1f8af178d89149b6bc01f1d0202cb86aac2): Vim9: vim9compile.c can be further improved\n* [9.1.0932](https://github.com/vim/vim/commit/3f7d584e967e28ca9d3dab0b4726106bbcb5094d): new Italian tutor not installed\n* [runtime(doc): fix a few minor errors from the last doc updates](https://github.com/vim/vim/commit/0a4e57f44abc05033f839b4538efee8120f7d967)
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 54 files
+2 −0 Filelist
+132 −30 runtime/autoload/spotbugs.vim
+109 −44 runtime/compiler/spotbugs.vim
+36 −8 runtime/doc/fold.txt
+1 −1 runtime/doc/indent.txt
+2 −1 runtime/doc/index.txt
+7 −8 runtime/doc/motion.txt
+16 −9 runtime/doc/pi_tutor.txt
+73 −19 runtime/doc/quickfix.txt
+3 −1 runtime/doc/syntax.txt
+4 −1 runtime/doc/tags
+1 −4 runtime/doc/todo.txt
+3 −3 runtime/doc/usr_01.txt
+1 −4 runtime/doc/various.txt
+4 −2 runtime/doc/version9.txt
+10 −1 runtime/doc/windows.txt
+170 −62 runtime/ftplugin/java.vim
+18 −18 runtime/syntax/vim.vim
+6 −3 src/Makefile
+11 −2 src/drawline.c
+12 −12 src/ex_cmdidxs.h
+3 −0 src/ex_cmds.h
+43 −3 src/ex_docmd.c
+1 −0 src/highlight.c
+40 −13 src/insexpand.c
+2 −0 src/normal.c
+1 −0 src/proto/insexpand.pro
+20 −0 src/testdir/dumps/Test_popup_and_previewwindow_pbuffer.dump
+0 −0 src/testdir/dumps/Test_popup_and_previewwindow_pedit.dump
+20 −0 src/testdir/dumps/Test_pum_matchins_01.dump
+20 −0 src/testdir/dumps/Test_pum_matchins_02.dump
+20 −0 src/testdir/dumps/Test_pum_matchins_03.dump
+20 −0 src/testdir/dumps/Test_pum_matchins_04.dump
+20 −0 src/testdir/dumps/Test_pum_matchins_05.dump
+12 −0 src/testdir/dumps/Test_pum_preview_pbuffer_1.dump
+12 −0 src/testdir/dumps/Test_pum_preview_pbuffer_2.dump
+12 −0 src/testdir/dumps/Test_pum_preview_pbuffer_3.dump
+12 −0 src/testdir/dumps/Test_pum_preview_pbuffer_4.dump
+0 −0 src/testdir/dumps/Test_pum_preview_pedit_1.dump
+0 −0 src/testdir/dumps/Test_pum_preview_pedit_2.dump
+0 −0 src/testdir/dumps/Test_pum_preview_pedit_3.dump
+0 −0 src/testdir/dumps/Test_pum_preview_pedit_4.dump
+385 −15 src/testdir/test_compiler.vim
+68 −9 src/testdir/test_popup.vim
+25 −11 src/testdir/test_popupwin.vim
+40 −7 src/testdir/test_preview.vim
+4 −0 src/testdir/test_statusline.vim
+2 −1 src/testdir/test_undo.vim
+16 −5 src/testdir/test_vim9_cmd.vim
+46 −0 src/testdir/test_visual.vim
+1 −0 src/testdir/test_window_cmd.vim
+12 −0 src/testdir/test_winfixbuf.vim
+14 −0 src/version.c
+299 −212 src/vim9compile.c

0 comments on commit af5dfdb

Please sign in to comment.