-
Notifications
You must be signed in to change notification settings - Fork 351
Closed
Description
When I type gqit
inside the first paragraph to format just the text inside the tag,
<p>
Lorem ipsum dolor sit amet, ignota omittantur at vel. In usu nostro mollis accusamus. No pro mazim liber, invenire cotidieque nec no, pro insolens erroribus torquatos ex. In eum esse equidem phaedrum, probo praesent duo te, ei brute saepe usu.
</p>
<p>
<a href="">Learn more</a>
</p>
This is the result I see:
<p> Lorem ipsum dolor sit amet, ignota omittantur at vel. In usu nostro mollis
accusamus. No pro mazim liber, invenire cotidieque nec no, pro insolens
erroribus torquatos ex. In eum esse equidem phaedrum, probo praesent duo te,
ei brute saepe usu. </p> <p> <a href="">Learn more</a>
</p>
This seems to be caused by a custom formatexpr
, Fixedgq
, which is formatting lines past where it should. I see similar results using a visual selection where gq
formats past the end of the selection.
Metadata
Metadata
Assignees
Labels
No labels