Skip to content

Commit

Permalink
Vim: v9.0.1562
Browse files Browse the repository at this point in the history
* vim b6a19594b...c0da54046 (11):
  > patch 9.0.1563: GTK3: window manager resize hints are incomplete
  > patch 9.0.1562: mixing package managers is not a good idea
  > patch 9.0.1561: display wrong when moving cursor to above the top line
  > patch 9.0.1560: Win32: When 'encoding' is set $PATH has duplicate entries
  > patch 9.0.1559: function argument types not always checked
  > patch 9.0.1558: wrong error for unreachable code after :throw
  > patch 9.0.1557: test failures for unreachable code
  > patch 9.0.1556: Vim9: error for missing "return" after "throw"
  > Update runtime files
  > patch 9.0.1555: setcharsearch() does not clear last searched char properly
  > patch 9.0.1554: code for handling 'switchbuf' is repeated

https://github.com/vim/vim-appimage/actions/runs/4998137435
  • Loading branch information
github-actions[bot] committed May 17, 2023
1 parent 07ee6cb commit bc334ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 72 files
+2 −0 .github/CODEOWNERS
+4 −5 .github/workflows/ci.yml
+86 −89 nsis/lang/italian.nsi
+1 −1 runtime/autoload/dist/script.vim
+4 −4 runtime/autoload/netrw.vim
+1 −1 runtime/autoload/netrwSettings.vim
+1 −1 runtime/defaults.vim
+10 −7 runtime/doc/builtin.txt
+1 −1 runtime/doc/editing.txt
+1 −1 runtime/doc/eval.txt
+3 −3 runtime/doc/filetype.txt
+2 −3 runtime/doc/gui.txt
+5 −14 runtime/doc/if_perl.txt
+7 −1 runtime/doc/map.txt
+4 −1 runtime/doc/options.txt
+30 −26 runtime/doc/pi_netrw.txt
+2 −2 runtime/doc/repeat.txt
+2 −2 runtime/doc/syntax.txt
+4 −1 runtime/doc/tags
+22 −15 runtime/doc/testing.txt
+3 −3 runtime/doc/textprop.txt
+63 −20 runtime/doc/todo.txt
+2 −2 runtime/doc/usr_01.txt
+1 −1 runtime/doc/usr_41.txt
+1 −1 runtime/filetype.vim
+14 −0 runtime/ftplugin/luau.vim
+18 −0 runtime/ftplugin/usd.vim
+63 −0 runtime/indent/dts.vim
+14 −0 runtime/indent/luau.vim
+46 −0 runtime/indent/testdir/dts.in
+46 −0 runtime/indent/testdir/dts.ok
+4 −2 runtime/menu.vim
+1 −1 runtime/plugin/netrwPlugin.vim
+3 −2 runtime/syntax/dts.vim
+15 −0 runtime/syntax/luau.vim
+67 −5 runtime/syntax/nasm.vim
+15 −15 runtime/syntax/vim.vim
+97 −84 runtime/syntax/xpm.vim
+2 −0 src/INSTALLmac.txt
+5 −16 src/buffer.c
+2 −2 src/errors.h
+1 −0 src/globals.h
+4 −2 src/gui_gtk_x11.c
+4 −2 src/move.c
+31 −24 src/os_win32.c
+433 −63 src/po/de.po
+407 −568 src/po/fi.po
+84 −47 src/po/sr.po
+429 −91 src/po/tr.po
+1 −0 src/proto/window.pro
+3 −3 src/search.c
+4 −12 src/tag.c
+0 −8 src/testdir/dumps/Test_display_cursor_long_line.dump
+8 −0 src/testdir/dumps/Test_display_cursor_long_line_1.dump
+8 −0 src/testdir/dumps/Test_display_cursor_long_line_2.dump
+8 −0 src/testdir/dumps/Test_display_cursor_long_line_3.dump
+8 −0 src/testdir/dumps/Test_display_cursor_long_line_4.dump
+2 −0 src/testdir/test_charsearch.vim
+7 −0 src/testdir/test_charsearch_utf8.vim
+17 −2 src/testdir/test_display.vim
+1 −1 src/testdir/test_scroll_opt.vim
+45 −0 src/testdir/test_vim9_func.vim
+40 −5 src/testdir/test_vim9_script.vim
+2 −0 src/testing.c
+2 −0 src/textobject.c
+51 −11 src/userfunc.c
+20 −0 src/version.c
+1 −0 src/vim9.h
+2 −1 src/vim9cmds.c
+10 −4 src/vim9compile.c
+4 −1 src/vim9type.c
+27 −15 src/window.c

0 comments on commit bc334ac

Please sign in to comment.