jaxbot / github-issues.vim

Github issue lookup in Vim
http://jaxbot.me/articles/github-issues-vim-plugin-5-7-2014
Other
405 stars 28 forks source link

Only strip trailing whitespace #165

Closed nickwynja closed 6 years ago

nickwynja commented 6 years ago

Uses rstrip() instead of strip() to only trim trailing white space and leave proper indentation for JSON or indented markdown lists. Closes #153

Fubukimaru commented 6 years ago

Patch worked for me. Thanks!