Skip to content

Commit

Permalink
vim: Import v9.0.0612
Browse files Browse the repository at this point in the history
* 9.0.0612: blockedit test passes with wrong result
* 9.0.0611: tests delete files with a separate delete() call
* 9.0.0610: global interrupt test fails when run under valgrind
* 9.0.0609: blockedit test fails because of wrong indent
* Update runtime files
* 9.0.0608: with spelling, deleting a full stop does not update next line
* 9.0.0607: verbose echo message test fails on Mac OS
* 9.0.0606: system() opens a terminal window when "!" is in 'guioptions'
* 9.0.0605: dump file missing
* 9.0.0604: luacheckrc file is not recognized
* 9.0.0603: with 'nosplitscroll' folds are not handled correctly
* 9.0.0602: new TypeScript extensions are not recognized
* 9.0.0601: too much indent
* 9.0.0600: GYP files are not recognized
* 9.0.0599: latexmkrc files are not recognized
* 9.0.0598: using negative array index with negative width window
  • Loading branch information
chrisbra committed Sep 27, 2022
1 parent 302d2ae commit 59f0c96
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 @@
* [9.0.0597](https://github.com/vim/vim/commit/3bdef10dc1c836e5e5a6fdcc1c21155cbd80d798): cannot close a tab page with the middle mouse button\n* [9.0.0596](https://github.com/vim/vim/commit/7381c0ce3f3e79ec5a74b9be8fc34e0c8181463b): CI on Mac M1 has the channel feature disabled\n* [9.0.0595](https://github.com/vim/vim/commit/1190139ed01c27539615beea9559a88b2551daf3): extra newline in messages after a verbose shell message\n* [9.0.0594](https://github.com/vim/vim/commit/2cb4a89797477fc90c9d84b0d45e869369e39c75): Makefile error message causes a shell error\n* [9.0.0593](https://github.com/vim/vim/commit/311df6bb0f861154e6a27144c226c805c7554a94): CI actions have too many permissions\n* [9.0.0592](https://github.com/vim/vim/commit/838b746cce7ea863acdb81e3f44eec2ea90de92a): display not cleared when scrolling back in messages\n* [9.0.0591](https://github.com/vim/vim/commit/4569020538f76cab588f723bd7243e3896937568): message window popup shows on only one tab page
* [9.0.0612](https://github.com/vim/vim/commit/47da934844afec7b04d94e0d1f8cf0a86e1b9bea): blockedit test passes with wrong result\n* [9.0.0611](https://github.com/vim/vim/commit/70e672580b39eb79607c304803efb954cc11f4e6): tests delete files with a separate delete() call\n* [9.0.0610](https://github.com/vim/vim/commit/859ea4bc76699232e41aea0f308463bab887b0c1): global interrupt test fails when run under valgrind\n* [9.0.0609](https://github.com/vim/vim/commit/66000ff9af8e3de93825ce7baa0c43727465eca5): blockedit test fails because of wrong indent\n* [Update runtime files](https://github.com/vim/vim/commit/9fbdbb814f4ad67a14979aba4a6a49800c2f1a99)\n* [9.0.0608](https://github.com/vim/vim/commit/26f09ea54b2c60abf21df42c60bdfc60eca17b0d): with spelling, deleting a full stop does not update next line\n* [9.0.0607](https://github.com/vim/vim/commit/f802767df7b4532651fcf11d49e812ead32db45b): verbose echo message test fails on Mac OS\n* [9.0.0606](https://github.com/vim/vim/commit/524c853e5ef0392fcf28e449946e05e7e3046e67): system() opens a terminal window when "!" is in 'guioptions'\n* [9.0.0605](https://github.com/vim/vim/commit/439a2ba1749463718b6ce1e1375b68c7b7cff808): dump file missing\n* [9.0.0604](https://github.com/vim/vim/commit/49c311c9b18e18c05f93728d1f8a552923a18423): luacheckrc file is not recognized\n* [9.0.0603](https://github.com/vim/vim/commit/7c1cbb6cd437c6e0c3ccc05840cc931108b4a60a): with 'nosplitscroll' folds are not handled correctly\n* [9.0.0602](https://github.com/vim/vim/commit/7fc6c0e4dab4e80b9806a973936af54276468513): new TypeScript extensions are not recognized\n* [9.0.0601](https://github.com/vim/vim/commit/368aa6908862874fdb901c534ee99033ac977e4a): too much indent\n* [9.0.0600](https://github.com/vim/vim/commit/d32474229213276c64cb293885a975dcb406fbc9): GYP files are not recognized\n* [9.0.0599](https://github.com/vim/vim/commit/cde031938537970938437cdbb235bc0da755ae4a): latexmkrc files are not recognized\n* [9.0.0598](https://github.com/vim/vim/commit/8279af514ca7e5fd3c31cf13b0864163d1a0bfeb): using negative array index with negative width window
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 76 files
+11 −1 .github/CODEOWNERS
+7 −2 runtime/autoload/context.vim
+1,200 −0 runtime/autoload/dist/vimindent.vim
+31 −0 runtime/compiler/hare.vim
+2 −2 runtime/doc/cmdline.txt
+1 −1 runtime/doc/develop.txt
+19 −13 runtime/doc/ft_context.txt
+24 −6 runtime/doc/indent.txt
+10 −6 runtime/doc/map.txt
+2 −2 runtime/doc/motion.txt
+5 −2 runtime/doc/options.txt
+6 −1 runtime/doc/pattern.txt
+4 −4 runtime/doc/quickfix.txt
+10 −3 runtime/doc/repeat.txt
+2 −2 runtime/doc/syntax.txt
+5 −0 runtime/doc/tags
+23 −16 runtime/doc/textprop.txt
+10 −33 runtime/doc/todo.txt
+3 −1 runtime/doc/various.txt
+3 −1 runtime/doc/vim9.txt
+17 −5 runtime/filetype.vim
+15 −0 runtime/ftplugin/chatito.vim
+5 −1 runtime/ftplugin/elixir.vim
+14 −0 runtime/ftplugin/gyp.vim
+27 −0 runtime/ftplugin/hare.vim
+16 −0 runtime/ftplugin/heex.vim
+9 −9 runtime/ftplugin/vim.vim
+32 −0 runtime/indent/chatito.vim
+7 −0 runtime/indent/gyp.vim
+138 −0 runtime/indent/hare.vim
+442 −0 runtime/indent/solidity.vim
+762 −16 runtime/indent/testdir/vim.in
+762 −16 runtime/indent/testdir/vim.ok
+16 −208 runtime/indent/vim.vim
+12 −0 runtime/indent/vue.vim
+62 −0 runtime/syntax/chatito.vim
+3 −3 runtime/syntax/desktop.vim
+49 −0 runtime/syntax/gyp.vim
+133 −0 runtime/syntax/hare.vim
+2 −1 runtime/syntax/help.vim
+120 −0 runtime/syntax/hlsplaylist.vim
+43 −25 runtime/syntax/plsql.vim
+173 −0 runtime/syntax/solidity.vim
+1 −1 runtime/syntax/vim.vim
+0 −1 src/INSTALLpc.txt
+169 −152 src/beval.c
+104 −74 src/blob.c
+7 −0 src/change.c
+100 −87 src/edit.c
+2 −1 src/os_unix.c
+2 −0 src/proto/edit.pro
+8 −0 src/testdir/check.vim
+10 −0 src/testdir/dumps/Test_nosplitscroll_fold_1.dump
+10 −0 src/testdir/dumps/Test_nosplitscroll_fold_2.dump
+10 −0 src/testdir/dumps/Test_nosplitscroll_fold_3.dump
+10 −0 src/testdir/dumps/Test_nosplitscroll_fold_4.dump
+8 −0 src/testdir/dumps/Test_spell_4.dump
+8 −0 src/testdir/dumps/Test_spell_5.dump
+11 −8 src/testdir/test_blockedit.vim
+22 −0 src/testdir/test_cmdwin.vim
+11 −12 src/testdir/test_file_perm.vim
+5 −8 src/testdir/test_filechanged.vim
+5 −10 src/testdir/test_fileformat.vim
+36 −66 src/testdir/test_filetype.vim
+1 −2 src/testdir/test_find_complete.vim
+1 −5 src/testdir/test_findfile.vim
+4 −8 src/testdir/test_fold.vim
+0 −6 src/testdir/test_function_lists.vim
+9 −20 src/testdir/test_functions.vim
+3 −2 src/testdir/test_global.vim
+2 −1 src/testdir/test_messages.vim
+8 −0 src/testdir/test_spell.vim
+30 −0 src/testdir/test_window_cmd.vim
+9 −0 src/undo.c
+30 −0 src/version.c
+44 −30 src/window.c

0 comments on commit 59f0c96

Please sign in to comment.