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