Filipe Silva
Filipe Silva
@actionshrimp I think that happens because yaml-mode defines a different [syntax table](https://github.com/yoshiki/yaml-mode/blob/master/yaml-mode.el#L247-L279) for quoted stuff.
@Zenoe , thanks for the input. Did you use `make emacs` to try to reproduce your issue in a `clean` environment?
@Zenoe > @ninrod , sorry I don't quit understand what make emacs means. I use doom emacs. No worries, [here](https://github.com/emacs-evil/evil-surround#contributing).
Did you get any errors after `make`?
seems like `make` could not download the `undo-tree.el` dependency.
@jplindstrom , I like this feature, to be honest. Allow me to place a shamless plug here and recommend [Exato.el](https://melpa.org/#/exato) (Evil XML/HTML Attributes Text Object), which allows you to work...
@jplindstrom , I agree with you. Maybe this behaviour could be "selected" through a specific configuration. The default should be that tag elements are not sticky.
@tomdl89 , If I remember correctly, @edkolev prepared the initial test collections for evil-surround, which was essential in helping with merging contributions. edit: found a few commits https://github.com/emacs-evil/evil-surround/commit/2343fe549712e87a965917b8638ffc378b70c257 https://github.com/emacs-evil/evil-surround/commit/6ed075041403b8abb7672d258dcb12600d20880e https://github.com/emacs-evil/evil-surround/commit/853b9fdf117b1de665b02c7b3c978ce2a51f52e7...
It was unfortunate that #81 contained a __[regression](https://github.com/emacs-evil/evil-surround/issues/24)__ that was actually a big deal because it broke the `.` operator for evil-surround. The `.` operator is critical for this plugin....
@torgeir https://github.com/emacs-evil/evil/pull/865 is stalled.