config_query VIMPROBABLE_OWN_CONFIGH \
             "Do you wish to use your own config.h file" n &&
if [[ $VIMPROBABLE_OWN_CONFIGH == y ]]; then
config_query_string VIMPROBABLE_CONFIGH \
             "Enter the full path/filename to your own vimprobable config.h if you have one(example /home/user/vimprobable-config.h): "
fi
