Skip to content

Commit 78821c7

Browse files
committed
Make bench script compatible with neovim
1 parent 741dd18 commit 78821c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bench

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -e
33
s=startuptime.txt
44
vim --startuptime $s -o -c qa "$@"
5-
perl -lane'$sum += $F[1] if m!/\.vim/after/syntax/css\.vim$!; END {print $sum}' $s
5+
perl -lane'$sum += $F[1] if m!/after/syntax/css\.vim$!; END {print $sum}' $s
66
rm $s

0 commit comments

Comments
 (0)