mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Introduce vim namespace: Contrib YCM: Fix build dir calculation.
Build directory calculation had not been correctly updated in #716.
This commit is contained in:
parent
080f5dbd95
commit
c0e70e1fa5
@ -7,7 +7,7 @@ def DirectoryOfThisScript():
|
||||
|
||||
|
||||
def GetDatabase():
|
||||
compilation_database_folder = DirectoryOfThisScript() + '/../build'
|
||||
compilation_database_folder = DirectoryOfThisScript() + '/../../build'
|
||||
if os.path.exists(compilation_database_folder):
|
||||
return ycm_core.CompilationDatabase(compilation_database_folder)
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user