Updating the error message for ycm_core loading

This commit is contained in:
Strahinja Val Markovic 2013-06-12 10:38:49 -07:00
parent 011af9620d
commit 18ef728742

View File

@ -30,7 +30,8 @@ except ImportError as e:
'Error importing ycm_core. Are you sure you have placed a version 3.2+ '
'libclang.[so|dll|dylib] in folder "{0}"? See the Installation Guide in '
'the docs. Full error: {1}'.format(
os.path.dirname( os.path.abspath( __file__ ) ), str( e ) ) )
os.path.dirname( os.path.dirname( os.path.abspath( __file__ ) ) ),
str( e ) ) )
def CompletionStartColumn():