Re: Patch 9.0.1411

2023-03-17 Fir de Conversatie Bram Moolenaar
> On 17-Mar-2023 08:43, Bram Moolenaar wrote: > > Patch 9.0.1411 > > Problem:Accuracy of profiling is not optimal. > > Solution: Use CLOCK_MONOTONIC if possible. (Ernie Rael, closes #12129) > > Files: runtime/doc/builtin.txt, runtime/doc/repeat.txt, src/evalfunc.c, > > src

Patch 9.0.1413

2023-03-17 Fir de Conversatie Bram Moolenaar
Patch 9.0.1413 (after 9.0.1411) Problem:Compiler warning for unused variable. Solution: Move variable declaration. (John Marriott) Files: src/time.c *** ../vim-9.0.1412/src/time.c 2023-03-16 21:43:07.343227878 + --- src/time.c 2023-03-17 18:49:53.978923188 + ***

Patch 9.0.1412

2023-03-17 Fir de Conversatie Bram Moolenaar
Patch 9.0.1412 Problem:Pony files are not recognized. Solution: Add a pattern for Pony files. (Amaan Qureshi, closes #12155) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1411/runtime/filetype.vim2023-03-16 20:13:25.640909510 + --- runtime/fil

Re: Patch 9.0.1411

2023-03-17 Fir de Conversatie John Marriott
On 17-Mar-2023 08:43, Bram Moolenaar wrote: Patch 9.0.1411 Problem:Accuracy of profiling is not optimal. Solution: Use CLOCK_MONOTONIC if possible. (Ernie Rael, closes #12129) Files: runtime/doc/builtin.txt, runtime/doc/repeat.txt, src/evalfunc.c, src/profiler.c, src/time