Searched refs:runtimePath (Results 1 – 1 of 1) sorted by relevance
2800 char_u* runtimePath = vim_getenv((char_u*)"VIMRUNTIME", &mustfree); in LoadVimBitmap() local2801 if (runtimePath != NULL && fileName != NULL) { in LoadVimBitmap()2802 BString strPath((char*)runtimePath); in LoadVimBitmap()2808 vim_free(runtimePath); in LoadVimBitmap()