You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so it's in there, and if I run that very command at the shell, those warnings are supressed. So, the only conclusion I can come up with is that ghcmod-vim does not actually call build_command, or calls it at a strange time such that that global variable is unset and it hangs on to the build command, or plays with it afterwards.
The text was updated successfully, but these errors were encountered:
EDITED:
I have g:ghcmod_ghc_options set to "-fno-warn-unused-binds" but I'm still getting "Defined but not used" warnings.
Running
:echo ghcmod#build_command(["check"])
the output I get isso it's in there, and if I run that very command at the shell, those warnings are supressed. So, the only conclusion I can come up with is that ghcmod-vim does not actually call build_command, or calls it at a strange time such that that global variable is unset and it hangs on to the build command, or plays with it afterwards.
The text was updated successfully, but these errors were encountered: