guns / vim-sexp

Precision Editing for S-expressions
MIT License
612 stars 33 forks source link

Add 'escape' and 'symbol' to `s:ignored_region` #28

Open iamFIREcracker opened 3 years ago

iamFIREcracker commented 3 years ago

Previously vim-sexp would fail to properly select forms surrounding:

This commit fixes the problem by making sure escaped characters as well as symbols are skipped while matching up pairs.