vim-gf-python
vim-gf-python copied to clipboard
Support for py3k
Two things need to be changed to support py3k:
- check feature
python3
instead ofpython
- use
python3 <<<EOF
heredoc instead ofpython <<<EOF
heredoc
I'm not sure how to make the plugin work for both python version...