Home
last modified time | relevance | path

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

/dports/editors/o/o-2.46.0/
H A Dinitialize.go113 if !e.slowLoad {
209 if !e.slowLoad {
226 if !found && !e.slowLoad {
231 if !found && !e.slowLoad {
H A Dsearch.go381 if !e.slowLoad {
H A Deditor.go39slowLoad bool // was the initial file slow to load? (might be an indica… member
320 e.slowLoad = time.Since(start) > 400*time.Millisecond