Skip to content

Commit ba705dd

Browse files
committed
Adjust to other changes in nvim-hs 1.0.0.0
1 parent b9bf420 commit ba705dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Neovim/Ghcid/Plugin.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ loadToQuickfix = dropWarningsIfErrorsArePresent . mapMaybe f
196196
Just $ (quickfixListItem
197197
((Right . loadFile) m)
198198
((Left . fst . loadFilePos) m))
199-
{ col = Just $ ((snd . loadFilePos) m, True)
199+
{ col = VisualColumn . snd $ loadFilePos m
200200
, Q.text = (unlines . loadMessage) m
201201
, errorType = case loadSeverity m of
202202
Ghcid.Warning -> Q.Warning

0 commit comments

Comments
 (0)