Problem:
A recent commit introduced a new function named update_highlight_overrides() in highlight.pro and highlight.c, one of the parameter names conflicts with the C++ keyword new. This causes compilation issues on Windows when VIM is compiled with OLE enabled, as "if_ole.cpp" cannot compile due to the conflict (after v9.2.0093).
Solution:
Rename the parameter name of update_highlight_overrides() from new to hl_new.
https://github.com/vim/vim/pull/19558
(2 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@64-bitman approved this pull request.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thanks!
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()