> This was recently merged to Neovim
> (https://github.com/neovim/neovim/pull/14537?fbclid=IwAR2QVeuXcCjZ6-Q5_UUmxBe076CxJixfVrztunS92VzjW0w9HyeX4zU09sM).
> Are you interested in merging it to vim if I update this pull request?
As I mentioned before, it's certainly an area where improvement is
Patch 9.0.0861 (after 9.0.0858)
Problem:Solution for "!!sort" in closed fold is not optimal.
Solution: Use a different range instead of the subtle difference in handling
a range with an offset. (issue #11487)
Files: runtime/doc/cmdline.txt, src/ops.c, src/ex_docmd.c,
Patch 9.0.0860
Problem:MS-Windows: windres fails with clang 15.0.4.
Solution: Use llvm-windres. (John Marriott)
Files: src/Make_cyg_ming.mak
*** ../vim-9.0.0859/src/Make_cyg_ming.mak 2022-10-08 19:26:35.694195418
+0100
--- src/Make_cyg_ming.mak 2022-11-11 21:22:10.071162
John Marriott wrote:
> When compiling with clang x64 15.0.4 (from msys2) on Win8.1 x64, I get
> this error from windres:
>
> windres -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603 -DHAVE_PATHDEF
> -DFEAT_NORMAL -DHAVE_STDINT_H -DMS_WIN64 -DFEAT_GUI_MSWIN -DFEAT_CLIPBOARD \
> --input-form
Hi All,
When compiling with clang x64 15.0.4 (from msys2) on Win8.1 x64, I get
this error from windres:
windres -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603 -DHAVE_PATHDEF
-DFEAT_NORMAL -DHAVE_STDINT_H -DMS_WIN64 -DFEAT_GUI_MSWIN -DFEAT_CLIPBOARD \
--input-format=rc --output-format=cof
I wrote:
> Patch 9.0.0858
> Problem:"!!sort" in a closed fold sorts too many lines.
> Solution: Round to end of fold after adding the line count. (closes #11487)
> Files: src/ex_docmd.c, src/testdir/test_fold.vim
I had been working on this and decided to finish it, but looking back
I