Home
last modified time | relevance | path

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

/vim-8.2.3635/src/testdir/
H A Dsetup.vim5 if exists('s:did_load')
8 let s:did_load = 1
/vim-8.2.3635/src/
H A Duninstall.c38 static int did_load = FALSE; in reg_delete_key() local
42 if (!did_load) in reg_delete_key()
47 did_load = TRUE; in reg_delete_key()
/vim-8.2.3635/runtime/doc/
H A Dusr_41.txt2657 if !exists("s:did_load")
2661 let s:did_load = 1
2676 When the script is first loaded "s:did_load" is not set. The commands between
2680 The second time the script is loaded "s:did_load" exists and the commands
2700 4. The script is sourced again, the "s:did_load" variable exists and the