Adding new stuff
This commit is contained in:
parent
93ceb8fa0a
commit
f84d7183aa
1580 changed files with 205558 additions and 0 deletions
18
.viktor/bundle/python-mode/t/ftplugin.vim
Normal file
18
.viktor/bundle/python-mode/t/ftplugin.vim
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
source plugin/pymode.vim
|
||||
|
||||
describe 'pymode-ftplugin'
|
||||
|
||||
before
|
||||
set filetype=python
|
||||
end
|
||||
|
||||
after
|
||||
bd!
|
||||
end
|
||||
|
||||
it 'pymode init'
|
||||
PymodePython import pymode
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue