openwrt-packages/utils/vim/test.sh

8 lines
88 B
Bash

#!/bin/sh
case "$1" in
vim|vim-full|vim-fuller)
vim --version | grep "$2"
;;
esac