OBS User unknown
2007-04-24 21:36:59 +00:00
committed by Git OBS Bridge
parent fa98de5b7e
commit f845056a25
3 changed files with 77 additions and 21 deletions

3
missing-vim-client Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
echo "You do not have a valid vim binary package installed. Please install either \"vim\", \"vim-enhanced\" or \"gvim\"." >&2
exit 1