We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bf420 commit ba705ddCopy full SHA for ba705dd
1 file changed
Neovim/Ghcid/Plugin.hs
@@ -196,7 +196,7 @@ loadToQuickfix = dropWarningsIfErrorsArePresent . mapMaybe f
196
Just $ (quickfixListItem
197
((Right . loadFile) m)
198
((Left . fst . loadFilePos) m))
199
- { col = Just $ ((snd . loadFilePos) m, True)
+ { col = VisualColumn . snd $ loadFilePos m
200
, Q.text = (unlines . loadMessage) m
201
, errorType = case loadSeverity m of
202
Ghcid.Warning -> Q.Warning
0 commit comments