Skip to content

Commit

Permalink
Vim: v8.2.0320
Browse files Browse the repository at this point in the history
* vim e010c72...b3f7406 (7):
  > patch 8.2.0320: no Haiku support
  > patch 8.2.0319: file missing in distribution, comments outdated
  > Update runtime files.
  > patch 8.2.0318: Vim9: types not sufficiently tested
  > patch 8.2.0317: MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG build
  > patch 8.2.0316: ex_getln.c code has insufficient test coverage
  > patch 8.2.0315: build failure on HP-UX system

https://travis-ci.org/vim/vim-appimage/builds/655435276

[ci skip]
  • Loading branch information
Travis CI committed Feb 26, 2020
1 parent 735d9d6 commit 7f4eb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 64 files
+10 −2 Filelist
+5 −0 runtime/doc/Makefile
+2 −1 runtime/doc/cmdline.txt
+19 −9 runtime/doc/eval.txt
+1 −0 runtime/doc/gui.txt
+1 −0 runtime/doc/help.txt
+7 −1 runtime/doc/options.txt
+228 −0 runtime/doc/os_haiku.txt
+5 −0 runtime/doc/starting.txt
+20 −0 runtime/doc/tags
+1 −1 runtime/doc/testing.txt
+6 −4 runtime/doc/textprop.txt
+31 −17 runtime/doc/todo.txt
+1 −1 runtime/doc/vim9.txt
+5 −4 runtime/gvimrc_example.vim
+1 −1 runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
+13 −2 runtime/syntax/resolv.vim
+2 −2 runtime/tutor/tutor.pt
+2 −2 runtime/tutor/tutor.pt.utf-8
+1 −0 runtime/vimrc_example.vim
+1 −1 src/INSTALL
+6 −3 src/Make_mvc.mak
+75 −0 src/Makefile
+85 −4 src/auto/configure
+1 −1 src/cmdhist.c
+34 −4 src/configure.ac
+6 −0 src/evalfunc.c
+1 −0 src/evalvars.c
+15 −4 src/feature.h
+101 −97 src/fileio.c
+3 −1 src/globals.h
+28 −9 src/gui.c
+20 −3 src/gui.h
+5,242 −0 src/gui_haiku.cc
+51 −0 src/gui_haiku.h
+1 −1 src/if_python3.c
+2 −2 src/json.c
+1 −1 src/mbyte.c
+1 −1 src/menu.c
+16 −0 src/misc1.c
+1 −1 src/mouse.c
+5 −0 src/option.h
+37 −0 src/os_haiku.h
+143 −0 src/os_haiku.rdef
+4 −3 src/os_unix.c
+17 −13 src/os_unix.h
+1 −1 src/osdef1.h.in
+384 −137 src/po/eo.po
+3 −0 src/proto.h
+95 −0 src/proto/gui_haiku.pro
+1 −1 src/pty.c
+2 −2 src/register.c
+20 −0 src/screen.c
+16 −3 src/structs.h
+5 −0 src/term.c
+47 −0 src/testdir/test_cmdline.vim
+26 −0 src/testdir/test_functions.vim
+51 −0 src/testdir/test_history.vim
+36 −0 src/testdir/test_menu.vim
+4 −0 src/testdir/test_vim9_expr.vim
+8 −2 src/testdir/test_vim9_script.vim
+16 −0 src/version.c
+10 −1 src/vim.h
+4 −0 src/vim9compile.c

0 comments on commit 7f4eb6a

Please sign in to comment.