feature/snippets: remove monkey patch (fix merged upstream)

This commit is contained in:
Henrik Lissner 2018-01-03 14:17:01 -05:00
parent 83d2507138
commit 9c9e9b2b59
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 1 additions and 53 deletions

View file

@ -56,4 +56,3 @@ buggy behavior when <delete> is pressed in an empty field."
(sof (marker-position (yas--field-start field))))
(when (and field (> (point) sof))
(delete-region sof (point)))))