Skip to content

Commit

Permalink
vim: Import v8.2.0566
Browse files Browse the repository at this point in the history
* 8.2.0566: Vim9: variable can be used uninitialized
* 8.2.0565: Vim9: tests contain superfluous line continuation
* 8.2.0564: Vim9: calling a def function from non-vim9 may fail
* 8.2.0563: Vim9: cannot split a function line
* 8.2.0562: Vim9: cannot split an expression into multiple lines
* 8.2.0561: Vim9: cannot split function call in multiple lines
* 8.2.0560: compiler warning in tiny build
* 8.2.0559: clearing a struct is verbose
* 8.2.0558: Vim9: dict code not covered by tests
* 8.2.0557: no IPv6 support for channels
* 8.2.0556: Vim9: memory leak when finding common type
* 8.2.0555: Vim9: line continuation is not always needed
* 8.2.0554: the GUI doesn't set t_Co
* 8.2.0553: error for unused argument
* 8.2.0552: Vim9: some errors not covered by tests
* 8.2.0551: not all code for options is tested
* 8.2.0550: some changes in the libvterm upstream code
* 8.2.0549: user systemd files not recognized
  • Loading branch information
chrisbra committed Apr 12, 2020
1 parent 4c59a4f commit 43e9660
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 @@
* [8.2.0548](https://github.com/vim/vim/commit/08938eeba463e98d23ba7b88e81bd252c981d235): Vim9: not all possible func type errors tested\n* [8.2.0547](https://github.com/vim/vim/commit/e7f234120f71a75f0c7c2a67e0b70c6450c50a02): Win32: restoring screen not always done right\n* [8.2.0546](https://github.com/vim/vim/commit/fe270817247b73a9315bb10f0a51b6eca406d300): Vim9: varargs implementation is inefficient\n* [8.2.0545](https://github.com/vim/vim/commit/d19a8f97ad58055a5e99cca8498d01e450ae37b2): unused arguments ignored in non-standard way\n* [8.2.0544](https://github.com/vim/vim/commit/880e4d9117ea990e66d867aefad0f73ba89bda82): memory leak in search test\n* [8.2.0543](https://github.com/vim/vim/commit/1378fbc4591b77186c90beda37bdac628add4cb6): Vim9: function with varargs does not work properly\n* [8.2.0542](https://github.com/vim/vim/commit/8832a3457831707286dd2d9252ba14a5f9fd4c60): no test for E386\n* [8.2.0541](https://github.com/vim/vim/commit/81ea1dfb97af6622c9ad3efdbad317ec965ebaeb): Travis CI does not give compiler warnings\n* [8.2.0540](https://github.com/vim/vim/commit/004a6781b3cf15ca5dd632c38cc09bb3b253d1f8): regexp and other code not tested
* [8.2.0566](https://github.com/vim/vim/commit/1a2f4bf6c80d750615f19c34e5baddd21310c9c9): Vim9: variable can be used uninitialized\n* [8.2.0565](https://github.com/vim/vim/commit/675f716efb534798a3bdb651cdb272302127602a): Vim9: tests contain superfluous line continuation\n* [8.2.0564](https://github.com/vim/vim/commit/23e032523e377d367e06441e88c67692a8c6c3e9): Vim9: calling a def function from non-vim9 may fail\n* [8.2.0563](https://github.com/vim/vim/commit/5e774c7579a4a00d3f44fdcfcb56861bd73372e4): Vim9: cannot split a function line\n* [8.2.0562](https://github.com/vim/vim/commit/9c7e6dd653b62f54324f3c00d69cb348d8611a9f): Vim9: cannot split an expression into multiple lines\n* [8.2.0561](https://github.com/vim/vim/commit/e6085c53506e38d07334faa1002ee90b1933b128): Vim9: cannot split function call in multiple lines\n* [8.2.0560](https://github.com/vim/vim/commit/2196bce56fcd56b0eaece50c079bac99f5bc31af): compiler warning in tiny build\n* [8.2.0559](https://github.com/vim/vim/commit/a80faa8930ed5a554beeb2727762538873135e83): clearing a struct is verbose\n* [8.2.0558](https://github.com/vim/vim/commit/82de464f763d6e6d89229be03ce7c6d02fd5fb59): Vim9: dict code not covered by tests\n* [8.2.0557](https://github.com/vim/vim/commit/bfe13ccc58ccb96f243a58309800410db1ccb52c): no IPv6 support for channels\n* [8.2.0556](https://github.com/vim/vim/commit/c5f1ef53c24cc0c9f7b2131609e916f913634feb): Vim9: memory leak when finding common type\n* [8.2.0555](https://github.com/vim/vim/commit/4fdae9996fb9a9bc1291a61e7b85cb360feb7599): Vim9: line continuation is not always needed\n* [8.2.0554](https://github.com/vim/vim/commit/acc770a10f65107131473ea2ab4ae5d429dfe172): the GUI doesn't set t\_Co\n* [8.2.0553](https://github.com/vim/vim/commit/cd630becc8849bf4647f04eeb02a4883bf46140e): error for unused argument\n* [8.2.0552](https://github.com/vim/vim/commit/99aaf0ce7cc23b0e759eab2369e266cdc8d46af8): Vim9: some errors not covered by tests\n* [8.2.0551](https://github.com/vim/vim/commit/1363a30cef382b912bf092969e040333c5c293c6): not all code for options is tested\n* [8.2.0550](https://github.com/vim/vim/commit/88c1ee84d64d4f2cc25a95a6ccd573f8dc16b073): some changes in the libvterm upstream code\n* [8.2.0549](https://github.com/vim/vim/commit/3b922f11380c7dbf94ee45bc09d688b772d9707f): user systemd files not recognized
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 91 files
+1 −3 .travis.yml
+6 −0 runtime/doc/channel.txt
+1 −0 runtime/doc/various.txt
+43 −0 runtime/doc/vim9.txt
+5 −3 runtime/filetype.vim
+1 −1 src/Make_cyg_ming.mak
+1 −1 src/Make_mvc.mak
+69 −9 src/auto/configure
+1 −1 src/blowfish.c
+234 −115 src/channel.c
+1 −1 src/charset.c
+1 −1 src/clipboard.c
+3 −0 src/config.h.in
+41 −7 src/configure.ac
+5 −5 src/diff.c
+7 −7 src/eval.c
+11 −4 src/evalfunc.c
+2 −2 src/ex_cmds2.c
+7 −7 src/ex_docmd.c
+6 −6 src/ex_getln.c
+1 −2 src/findfile.c
+3 −0 src/gui.c
+1 −1 src/gui_gtk_f.c
+1 −1 src/gui_mac.c
+1 −1 src/gui_motif.c
+3 −3 src/gui_w32.c
+1 −1 src/gui_x11.c
+3 −3 src/hardcopy.c
+3 −3 src/hashtab.c
+10 −10 src/highlight.c
+4 −6 src/if_mzsch.c
+17 −17 src/if_py_both.h
+1 −1 src/insexpand.c
+1 −1 src/kword_test.c
+19 −14 src/libvterm/t/harness.c
+1 −1 src/list.c
+4 −3 src/macros.h
+1 −1 src/main.c
+1 −1 src/map.c
+2 −2 src/memfile.c
+1 −1 src/message_test.c
+1 −1 src/misc1.c
+1 −1 src/netbeans.c
+3 −3 src/normal.c
+1 −1 src/ops.c
+2 −2 src/option.c
+4 −4 src/os_mswin.c
+1 −1 src/os_win32.c
+1 −1 src/popupmenu.c
+1 −1 src/proto/channel.pro
+1 −0 src/proto/term.pro
+1 −1 src/proto/userfunc.pro
+5 −5 src/quickfix.c
+1 −1 src/regexp.c
+1 −1 src/regexp_bt.c
+2 −2 src/regexp_nfa.c
+1 −1 src/search.c
+1 −1 src/sign.c
+5 −5 src/spell.c
+2 −2 src/spellfile.c
+2 −2 src/spellsuggest.c
+3 −3 src/syntax.c
+3 −3 src/tag.c
+1 −1 src/term.c
+14 −14 src/terminal.c
+33 −0 src/testdir/check.vim
+13 −14 src/testdir/runtest.vim
+1 −1 src/testdir/test_cdo.vim
+10 −9 src/testdir/test_channel.py
+107 −31 src/testdir/test_channel.vim
+15 −0 src/testdir/test_channel_6.py
+1 −1 src/testdir/test_escaped_glob.vim
+1 −1 src/testdir/test_filetype.vim
+1 −1 src/testdir/test_getcwd.vim
+2 −0 src/testdir/test_gui.vim
+1 −1 src/testdir/test_hide.vim
+57 −1 src/testdir/test_options.vim
+73 −0 src/testdir/test_python3.vim
+5 −0 src/testdir/test_undo.vim
+473 −473 src/testdir/test_vim9_disassemble.vim
+51 −24 src/testdir/test_vim9_expr.vim
+44 −0 src/testdir/test_vim9_func.vim
+70 −40 src/testdir/test_vim9_script.vim
+4 −0 src/testdir/test_vimscript.vim
+1 −1 src/time.c
+5 −5 src/undo.c
+46 −15 src/userfunc.c
+36 −0 src/version.c
+8 −6 src/vim.h
+185 −44 src/vim9compile.c
+26 −4 src/vim9execute.c

0 comments on commit 43e9660

Please sign in to comment.