Fix ctags
This commit is contained in:
parent
0449f548dc
commit
a71ddc6478
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ proc runPreprocess(file, ppflags, flags: string, inline: bool): string =
|
|||
|
||||
proc runCtags(file: string): string =
|
||||
var
|
||||
cmd = "ctags -o - --fields=+S+K --c-kinds=p --file-scope=no " & file
|
||||
cmd = "ctags -o - --fields=+S+K --c-kinds=+p --file-scope=no " & file
|
||||
fps = execProc(cmd)
|
||||
fdata = ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue