config_query VIMPROBABLE_OWN_HPATH \
             "Do you wish to use your own config.h and similar files" n &&
if [[ $VIMPROBABLE_OWN_HPATH == y ]]; then
config_query_string VIMPROBABLE_HPATH \
             "Enter the full path/ of where you have the .h files(keymap.h and/or config.h): "
fi
