evil-cleverparens icon indicating copy to clipboard operation
evil-cleverparens copied to clipboard

fix issue #38

Open li1 opened this issue 6 years ago • 1 comments

This fixes issue 38:

  • x on the beginning of a string (["]some string") without region deletes both double quotes
  • x on the end of a string ("some string["]) without region deletes both double quotes
  • x on regions of strings and x within comments is left unchanged
  • x on string delimiters (as far as I know this is ') deletes the delimiter (in lisp, this is mostly used for quote, which shouldn't be balanced anyways)

li1 avatar Nov 12 '18 15:11 li1

Would love to see this fixed

briangorman avatar Nov 08 '19 19:11 briangorman

This has been fixed by https://github.com/emacs-evil/evil-cleverparens/commit/7b478ead857a47961c2e14f86a9259d96d440d25

tomdl89 avatar Dec 01 '22 12:12 tomdl89