Answer the question
In order to leave comments, you need to log in
How to rewrite regex for vim?
There is a regex that looks for haskell function names, we need to rewrite it for vim.
Original expression:
^[az]+[ \w | ']\s*(?=::)
vim expression:
/^[az]\+[\w']*\s*\(::\)@=/
But unlike the original one, vim expression for some reason does not work
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question