-
Notifications
You must be signed in to change notification settings - Fork 352
Fix some gq bugs when tw was set #205
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
Conversation
Fixed a bug caused by the fix for the other bugs |
Looks harmless enough, and I'm itching for a fix, so merging in. |
Fix some gq bugs when tw was set
The function currently ignores the |
@JelteF You can access the value of |
Thanks, I'll update that sometime later. Since I originally created it for the python pep8 indentation plugin 80 (actually 79) characters was always what you wanted there. |
I took care of it. Have a peek at 18106a3 if you're interested. |
Interesting, I've never seen anybody use a tw of 72. |
It's used in git commit messages; assuming (conservatively, nowadays) a terminal |
I think |
That's fair. I'll change it to 80. |
Fix some bugs that only occured when tw was set.