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

Enable tabulators also in comments + Python 3 support (Extension of #163) #172

Closed Fubukimaru closed 6 years ago

Fubukimaru commented 6 years ago

Following the work in the commit https://github.com/jaxbot/github-issues.vim/commit/a395c05eb2cb1461710c29e7a128234a91e92d3e with this patch tabulation is allowed also in the comments.

Fubukimaru commented 6 years ago

Added Python 3 support

Integrated https://github.com/jaxbot/github-issues.vim/pull/163 and fixed issues to enable full Python 3 support. The only detriment of this pull is that it now requieres the package "future" for adapting some functions like map, filter and so on to work seamlessly on both Python 2 and 3.

osleg commented 6 years ago

This looks awesome! Thanks! I'll get to it next week :+1:

osleg commented 6 years ago

Looks great, thank you! Closes #163