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
I had this same question/issue with docgen's suggestion, so I may be totally off here, but lemmy-help emits:
vim:tw=78:ts=8:noet:ft=help:norl:
but yet will also emit lines like:
infoview.__update_pin_positions() *infoview.__update_pin_positions*
on_lines callback to update pins position according to the given textDocument/didChange parameters.
which is indeed wider than 78 characters -- I'm not sure what behavior is expected (does wrapping always work in the help syntax?) but if it doesn't, should tw=78 really be in there?
The text was updated successfully, but these errors were encountered:
which is indeed wider than 78 characters -- I'm not sure what behavior is expected (does wrapping always work in the help syntax?) but if it doesn't, should tw=78 really be in there?
Currently, the text wrapping is not there but I've intended to add wrapping in future releases.
numToStr
changed the title
tw=78 but textwidth isn't 78
Text wrapping
Apr 22, 2022
I had this same question/issue with docgen's suggestion, so I may be totally off here, but lemmy-help emits:
vim:tw=78:ts=8:noet:ft=help:norl:
but yet will also emit lines like:
which is indeed wider than 78 characters -- I'm not sure what behavior is expected (does wrapping always work in the help syntax?) but if it doesn't, should tw=78 really be in there?
The text was updated successfully, but these errors were encountered: