Skip to content

vim: Fix builds on Visual Studio against GLib 2.68.x or later

Chun-wei Fan requested to merge avoid-C4098 into master

Hi,

In GLib-2.68.x and later, it is considered an error if one returns a value in a void-return-type function on Visual Studio builds. This MR attempts to fix this by avoid doing such things.

With blessings, thank you!

Merge request reports