From 20649051dd8245e2dc2ed84047f92d6ec25eca67 Mon Sep 17 00:00:00 2001 From: Eliseo Martínez Date: Mon, 20 Oct 2014 12:31:02 +0200 Subject: Improve YCM contrib: Improve documentation. --- contrib/YouCompleteMe/ycm_extra_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/YouCompleteMe/ycm_extra_conf.py') diff --git a/contrib/YouCompleteMe/ycm_extra_conf.py b/contrib/YouCompleteMe/ycm_extra_conf.py index 65b5b29099..ae5d3d1a36 100644 --- a/contrib/YouCompleteMe/ycm_extra_conf.py +++ b/contrib/YouCompleteMe/ycm_extra_conf.py @@ -8,7 +8,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 -- cgit