Searched refs:vimrun_location (Results 1 – 1 of 1) sorted by relevance
2357 char_u vimrun_location[_MAX_PATH + 4]; in mch_init_g() local2360 STRCPY(vimrun_location, exe_name); in mch_init_g()2361 STRCPY(gettail(vimrun_location), "vimrun.exe"); in mch_init_g()2362 if (mch_getperm(vimrun_location) >= 0) in mch_init_g()2364 if (*skiptowhite(vimrun_location) != NUL) in mch_init_g()2367 mch_memmove(vimrun_location + 1, vimrun_location, in mch_init_g()2368 STRLEN(vimrun_location) + 1); in mch_init_g()2369 *vimrun_location = '"'; in mch_init_g()2370 STRCPY(gettail(vimrun_location), "vimrun\" "); in mch_init_g()2373 STRCPY(gettail(vimrun_location), "vimrun "); in mch_init_g()[all …]