On Sun, Nov 03, 2019 at 09:20:20PM +0100, Bram Moolenaar wrote:
>
> Christian wrote:
>
> > On So, 03 Nov 2019, Bram Moolenaar wrote:
> >
> > > Right, "make vimtags" doesn't work. I'm not sure how widespread "type"
> > > is, I think "which" should be safer.
> >
> > type or command -v is the co
I wrote:
> Patch 8.1.2251
> Problem:":term command" may not work without a shell.
> Solution: Add the ++shell option to :term. (closes #3340)
> Files:runtime/doc/terminal.txt, src/terminal.c,
> src/os_unix.c, src/proto/os_unix.pro,
> src/testdir/test_ter
Patch 8.1.2251
Problem:":term command" may not work without a shell.
Solution: Add the ++shell option to :term. (closes #3340)
Files: runtime/doc/terminal.txt, src/terminal.c,
src/os_unix.c, src/proto/os_unix.pro,
src/testdir/test_terminal.vim
*** ../vim-8.1.2
On Sun, Nov 3, 2019 at 9:47 PM Bram Moolenaar wrote:
>
>
> Patch 8.1.2249
> Problem:"make vimtags" does not print any message.
> Solution: Add a message that the tags have been updated.
> Files: runtime/doc/Makefile
Thanks, I like this better.
And BTW I went back to the src/Makefile a
Patch 8.1.2250
Problem:CTRL-U and CTRL-D don't work in popup window.
Solution: Initialize 'scroll'. Add "lastline" in popup_getpos().
(closes #5170)
Files: src/popupwin.c, src/testdir/test_popupwin.vim,
runtime/doc/popup.txt
*** ../vim-8.1.2249/src/popupwin.c
Patch 8.1.2249
Problem:"make vimtags" does not print any message.
Solution: Add a message that the tags have been updated.
Files: runtime/doc/Makefile
*** ../vim-8.1.2248/runtime/doc/Makefile2019-11-03 18:38:44.492598820
+0100
--- runtime/doc/Makefile2019-11-03 21:16
On Sun, Nov 3, 2019 at 9:25 PM Bram Moolenaar wrote:
>
>
> Tony wrote:
>
> > On Sun, Nov 3, 2019 at 6:39 PM Bram Moolenaar wrote:
> > >
> > >
> > > Patch 8.1.2247
> > > Problem:"make vimtags" does not work in runtime/doc.
> > > Solution: Test existence with "which" instead of "test -x". (Ke
Tony wrote:
> On Sun, Nov 3, 2019 at 6:39 PM Bram Moolenaar wrote:
> >
> >
> > Patch 8.1.2247
> > Problem:"make vimtags" does not work in runtime/doc.
> > Solution: Test existence with "which" instead of "test -x". (Ken Takata)
> > Files: runtime/doc/Makefile
>
> Vim is still not ru
Patch 8.1.2248
Problem:CTRL-W dot does not work in a terminal when modifyOtherKeys is
enabled.
Solution: Use the modifier when needed. Pass the modifier along with the
key to avoid mistakes.
Files: src/terminal.c, src/proto/terminal.pro, src/mouse.c
*** ../vi
Christian wrote:
> On So, 03 Nov 2019, Bram Moolenaar wrote:
>
> > Right, "make vimtags" doesn't work. I'm not sure how widespread "type"
> > is, I think "which" should be safer.
>
> type or command -v is the command one should use nowadays. For a really
> deep dive into what to use, I sugg
On So, 03 Nov 2019, Bram Moolenaar wrote:
> Right, "make vimtags" doesn't work. I'm not sure how widespread "type"
> is, I think "which" should be safer.
type or command -v is the command one should use nowadays. For a really
deep dive into what to use, I suggest this great article:
https:/
On Sun, Nov 3, 2019 at 6:39 PM Bram Moolenaar wrote:
>
>
> Patch 8.1.2247
> Problem:"make vimtags" does not work in runtime/doc.
> Solution: Test existence with "which" instead of "test -x". (Ken Takata)
> Files: runtime/doc/Makefile
Vim is still not run, not even after "touch runtime/
Patch 8.1.2247
Problem:"make vimtags" does not work in runtime/doc.
Solution: Test existence with "which" instead of "test -x". (Ken Takata)
Files: runtime/doc/Makefile
*** ../vim-8.1.2246/runtime/doc/Makefile2019-11-02 22:45:28.727242517
+0100
--- runtime/doc/Makefile
Ken Takata wrote:
> 2019/11/4 Mon 0:50:37 UTC+9 Tony Mechelynck wrote:
> >
> > After recompiling just 8.1.2245 there were no changes to the docs, so
> > when running "make install" after that, runtime/doc/Makefile target
> > "vimtags" did nothing; yet at that point (runtime/doc/Makefile line
Hi,
2019/11/4 Mon 1:47:22 UTC+9 Tony Mechelynck wrote:
>
> On Sun, Nov 3, 2019 at 5:42 PM Ken Takata > wrote:
> >
> > Hi,
> >
> > 2019/11/4 Mon 0:50:37 UTC+9 Tony Mechelynck wrote:
> >>
> >> After recompiling just 8.1.2245 there were no changes to the docs, so
> >> when running "make insta
On Sun, Nov 3, 2019 at 5:42 PM Ken Takata wrote:
>
> Hi,
>
> 2019/11/4 Mon 0:50:37 UTC+9 Tony Mechelynck wrote:
>>
>> After recompiling just 8.1.2245 there were no changes to the docs, so
>> when running "make install" after that, runtime/doc/Makefile target
>> "vimtags" did nothing; yet at that p
Hi,
2019/11/4 Mon 0:50:37 UTC+9 Tony Mechelynck wrote:
>
> After recompiling just 8.1.2245 there were no changes to the docs, so
> when running "make install" after that, runtime/doc/Makefile target
> "vimtags" did nothing; yet at that point (runtime/doc/Makefile line
> 325 or src/Makefile line
After recompiling just 8.1.2245 there were no changes to the docs, so
when running "make install" after that, runtime/doc/Makefile target
"vimtags" did nothing; yet at that point (runtime/doc/Makefile line
325 or src/Makefile line 2373) 25 or so empty lines were written on
the console. I'm baffled.
Patch 8.1.2246
Problem:Some tests are still in old style.
Solution: Change a few tests to new style. (Yegappan Lakshmanan)
Files: src/testdir/Make_all.mak, src/testdir/test49.ok,
src/testdir/test49.vim, src/testdir/test_trycatch.vim,
src/testdir/test_vimscript.v
Patch 8.1.2245
Problem:Third character of 'listchars' tab shows in wrong place when
'breakindent' is set.
Solution: Set c_final to NUL. (Naruhiko Nishino, closes #5165)
Files: src/drawline.c, src/testdir/test_breakindent.vim
*** ../vim-8.1.2244/src/drawline.c 2019-11
Tony wrote:
> On Sat, Nov 2, 2019 at 10:46 PM Bram Moolenaar wrote:
> >
> >
> > Patch 8.1.2242
> > Problem:Creating docs tags uses user preferences. (Tony Mechelynck)
> > Solution: Add "--clean".
> > Files: runtime/doc/Makefile
>
> After applying this patch, as well as 2243 and 2244
21 matches
Mail list logo