Skip to content

Commit

Permalink
vim: Import v8.1.1415
Browse files Browse the repository at this point in the history
* 8.1.1415: build error in MS-Windows GUI
* 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
  • Loading branch information
chrisbra committed May 28, 2019
1 parent 540931c commit f51e11f
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.1.1413](https://github.com/vim/vim/releases/tag/v8.1.1413): error when the drive of the swap file was disconnected\n* [8.1.1412](https://github.com/vim/vim/releases/tag/v8.1.1412): test 30 is old style\n* [8.1.1411](https://github.com/vim/vim/releases/tag/v8.1.1411): Coverity warns for divide by zero\n* [8.1.1410](https://github.com/vim/vim/releases/tag/v8.1.1410): popup_move() is not implemented yet\n* [8.1.1409](https://github.com/vim/vim/releases/tag/v8.1.1409): Coverity warns for using uninitialized memory\n* [8.1.1408](https://github.com/vim/vim/releases/tag/v8.1.1408): PFL_HIDDEN conflicts with system header file
* [8.1.1415](https://github.com/vim/vim/releases/tag/v8.1.1415): build error in MS-Windows GUI\n* [8.1.1414](https://github.com/vim/vim/releases/tag/v8.1.1414): alloc() returning "char_u *" causes a lot of type casts
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 77 files
+2 −2 src/autocmd.c
+1 −1 src/blob.c
+1 −1 src/blowfish.c
+5 −5 src/buffer.c
+1 −1 src/change.c
+8 −8 src/channel.c
+1 −1 src/crypt.c
+1 −1 src/crypt_zip.c
+3 −3 src/dict.c
+1 −1 src/diff.c
+6 −6 src/eval.c
+5 −7 src/evalfunc.c
+1 −1 src/ex_cmds.c
+5 −5 src/ex_cmds2.c
+2 −2 src/ex_docmd.c
+3 −3 src/ex_eval.c
+5 −6 src/ex_getln.c
+2 −3 src/fileio.c
+8 −8 src/findfile.c
+3 −3 src/getchar.c
+1 −1 src/gui_gtk.c
+4 −4 src/gui_gtk_x11.c
+3 −3 src/gui_mac.c
+1 −1 src/gui_motif.c
+4 −4 src/gui_photon.c
+16 −19 src/gui_w32.c
+1 −1 src/gui_x11.c
+2 −2 src/hardcopy.c
+2 −2 src/hashtab.c
+33 −33 src/if_cscope.c
+7 −7 src/if_mzsch.c
+1 −1 src/if_perlsfio.c
+4 −4 src/if_py_both.h
+2 −2 src/if_python3.c
+3 −3 src/if_xcmdsrv.c
+3 −4 src/insexpand.c
+2 −2 src/list.c
+2 −4 src/mark.c
+1 −1 src/mbyte.c
+6 −7 src/memfile.c
+1 −1 src/memfile_test.c
+6 −8 src/memline.c
+2 −2 src/message.c
+22 −23 src/misc2.c
+9 −11 src/netbeans.c
+1 −1 src/normal.c
+15 −21 src/ops.c
+6 −7 src/option.c
+2 −2 src/os_amiga.c
+1 −1 src/os_mac_conv.c
+3 −3 src/os_mswin.c
+3 −3 src/os_unix.c
+8 −12 src/os_vms.c
+7 −7 src/os_win32.c
+3 −4 src/popupmnu.c
+7 −7 src/proto/misc2.pro
+5 −5 src/quickfix.c
+2 −2 src/regexp.c
+8 −8 src/regexp_nfa.c
+17 −25 src/screen.c
+2 −4 src/search.c
+3 −4 src/sign.c
+5 −5 src/spell.c
+4 −4 src/spellfile.c
+11 −11 src/syntax.c
+6 −7 src/tag.c
+3 −5 src/term.c
+6 −7 src/terminal.c
+2 −2 src/testdir/test_cscope.vim
+3 −3 src/textprop.c
+1 −1 src/ui.c
+9 −12 src/undo.c
+11 −14 src/userfunc.c
+5 −1 src/version.c
+10 −0 src/vim.h
+4 −4 src/winclip.c
+8 −8 src/window.c

0 comments on commit f51e11f

Please sign in to comment.