Skip to content

Commit

Permalink
Vim: v9.0.2173
Browse files Browse the repository at this point in the history
* vim 3afc9f255...82f19734b (11):
  > runtime(doc): remove deprecation warning for gdefault
  > patch 9.0.2173: Vim9: crash when compiling for statement and non-existing type
  > patch 9.0.2172: Vim9: compiling :defer may fail
  > translation(ie): Updated Irish translation (#13699)
  > runtime(logtalk): Update Logtalk runtime files for the latest language spec (#13697)
  > runtime(racket): update Racket runtime files (#13693)
  > runtime(colorschemes): Update colorschemes (#13691)
  > patch 9.0.2171: The options[] array is still not sorted alphabetically
  > patch 9.0.2170: Vim9: no support for const/final class/objects vars
  > patch 9.0.2169: Vim9: builtin funcs may accept a non-value
  > patch 9.0.2168: Moving tabpages on :drop may cause an endless loop

https://github.com/vim/vim-appimage/actions/runs/7235316065
  • Loading branch information
github-actions[bot] committed Dec 17, 2023
1 parent 7da78bd commit 628942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 56 files
+213 −0 runtime/autoload/racket.vim
+4 −4 runtime/colors/blue.vim
+4 −4 runtime/colors/darkblue.vim
+4 −4 runtime/colors/delek.vim
+4 −4 runtime/colors/desert.vim
+4 −4 runtime/colors/elflord.vim
+4 −4 runtime/colors/evening.vim
+4 −4 runtime/colors/habamax.vim
+4 −4 runtime/colors/industry.vim
+4 −4 runtime/colors/koehler.vim
+48 −17 runtime/colors/lunaperche.vim
+4 −4 runtime/colors/morning.vim
+4 −4 runtime/colors/murphy.vim
+4 −4 runtime/colors/pablo.vim
+4 −4 runtime/colors/peachpuff.vim
+4 −4 runtime/colors/quiet.vim
+20 −20 runtime/colors/retrobox.vim
+4 −4 runtime/colors/ron.vim
+4 −4 runtime/colors/shine.vim
+4 −4 runtime/colors/slate.vim
+4 −4 runtime/colors/sorbet.vim
+4 −4 runtime/colors/torte.vim
+28 −28 runtime/colors/wildcharm.vim
+4 −4 runtime/colors/zaibatsu.vim
+4 −4 runtime/colors/zellner.vim
+4 −4 runtime/doc/options.txt
+5 −0 runtime/doc/tags
+1 −2 runtime/doc/todo.txt
+72 −2 runtime/doc/vim9class.txt
+13 −6 runtime/ftplugin/logtalk.dict
+13 −4 runtime/indent/racket.vim
+26 −25 runtime/syntax/logtalk.vim
+5 −4 runtime/syntax/racket.vim
+4 −0 src/arglist.c
+12 −6 src/errors.h
+7 −0 src/eval.c
+60 −15 src/evalfunc.c
+3 −2 src/globals.h
+13 −13 src/optiondefs.h
+281 −105 src/po/ga.po
+2 −0 src/proto/vim9class.pro
+0 −1 src/proto/vim9type.pro
+5 −1 src/structs.h
+19 −0 src/testdir/test_tabpage.vim
+149 −0 src/testdir/test_vim9_builtin.vim
+608 −0 src/testdir/test_vim9_class.vim
+123 −0 src/testdir/test_vim9_script.vim
+135 −5 src/testdir/test_vim9_typealias.vim
+10 −0 src/version.c
+105 −9 src/vim9class.c
+26 −18 src/vim9cmds.c
+11 −1 src/vim9compile.c
+5 −1 src/vim9execute.c
+2 −0 src/vim9expr.c
+6 −21 src/vim9type.c
+3 −0 src/window.c

0 comments on commit 628942e

Please sign in to comment.