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
I noticed this behavior as well. Unfortunately I don't know how to fix it. It probably has to do with the definitions inside autoload/vim2hs/haskell/editing.vim.
first of all thanks for your effort.
two things I noticed using vim2hs, let's start with 'where', consider the following:
the script won't indent the
where
which causes a parse error, it should get indented like this:and the
let..in
, ideally, when you typein
it should get back to thelet
column.what's happening with vim2hs is this:
which is fine by the compiler, but it's not aligned.
The text was updated successfully, but these errors were encountered: