mme / atom-paredit

Paredit for atom editor based on paredit.js
MIT License
9 stars 0 forks source link

paredit:forwardSexp and paredit:backwardSexp skip current symbol boundry. #6

Open MartyGentillon opened 7 years ago

MartyGentillon commented 7 years ago

paredit:forwardSexp and paredit:backwardSexp don't stop at the beginning of the current symbol.

When I see ([] for the cursor}

(hello yo[]u)

and trigger backward sexp, I expect

(hello []you)

but I get

([]hello you)

Similarly with the cursor in the first word and not stopping at the end of the first word.

mme commented 7 years ago

Hi, thanks for reporting. Unfortunately I do not have the time to further maintain this project.

MartyGentillon commented 7 years ago

Great, then you might consider letting the issues accumulate until someone else decides to fix them. After all, how are bugs going to get patched when nobody sees that they need work?

mme commented 7 years ago

Sure, you are right. Hopefully someone will pick up.