mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 18:48:24 +10:00
Problem: Some boolean options use "long" instead of "int". Solution: Adjust the type. (James McCoy, closes vim/vim#10033)8be423b7acN/A patches for version.c: vim-patch:8.2.4641: may mark the wrong window for redrawing Problem: May mark the wrong window for redrawing. Solution: Use redraw_win_later(). (closes vim/vim#10032)471b3aed3e