Kaydet (Commit) f85859d2 authored tarafından Miklos Vajna's avatar Miklos Vajna

vim-ide-integration: -I<dir> workaround is no longer needed

Since commit ecbaf980 (-I$(dir $(3)) in
gb_CObject__command_pattern is no longer needed, 2017-11-01).

Change-Id: I9d6b7436f7b6e865d37e358adb9cf075e4e51bff
üst 52dbe0c9
......@@ -365,10 +365,6 @@ class VimIntegrationGenerator(IdeIntegrationGenerator):
command += '='
command += value
# The directory of the file is missing from lib's include list, as that
# one is not the same for all source files in the lib.
command += ' -I' + os.path.dirname(file)
for include in lib.include:
command += ' -I'
command += include
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment