Skip to content

Commit

Permalink
vim: Import v9.0.1822
Browse files Browse the repository at this point in the history
* 9.0.1822: Vim9: no check for duplicate members in extended classes
* 9.0.1821: Vim9 constructors are always static
* runtime(sh): Update ftplugin (#12950)
* 9.0.1820: Rexx files may not be recognised
* 9.0.1819: Github CI too complex
* runtime(heex): Add HEEX comments to match_words in ftplugin (#12957)
* 9.0.1818: dynamically linking perl is broken
* 9.0.1817: configure: using obsolete AC_HEADER_STDC
* 9.0.1816: configure: sed uses non-portable regex
* runtime(doc): mention special case of i_CTRL-R_-
* runtime(editorconfig): generate helptags, remove unused files
* runtime(tags): update helptags
* runtime: Set b:undo_indent where missing (#12944)
* runtime: Set b:undo_ftplugin where missing (#12943)
  • Loading branch information
chrisbra committed Aug 29, 2023
1 parent 1ee3d65 commit 934ff33
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 @@
* [runtime(tags): update helptags](https://github.com/vim/vim/commit/00d07a97ad750f2d2849a649f85ab1610a0b0866)\n* [runtime: Set b:undo\_indent where missing (#12944)](https://github.com/vim/vim/commit/0382f05dbd659d8e39ee4e71c1e5062ac5c0a8fd)\n* [runtime: Set b:undo\_ftplugin where missing (#12943)](https://github.com/vim/vim/commit/f937ab32a1ac3a560f217ca4ce8305ab2d5b0b74)\n* [9.0.1815](https://github.com/vim/vim/commit/fe1463674c4c97388409a8c91dd525e7b7afb69e): pango\_coverage\_unref() deprecated in pango > 1.51\n* [9.0.1814](https://github.com/vim/vim/commit/2ba9d2e14e3633c92a32abba2a12533f93fefbf5): Vim9 no error on duplicate object member var\n* [9.0.1813](https://github.com/vim/vim/commit/1d3e0e8f3110a7807431eae056914ccea57b057b): linebreak incorrect drawn with breakindent\n* [9.0.1812](https://github.com/vim/vim/commit/93ebb5e75e564403624314c84c97293427d001d6): CI still fails with sodium\_mlock error()
* [9.0.1822](https://github.com/vim/vim/commit/e3b6c78ddc4acf238af35d7fac585e7ead27392f): Vim9: no check for duplicate members in extended classes\n* [9.0.1821](https://github.com/vim/vim/commit/4b9777a1dfc10bd2634404cb039a0df539549c93): Vim9 constructors are always static\n* [runtime(sh): Update ftplugin (#12950)](https://github.com/vim/vim/commit/2ac708b548660b232a32c52d89bde3d8596646c0)\n* [9.0.1820](https://github.com/vim/vim/commit/e06afb7860805537ccd69966bc03169852c9b378): Rexx files may not be recognised\n* [9.0.1819](https://github.com/vim/vim/commit/3e1e63de185712a6afa7b4acf4488a5dbcbe5e5f): Github CI too complex\n* [runtime(heex): Add HEEX comments to match\_words in ftplugin (#12957)](https://github.com/vim/vim/commit/3ac2d3da5fdf20dfddb450a49502ef47b1f581d4)\n* [9.0.1818](https://github.com/vim/vim/commit/55460da26c2756ec057c03c7d8641eda861bfcd2): dynamically linking perl is broken\n* [9.0.1817](https://github.com/vim/vim/commit/0e82b59df3fc12dc006e45e17222bcbb0462903f): configure: using obsolete AC\_HEADER\_STDC\n* [9.0.1816](https://github.com/vim/vim/commit/bddc6adca647f7f20ff6e1b7913e394d09c5eb23): configure: sed uses non-portable regex\n* [runtime(doc): mention special case of i\_CTRL-R\_-](https://github.com/vim/vim/commit/a5eb6785efcc36a97e071722408acc20d6c6e606)\n* [runtime(editorconfig): generate helptags, remove unused files](https://github.com/vim/vim/commit/7129de868cc00fb2644aa17c06c42f7bd58a2650)\n* [runtime(tags): update helptags](https://github.com/vim/vim/commit/00d07a97ad750f2d2849a649f85ab1610a0b0866)\n* [runtime: Set b:undo\_indent where missing (#12944)](https://github.com/vim/vim/commit/0382f05dbd659d8e39ee4e71c1e5062ac5c0a8fd)\n* [runtime: Set b:undo\_ftplugin where missing (#12943)](https://github.com/vim/vim/commit/f937ab32a1ac3a560f217ca4ce8305ab2d5b0b74)
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 43 files
+19 −29 .github/workflows/ci.yml
+0 −1 .github/workflows/coverity.yml
+1 −1 ci/config.mk.sed
+10 −4 runtime/autoload/dist/ft.vim
+4 −0 runtime/autoload/dist/script.vim
+6 −0 runtime/doc/if_perl.txt
+4 −0 runtime/doc/insert.txt
+4 −0 runtime/doc/vim9class.txt
+1 −1 runtime/ftplugin/heex.vim
+10 −13 runtime/ftplugin/sh.vim
+0 −105 runtime/pack/dist/opt/editorconfig/.appveyor.yml
+0 −8 runtime/pack/dist/opt/editorconfig/.gitignore
+0 −6 runtime/pack/dist/opt/editorconfig/.gitmodules
+0 −30 runtime/pack/dist/opt/editorconfig/.travis.yml
+1 −1 runtime/pack/dist/opt/editorconfig/doc/editorconfig.txt
+20 −0 runtime/pack/dist/opt/editorconfig/doc/tags
+0 −53 runtime/pack/dist/opt/editorconfig/tests/core/CMakeLists.txt
+0 −41 runtime/pack/dist/opt/editorconfig/tests/core/CTestCustom.cmake
+0 −171 runtime/pack/dist/opt/editorconfig/tests/core/ecvbslib.vbs
+0 −140 runtime/pack/dist/opt/editorconfig/tests/core/ecvimlib.ps1
+0 −219 runtime/pack/dist/opt/editorconfig/tests/core/editorconfig
+0 −11 runtime/pack/dist/opt/editorconfig/tests/core/editorconfig.bat
+0 −39 runtime/pack/dist/opt/editorconfig/tests/core/editorconfig1.vbs
+0 −218 runtime/pack/dist/opt/editorconfig/tests/core/editorconfig2.ps1
+0 −12 runtime/pack/dist/opt/editorconfig/tests/fetch-vim.bat
+0 −41 runtime/pack/dist/opt/editorconfig/tests/fetch-vim.sh
+0 −2 runtime/pack/dist/opt/editorconfig/tests/plugin/.gitignore
+0 −5 runtime/pack/dist/opt/editorconfig/tests/plugin/Gemfile
+0 −27 runtime/pack/dist/opt/editorconfig/tests/plugin/Gemfile.lock
+0 −8 runtime/pack/dist/opt/editorconfig/tests/plugin/Rakefile
+0 −4 runtime/pack/dist/opt/editorconfig/tests/plugin/spec/.editorconfig
+0 −169 runtime/pack/dist/opt/editorconfig/tests/plugin/spec/editorconfig_spec.rb
+0 −56 runtime/pack/dist/opt/editorconfig/tests/travis-test.sh
+157 −156 src/auto/configure
+2 −4 src/configure.ac
+3 −3 src/errors.h
+70 −229 src/if_perl.xs
+0 −1 src/structs.h
+18 −1 src/testdir/test_filetype.vim
+127 −9 src/testdir/test_vim9_class.vim
+14 −0 src/version.c
+128 −58 src/vim9class.c
+1 −1 src/vim9expr.c

0 comments on commit 934ff33

Please sign in to comment.