blob: 913b9c6b1f993efa5b6ccf21b0a893caabce49d2 [file] [log] [blame]
#!/bin/sh
case "$1" in
vim|vim-full|vim-fuller)
vim --version | grep "$2"
;;
esac