Hi,
On Fri, Sep 27, 2019 at 1:05 PM rolfkopman wrote:
>
>>
>> It looks like you are building Vim on Amiga. Recently many refactoring
>> changes were made to the Vim sources. I couldn't verify these changes
>> on an Amiga platform (as i don't have access to one). Are you able to
>> build the diffe
Patch 8.1.2090
Problem:Not clear why channel log file ends.
Solution: Add a "closing" line.
Files: src/channel.c
*** ../vim-8.1.2089/src/channel.c 2019-09-26 23:08:10.501926883 +0200
--- src/channel.c 2019-09-27 22:35:31.221122942 +0200
***
*** 141,147
--
Hi!
On Friday, September 27, 2019 at 12:29:20 AM UTC+2, yega...@gmail.com wrote:
>
> Hi,
>
> On Thu, Sep 26, 2019 at 1:49 PM Ola Söder > wrote:
> >
> > Since getuid() and getpwuid() exist on NG systems we might as well use
> them.
> >
>
> It looks like you are building Vim on Amiga. Recentl
Patch 8.1.2089 (after 8.1.2087)
Problem:Do not get a hint that $TEST_FILTER was active.
Solution: Mention $TEST_FILTER if no functions were executed.
Files: src/testdir/runtest.vim
*** ../vim-8.1.2088/src/testdir/runtest.vim 2019-09-27 15:34:12.737450489
+0200
--- src/testdir/ru
Patch 8.1.2088
Problem:Renamed libvterm mouse.c file not in distributed file list.
Solution: Rename the file in the file list.
Files: Filelist
*** ../vim-8.1.2087/Filelist2019-09-27 13:07:59.569833456 +0200
--- Filelist2019-09-27 19:34:39.568467529 +0200
***
*** 2
Patch 8.1.2087
Problem:Cannot easily select one test function to execute.
Solution: Support the $TEST_FILTER environment variable. (Ozaki Kiichi,
closes #2695)
Files: src/Makefile, src/testdir/runtest.vim, src/testdir/summarize.vim
*** ../vim-8.1.2086/src/Makefile
Patch 8.1.2086 (after 8.1.2082)
Problem:Missing a few changes for the renamed files.
Solution: Rename in a few more places. (Ken Takata)
Files: nsis/README.txt, runtime/doc/gui_w32.txt, runtime/doc/usr_90.txt,
src/GvimExt/GvimExt.reg, src/GvimExt/README.txt,
src
Ken Takata wrote:
> 2019/9/27 Fri 20:09:37 UTC+9 Bram Moolenaar wrote:
> >
> >
> > Patch 8.1.2082
> > Problem:Some files have a weird name to fit in 8.3 characters.
> > Solution: Use a nicer names.
> > Files:Filelist, Makefile, src/popupmnu.c, src/popupmenu.c,
> >
Patch 8.1.2085
Problem:MS-Windows: draw error moving cursor over double-cell character.
Solution: Move the cursor to the left edge if needed. (Nobuhiro Takasaki,
closes #4986)
Files: src/os_win32.c
*** ../vim-8.1.2084/src/os_win32.c 2019-09-21 23:09:00.979830687 +020
Hi Bram,
2019/9/27 Fri 20:09:37 UTC+9 Bram Moolenaar wrote:
>
>
> Patch 8.1.2082
> Problem:Some files have a weird name to fit in 8.3 characters.
> Solution: Use a nicer names.
> Files:Filelist, Makefile, src/popupmnu.c, src/popupmenu.c,
> src/proto/popupmnu.pro,
Patch 8.1.2084
Problem:Amiga: cannot get the user name.
Solution: Use getpwuid() if available. (Ola Söder, closes #4985)
Files: src/os_amiga.c, src/os_amiga.h
*** ../vim-8.1.2083/src/os_amiga.c 2019-08-10 14:54:16.778279055 +0200
--- src/os_amiga.c 2019-09-27 13:38:31.02284
Patch 8.1.2083
Problem:Multi-byte chars do not work properly with "%.*S" in printf().
Solution: Use mb_ptr2cells(). Daniel Hahler, closes #4989)
Files: src/testdir/test_expr.vim, src/message.c
*** ../vim-8.1.2082/src/testdir/test_expr.vim 2019-09-07 19:05:02.337280945
+0200
--- sr
Ron Aaron wrote:
> AFAICT, the syntax highlighting engine operates solely by means of regex
> matches. That's fine as far as it goes, but one of my users has implemented
> a more useful kind of syntax highlighting in "VSCode" for my "8th" language.
>
> Essentially, in 8th (as in most Forths),
Patch 8.1.2082
Problem:Some files have a weird name to fit in 8.3 characters.
Solution: Use a nicer names.
Files: Filelist, Makefile, src/popupmnu.c, src/popupmenu.c,
src/proto/popupmnu.pro, src/proto/popupmenu.pro,
src/Make_cyg_ming.mak, src/Make_morph.mak, src
14 matches
Mail list logo