Re: Patch 8.1.2342

2019-11-25 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: > I wrote: > > > Patch 8.1.2342 > > Problem:Random number generator in Vim script is slow. > > Solution: Add rand() and srand(). (Yasuhiro Matsumoto, closes #1277) > > Files:runtime/doc/eval.txt, src/evalfunc.c, > > src/testdir/Make_all.mak, > >

Re: Patch 8.1.2342

2019-11-25 Fir de Conversatie Bram Moolenaar
I wrote: > Patch 8.1.2342 > Problem:Random number generator in Vim script is slow. > Solution: Add rand() and srand(). (Yasuhiro Matsumoto, closes #1277) > Files:runtime/doc/eval.txt, src/evalfunc.c, > src/testdir/Make_all.mak, > src/testdir/test_random.vim I

Re: [vim/vim] netrw's "gx" functionality doesn't open URLs anymore in macOS (#4738)

2019-11-25 Fir de Conversatie Blay263
This doesn't work anymore on windows, was gx fix reverted?? On Saturday, October 19, 2019 at 6:17:20 AM UTC-4, SRGOM wrote: > > So can I version check-in defaults.list and then link > ~/.local/share/applications/defaults.list to that? I remember that there > was at least one file out of the 799

Patch 8.1.2342

2019-11-25 Fir de Conversatie Bram Moolenaar
Patch 8.1.2342 Problem:Random number generator in Vim script is slow. Solution: Add rand() and srand(). (Yasuhiro Matsumoto, closes #1277) Files: runtime/doc/eval.txt, src/evalfunc.c, src/testdir/Make_all.mak, src/testdir/test_random.vim ***

Trailing ^M on Windows

2019-11-25 Fir de Conversatie Matteo Landi
Hello everyone, I have been battling with trailing ^M on Windows, and I was wondering if any of you could help me figure it out. I already posted this on vim_use, but unfortunately I could not get to the bottom of it, so here I am posting it on vim_dev. Long story short: 1) I am the