hlissner / evil-multiedit

Multiple cursors for evil-mode, based on iedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doesn't work with evil's very-magic search module

CeleritasCelery opened this issue · comments

if you set the following variables

         evil-search-module 'evil-search
         evil-magic 'very-magic

evil-multiedit no longer works and gives the error evil-ex-search-find-next-pattern: Invalid regexp: "Invalid regular expression". It looks like this is because evil-multiedit is relying on evil-ex using emacs flavor regex.