This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
powerline
mirror of
https://github.com/powerline/powerline.git
Watch
1
Star
0
Fork
You've already forked powerline
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
551c9f8bed
powerline
/
tests
/
path
/
vim.py
6 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
Combine vim modelines and Python encoding declarations Ref #314
2013-03-11 10:40:09 +01:00
# vim:fileencoding=utf-8:noet
Omit using sys.modules if possible Does not work though: still TypeError due to some global in multiproccessing that got None
2013-03-02 16:05:08 +01:00
from
tests
import
vim
globals
(
)
.
update
(
vim
.
_init
(
)
)