Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text wrapping #6

Open
Julian opened this issue Apr 21, 2022 · 1 comment
Open

Text wrapping #6

Julian opened this issue Apr 21, 2022 · 1 comment
Labels
feature New feature or request

Comments

@Julian
Copy link

Julian commented Apr 21, 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:

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?

@numToStr
Copy link
Owner

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 numToStr changed the title tw=78 but textwidth isn't 78 Text wrapping Apr 22, 2022
@numToStr numToStr added the feature New feature or request label Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants