noctuid / lispyville

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

Don't delete quote characters when keeping open paren #299

Open noctuid opened 3 years ago

noctuid commented 3 years ago

In cases where lispyville does not delete open parens, it should not delete quote characters before open parens (based on lispy...preceding-syntax-alist). This may be somewhat complicated to implement and might be better done as part of the lispy safe deletion commands.

A good example of this is C-u (delete back to indentation).