You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing Vue template lang="pug", pasting/yanking causes the whole template to be messed up above point. Specifically, it looks like each line gets indented once
p
| Foo
a
p
| Bar
a
becomes
p
| Foo
a
p
| Bar
a
a
When point is at a and I press M-wRETC-y
This doesn't happen with M-y (helm-show-kill-ring)
Not sure if this is an issue with vue-mode, or pug-mode, but in just pug-mode, this issue doesn't happen.
C-h kC-y
C-y runs the command yank (found in global-map), which is an
interactive compiled Lisp function in ‘simple.el’.
When editing Vue
template lang="pug"
, pasting/yanking causes the whole template to be messed up above point. Specifically, it looks like each line gets indented oncebecomes
When point is at
a
and I press M-w RET C-yThis doesn't happen with M-y (
helm-show-kill-ring
)Not sure if this is an issue with
vue-mode
, orpug-mode
, but in justpug-mode
, this issue doesn't happen.C-h k C-y
C-h m
The text was updated successfully, but these errors were encountered: