Skip to content

Commit

Permalink
Apply code review
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Feb 17, 2021
1 parent ef3da72 commit d704560
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tmain/client-vista-vim-fields-expectation.d/run.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Copyright: 2021 <liuchengxu@github.com>
# License: GPL-2
#!/usr/bin/env bash

CTAGS=$1

. ../utils.sh

$CTAGS --format=2 --excmd=pattern --fields=+nksSaf --extras=+F --sort=no --append=no --extras= --language-force=vim --vim-kinds=acfvmn --output-format=json --fields=-PF -f- $(pwd)/test.vim
is_feature_available "${CTAGS}" json

$CTAGS --format=2 --excmd=pattern --fields=+nksSaf --extras=+F --sort=no --append=no --extras= --language-force=vim --vim-kinds=acfvmn --output-format=json --fields=-PF -f- test.vim

exit $?

0 comments on commit d704560

Please sign in to comment.