Hi Bram,
2015-11-22(Sun) 0:29:19 UTC+9 Bram Moolenaar:
> Patch 7.4.933 (after 7.4.926)
> Problem: Crash when using longest completion match.
> Solution: Fix array index.
> Files: src/ex_getln.c
>
>
> *** ../vim-7.4.932/src/ex_getln.c 2015-11-19 19:00:01.764467054 +0100
> --- src/ex_getln.c 2015-11-21 16:24:42.615966196 +0100
> ***************
> *** 3704,3710 ****
> }
> else
> #endif
> ! c0 = xp->xp_files[i][len];
> for (i = 1; i < xp->xp_numfiles; ++i)
> {
> #ifdef FEAT_MBYTE
> --- 3704,3710 ----
> }
> else
> #endif
> ! c0 = xp->xp_files[0][len];
> for (i = 1; i < xp->xp_numfiles; ++i)
> {
> #ifdef FEAT_MBYTE
> *** ../vim-7.4.932/src/version.c 2015-11-21 14:31:29.273812116 +0100
> --- src/version.c 2015-11-21 16:27:32.042123218 +0100
> ***************
> *** 743,744 ****
> --- 743,746 ----
> { /* Add new patch number below this line */
> + /**/
> + 933,
> /**/
Still faild test_utf8 in AppVeyor.
https://ci.appveyor.com/project/chrisbra/vim
I think 'feedkeys()' has bug on Windows.
Perhaps, It takes time to find out. First, How about to revert the test_utf8?
Thanks.
--
Best regards,
Hirohito Higashi (a.k.a h_east)
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.