Skip to content

Commit

Permalink
vim: Import v9.0.1122
Browse files Browse the repository at this point in the history
* 9.0.1122: class member access is not fully tested yet
* Update runtime files
* 9.0.1121: cursor positioning and display problems with 'smoothscroll'
* 9.0.1120: tex filetype detection not sufficiently tested
* 9.0.1119: type of arguments not checked when calling a partial
* 9.0.1118: sporadic test failures when using a terminal window
  • Loading branch information
chrisbra committed Dec 31, 2022
1 parent 4c0fc87 commit bded601
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.1117](https://github.com/vim/vim/commit/7b8db111e819bcb07cff6fc451584b0e3e0a49fd): terminfo entries for bracketed paste are not used\n* [9.0.1116](https://github.com/vim/vim/commit/770713794a59f8f315f331025a15e3c25aa5ddfe): compiler may complain about an unused function\n* [9.0.1115](https://github.com/vim/vim/commit/ed0c1d5d4b30d03b26ff08841f6da2ddf44025a7): code is indented more than needed\n* [9.0.1114](https://github.com/vim/vim/commit/ef91ae4557ac93e581b0ec39bf4c78c3556d7484): CI does not use the latest Python version\n* [9.0.1113](https://github.com/vim/vim/commit/0a657124a57baa10c65554f04c7806e939927830): users cannot easily try out a PR\n* [9.0.1112](https://github.com/vim/vim/commit/7b0afc1d7698a79423c7b066a5d8d20dbb8a295a): test\_mswin\_event() can hang\n* [9.0.1111](https://github.com/vim/vim/commit/96dd34e53492913029323dad902831380fa460d0): termcap entries for RGB colors are not set automatically\n* [9.0.1110](https://github.com/vim/vim/commit/254480736f7db3667c7b84873efb49c2cb1d385f): build fails on Mac OS X 10.4/10.5\n* [9.0.1109](https://github.com/vim/vim/commit/c4b3f6477c4956c49da1277d55e6915ea7e6a39e): leaking allocated type
* [9.0.1122](https://github.com/vim/vim/commit/9f2d97efe28d32d6e4960e41e80413713f8d1d18): class member access is not fully tested yet\n* [Update runtime files](https://github.com/vim/vim/commit/f1dcd14fc5d4370476cd82895a4479ca2d252e54)\n* [9.0.1121](https://github.com/vim/vim/commit/db4d88c2adfe8f8122341ac9d6cae27ef78451c8): cursor positioning and display problems with 'smoothscroll'\n* [9.0.1120](https://github.com/vim/vim/commit/c55e8f2c6f5cafe11494df3e2d28ff3d03b92c71): tex filetype detection not sufficiently tested\n* [9.0.1119](https://github.com/vim/vim/commit/0d89d8ae89c861572496c5ae9683d986b28c957b): type of arguments not checked when calling a partial\n* [9.0.1118](https://github.com/vim/vim/commit/dbe6ef1036fd50fc837b76d4e1d862a9bbbcf09b): sporadic test failures when using a terminal window
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 51 files
+1 −0 .github/CODEOWNERS
+2 −2 README.md
+2 −2 README.txt
+1 −1 runtime/autoload/dist/ft.vim
+2 −2 runtime/doc/autocmd.txt
+4 −2 runtime/doc/builtin.txt
+5 −1 runtime/doc/diff.txt
+22 −13 runtime/doc/options.txt
+3 −2 runtime/doc/quickref.txt
+4 −4 runtime/doc/sign.txt
+2 −2 runtime/doc/syntax.txt
+21 −3 runtime/doc/tags
+56 −24 runtime/doc/term.txt
+1 −1 runtime/doc/testing.txt
+11 −5 runtime/doc/textprop.txt
+75 −5 runtime/doc/todo.txt
+1 −1 runtime/doc/usr_41.txt
+2 −2 runtime/doc/various.txt
+20 −5 runtime/doc/vim9class.txt
+1 −1 runtime/filetype.vim
+68 −9 runtime/indent/nginx.vim
+134 −0 runtime/indent/testdir/vb.in
+134 −0 runtime/indent/testdir/vb.ok
+91 −14 runtime/indent/vb.vim
+3 −1 runtime/indent/vue.vim
+4 −2 runtime/optwin.vim
+2 −2 runtime/syntax/2html.vim
+8 −4 runtime/syntax/fstab.vim
+12 −9 runtime/syntax/hgcommit.vim
+390 −0 runtime/syntax/shared/hgcommitDiff.vim
+25 −25 runtime/syntax/vim.vim
+2 −0 src/macros.h
+141 −16 src/move.c
+313 −153 src/po/ca.po
+3 −3 src/testdir/dumps/Test_smooth_long_10.dump
+1 −1 src/testdir/dumps/Test_smooth_long_11.dump
+5 −5 src/testdir/dumps/Test_smooth_long_12.dump
+6 −0 src/testdir/dumps/Test_smooth_long_13.dump
+6 −0 src/testdir/dumps/Test_smooth_long_14.dump
+6 −0 src/testdir/dumps/Test_smooth_long_15.dump
+1 −1 src/testdir/dumps/Test_smooth_long_8.dump
+1 −1 src/testdir/dumps/Test_smooth_long_9.dump
+3 −0 src/testdir/term_util.vim
+0 −1 src/testdir/test_autocmd.vim
+33 −5 src/testdir/test_filetype.vim
+10 −2 src/testdir/test_scroll_opt.vim
+1 −1 src/testdir/test_search.vim
+13 −1 src/testdir/test_vim9_class.vim
+26 −0 src/testdir/test_vim9_func.vim
+10 −0 src/version.c
+41 −20 src/vim9execute.c

0 comments on commit bded601

Please sign in to comment.