mirror of
https://github.com/neovim/neovim.git
synced 2026-01-22 05:04:51 +10:00
Problem: Sign test fails in the GUI. Solution: Catch and ignore the exception.d933c82ff4Port Test_sign_funcs() changes from patch 8.1.1899. Test_sign_funcs_multi() in patch 8.1.1899 cannot be ported without earlier sign patches.. N/A patches for version.c: vim-patch:8.1.0954: arguments of semsg() and siemsg() are not checked Problem: Arguments of semsg() and siemsg() are not checked. Solution: Add function prototype with __attribute__.0d8562a999vim-patch:8.2.2126: Ruby: missing function prototype Problem: Ruby: missing function prototype. Solution: Add the prototype.0e12140550