From c90a1f268d16dd0d69eb8b0c758ff4b49ee3ffa5 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 28 Jan 2019 23:04:48 +0100 Subject: Add files to ctags index (create filename tags) So that it will be possibile to do (example) :tag signal.cpp --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.1