> /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
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
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
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
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
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)
> >
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/
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
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,