Patch 8.1.0026
Problem:Terminal test fails with very tall terminal. (Tom)
Solution: Fix the terminal window size in the test.
Files: src/testdir/test_terminal.vim
*** ../vim-8.1.0025/src/testdir/test_terminal.vim 2018-05-15
23:48:29.0 +0200
--- src/testdir/test_terminal
Patch 8.1.0025
Problem:No test for the undofile() function.
Solution: Add test. (Dominique Pelle, closes #2958)
Files: src/testdir/test_undo.vim
*** ../vim-8.1.0024/src/testdir/test_undo.vim 2018-02-06 22:06:44.0
+0100
--- src/testdir/test_undo.vim 2018-05-26 18:45:22.924
Thanks for the patch, I'll put it in the todo list.
--
Git catch 22: "merge is not possible because you have unmerged files."
/// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting
Patch 8.1.0024
Problem:% command not testded on #ifdef and comment.
Solution: Add tests. (Dominique Pelle, closes #2956)
Files: src/testdir/test_goto.vim
*** ../vim-8.1.0023/src/testdir/test_goto.vim 2017-04-20 18:35:04.0
+0200
--- src/testdir/test_goto.vim 2018-05-26 18:
Hi,
In ex_docmd.c:
#endif
- if (n == 1)
- EMSG(_("E173: 1 more file to edit"));
- else
- EMSGN(_("E173: %ld more files to edit"), n);
+ EMSGN(NGETTEXT("E173: %d more file to edit",
+ "E173: %d more files to edit", n)
John Marriott wrote:
> Compiling 8.1.22 with the new gcc 8.1 (mingw64) removes the warnings
> about signed overflow that have been around since gcc 7.1.
>
> But it's not all good news, I have a few new warnings. This one in vim
> proper:
>
> gcc -c -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WIN
Patch 8.1.0023
Problem:gcc 8.1 warns for use of strncpy(). (John Marriott)
Solution: Use mch_memmove() instead of STRNCPY().
Files: src/memline.c
*** ../vim-8.1.0022/src/memline.c 2018-05-12 16:51:22.0 +0200
--- src/memline.c 2018-05-26 17:30:46.805941698 +0200
***
Le samedi 26 mai 2018 11:49:37 UTC+2, Kazunobu Kuriyama a écrit :
> On Sat, May 26, 2018 at 5:10 AM Ni Va wrote:
>
> Le jeudi 24 mai 2018 21:13:35 UTC+2, Ni Va a écrit :
>
> > Le jeudi 24 mai 2018 15:21:34 UTC+2, Kazunobu Kuriyama a écrit :
>
> > > On Wed, May 23, 2018 at 5:56 PM Ni Va wrote:
On Sat, May 26, 2018 at 5:10 AM Ni Va wrote:
> Le jeudi 24 mai 2018 21:13:35 UTC+2, Ni Va a écrit :
> > Le jeudi 24 mai 2018 15:21:34 UTC+2, Kazunobu Kuriyama a écrit :
> > > On Wed, May 23, 2018 at 5:56 PM Ni Va wrote:
> > >
> > > Hi,
> > >
> > >
> > >
> > > On Windows 10,
> > >
> > >
> > >
> >