vim2hs icon indicating copy to clipboard operation
vim2hs copied to clipboard

conceal_wide doesn't work in non-cabal managed projects

Open HuStmpHrrr opened this issue 9 years ago • 0 comments

this can be tested very easily by

$ cat <<EOF > test.hs
main :: IO ()
main = do putStrLn "hello world!"
EOF

notice that :: is not concealed.

HuStmpHrrr avatar Jan 08 '16 03:01 HuStmpHrrr