noctuid / lispyville

lispy + evil = lispyville

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text-objects theme breaks `w` operator

kirillsalykin opened this issue · comments

When text-objects enabled w operator doesnt work inside string or comments:

When disabled:
(fn "|some |long |string" |atom)

When enabled:
(fn "|some long string" |atom)

My bad, it is atom-movement and it is how it suppose to work.