summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 14c45cd..f0d34f5 100755
--- a/configure.py
+++ b/configure.py
@@ -112,5 +112,5 @@ with open("build.ninja", "w") as bf:
print("default build/test/signal_test", file=bf)
# run ctags for vim :)
-os.system("if type ctags; then ctags -R . ; fi")
+os.system("if type ctags; then ctags -R --extra=f . ; fi")