Fixed vim bug

This commit is contained in:
Anthony Scemama 2020-04-22 22:09:50 +02:00
parent 50cc3413e4
commit e5e4330ee7
2 changed files with 3 additions and 3 deletions

View File

@ -26,14 +26,14 @@
import vim
import os,sys
try:
wd = os.path.abspath(os.path.dirname(__file__))
sys.path.insert(0,(wd+"/../src/"))
except:
pass
import vim
import os,sys
from command_line import command_line
def main():

View File

@ -1 +1 @@
version = "2.0.0"
version = "2.0.1"