Re: Patch 8.2.5003

2022-05-23 Fir de Conversatie Bram Moolenaar
> /usr/bin/env: ‘python’: No such file or directory Where do you see that? I noticed that after upgrading to Ubuntu 22.04 the "python" command no longer exists. One has to use "python2" now. -- ARTHUR: This new learning amazes me, Sir Bedevere. Explain again how sheep's bladders may

Re: Patch 8.2.5003

2022-05-23 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Sun, May 22, 2022 at 11:14 AM Bram Moolenaar wrote: > > > > Patch 8.2.5003 > > Problem:Cannot do bitwise shifts. > > Solution: Add the >> and << operators. (Yegappan Lakshmanan, closes #8457) > > > > Now that

Re: Patch 8.2.5003

2022-05-22 Fir de Conversatie Ernie Rael
On 5/22/22 7:10 PM, Yegappan Lakshmanan wrote: Hi, On Sun, May 22, 2022 at 11:14 AM Bram Moolenaar wrote: Patch 8.2.5003 Problem:Cannot do bitwise shifts. Solution: Add the >> and << operators. (Yegappan Lakshmanan, closes #8457) Now that we have the support for the b

Re: Patch 8.2.5003

2022-05-22 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sun, May 22, 2022 at 11:14 AM Bram Moolenaar wrote: > > Patch 8.2.5003 > Problem:Cannot do bitwise shifts. > Solution: Add the >> and << operators. (Yegappan Lakshmanan, closes #8457) > Now that we have the support for the bitwise shift operators, should

Re: Patch 8.2.5003

2022-05-22 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 23-May-2022 04:14, Bram Moolenaar wrote: > > Patch 8.2.5003 > > Problem:Cannot do bitwise shifts. > > Solution: Add the >> and << operators. (Yegappan Lakshmanan, closes #84= > 57) > > Files: runtime/doc/eval.tx

Re: Patch 8.2.5003

2022-05-22 Fir de Conversatie Tony Mechelynck
On Sun, May 22, 2022 at 9:09 PM John Marriott wrote: > > > > On 23-May-2022 04:14, Bram Moolenaar wrote: > > Patch 8.2.5003 > > Problem:Cannot do bitwise shifts. > > Solution: Add the >> and << operators. (Yegappan Lakshmanan, closes #8457) > >

Re: Patch 8.2.5003

2022-05-22 Fir de Conversatie John Marriott
On 23-May-2022 05:08, John Marriott wrote: On 23-May-2022 04:14, Bram Moolenaar wrote: Patch 8.2.5003 Problem:    Cannot do bitwise shifts. Solution:   Add the >> and << operators. (Yegappan Lakshmanan, closes #8457) Files:  runtime/doc/eval.txt, src/errors.h, src/

Re: Patch 8.2.5003

2022-05-22 Fir de Conversatie John Marriott
On 23-May-2022 04:14, Bram Moolenaar wrote: Patch 8.2.5003 Problem:Cannot do bitwise shifts. Solution: Add the >> and << operators. (Yegappan Lakshmanan, closes #8457) Files: runtime/doc/eval.txt, src/errors.h, src/eval.c, src/structs.h, src/vim.h, src/v

Patch 8.2.5003

2022-05-22 Fir de Conversatie Bram Moolenaar
Patch 8.2.5003 Problem:Cannot do bitwise shifts. Solution: Add the >> and << operators. (Yegappan Lakshmanan, closes #8457) Files: runtime/doc/eval.txt, src/errors.h, src/eval.c, src/structs.h, src/vim.h, src/vim9execute.c, src/vim9expr.c,