expez / evil-smartparens

Evil integration for Smartparens
GNU General Public License v3.0
134 stars 17 forks source link

not compatible with evil-surround #10

Closed yangguang760 closed 9 years ago

yangguang760 commented 9 years ago

when enable evil-smartparens, the function of evil-surround: "Change surrounding

You can change a surrounding with cs."

not work properly.

For instance, (te|st)

when cs({

it should be

{te|st}

but when evil-smartparens enabled, it became

{ (t }est)

expez commented 9 years ago

@timcharper when evil-surround-edit is entered operation is always nil. Where does the operation value come from? How can I make sure evil-smartparens is passing this along correctly to evil-surround?

expez commented 9 years ago

Thanks for reporting this, @yangguang760!