Home
last modified time | relevance | path

Searched refs:runtimePath (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_haiku.cc2800 char_u* runtimePath = vim_getenv((char_u*)"VIMRUNTIME", &mustfree); in LoadVimBitmap() local
2801 if (runtimePath != NULL && fileName != NULL) { in LoadVimBitmap()
2802 BString strPath((char*)runtimePath); in LoadVimBitmap()
2808 vim_free(runtimePath); in LoadVimBitmap()