dot_files/vim-plugins/bundle/python-mode/t/ftplugin.vim

19 lines
205 B
VimL
Raw Normal View History

2017-07-09 00:26:06 +03:00
source plugin/pymode.vim
describe 'pymode-ftplugin'
before
set filetype=python
end
after
bd!
end
it 'pymode init'
PymodePython import pymode
end
end