noctuid / lispyville

lispy + evil = lispyville
GNU General Public License v3.0
315 stars 23 forks source link

text-objects theme breaks `w` operator #44

Closed kirillsalykin closed 6 years ago

kirillsalykin commented 6 years ago

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)

kirillsalykin commented 6 years ago

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