mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00: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:
@ -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
|
||||
|
Reference in New Issue
Block a user