summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-28 23:04:48 +0100
committerNao Pross <naopross@thearcway.org>2019-01-28 23:04:48 +0100
commitc90a1f268d16dd0d69eb8b0c758ff4b49ee3ffa5 (patch)
treef1812e1d0e64ade693546261f5a4f47d992e8783
parentRemove almost every -Wshadow warning (diff)
downloadflatland-c90a1f268d16dd0d69eb8b0c758ff4b49ee3ffa5.tar.gz
flatland-c90a1f268d16dd0d69eb8b0c758ff4b49ee3ffa5.zip
Add files to ctags index (create filename tags)
So that it will be possibile to do (example) :tag signal.cpp
-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")