summaryrefslogtreecommitdiff
path: root/src/auto/configure
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-16 18:30:08 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-16 18:30:08 +0000
commitb21e5843e53d3582df5f521f57e7e52e83d51d10 (patch)
tree6b542fe50eb62f693046067880e416e8b149b2eb /src/auto/configure
parent99ebf04cf6acdd2b10d670e1cd6be4eae17333cf (diff)
downloadvim-git-b21e5843e53d3582df5f521f57e7e52e83d51d10.tar.gz
updated for version 7.0ev7.0e
Diffstat (limited to 'src/auto/configure')
-rwxr-xr-xsrc/auto/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto/configure b/src/auto/configure
index 644d4efe8..ed5ea5617 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -14123,7 +14123,7 @@ echo "$as_me:$LINENO: checking how to create tags" >&5
echo $ECHO_N "checking how to create tags... $ECHO_C" >&6
test -f tags && mv tags tags.save
if (eval ctags --version /dev/null | grep Exuberant) < /dev/null 1>&5 2>&1; then
- TAGPRG="ctags -I INIT+"
+ TAGPRG="ctags -I INIT+ --fields=+S"
else
(eval etags /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="etags"
(eval etags -c /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="etags -c"