mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
8 lines
180 B
Python
8 lines
180 B
Python
# vim:fileencoding=utf-8:noet
|
|
from __future__ import (unicode_literals, division, absolute_import, print_function)
|
|
|
|
import tests.modules.vim as vim
|
|
|
|
|
|
globals().update(vim._init())
|