Searched refs:did_load (Results 1 – 3 of 3) sorted by relevance
5 if exists('s:did_load')8 let s:did_load = 1
38 static int did_load = FALSE; in reg_delete_key() local42 if (!did_load) in reg_delete_key()47 did_load = TRUE; in reg_delete_key()
2657 if !exists("s:did_load")2661 let s:did_load = 12676 When the script is first loaded "s:did_load" is not set. The commands between2680 The second time the script is loaded "s:did_load" exists and the commands2700 4. The script is sourced again, the "s:did_load" variable exists and the