We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folding functions inside Haskell files does not work for me. The fold column also stays empty. Cabal files can be folded however.
Tested with Vim 7.8.4 without any other plugins or vimrc settings on Ubuntu 14.04.
The text was updated successfully, but these errors were encountered:
I think I found the cause. I had tried https://github.com/Twinside/vim-haskellFold before, on the same file. I am using:
""" Save folds on exit, restore folds on open autocmd BufWinLeave * silent! mkview autocmd BufWinEnter * silent! loadview
Which stores setlocal foldtext=HaskellFoldText() in the viewdir for that file, and vim2hs doesn't overwrite that setting.
setlocal foldtext=HaskellFoldText()
Stop-gap solution: delete viewdir folder.
Sorry, something went wrong.
No branches or pull requests
Folding functions inside Haskell files does not work for me. The fold column also stays empty. Cabal files can be folded however.
Tested with Vim 7.8.4 without any other plugins or vimrc settings on Ubuntu 14.04.
The text was updated successfully, but these errors were encountered: