Merge pull request #13429 from aparcar/vim-runtime

vim: add runtime test
This commit is contained in:
Rosen Penev 2020-09-18 21:44:04 -07:00 committed by GitHub
commit d539df716e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
utils/vim/test.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
vim --version | grep "$2"