Sublime Forum

[BUG] Edit → Wrap → Wrap paragraph at ruler

#1

This is my User.sublime-settings file:

	"rulers": [100],
	"wrap_width": 100

This is my Markdown.sublime-settings file:

	"rulers": [74]

Now, whenever I use the “Wrap paragraph at ruler” option, the paragraph is actually wrapped at the 100 line, instead of the 74 line that I use in Markdown. Only after I remove wrap_width does that command actually wrap at the ruler.

So either the name is confusing, the wrap_width always overrides the “wrap at ruler” combined with rulers settings, or this is a bug.

0 Likes