forked from aniani/vim
updated for version 7.0e
This commit is contained in:
2
src/auto/configure
vendored
2
src/auto/configure
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user