Searched refs:oldvimrc (Results 1 – 1 of 1) sorted by relevance
785 strcpy(oldvimrc, installdir); in inspect_system()786 strcpy(oldvimrc + runtimeidx, "_vimrc"); in inspect_system()787 if ((fd = fopen(oldvimrc, "r")) == NULL) in inspect_system()790 if ((fd = fopen(oldvimrc, "r")) == NULL) in inspect_system()793 fd = fopen(oldvimrc, "r"); in inspect_system()799 *oldvimrc = NUL; in inspect_system()1180 if (*oldvimrc != NUL) in install_vimrc()1181 fname = oldvimrc; in install_vimrc()1301 if (*oldvimrc != NUL) in change_vimrc_choice()1313 if (*oldvimrc != NUL) in change_vimrc_choice()[all …]