Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/doc/
H A Dtips.txt448 having to use special characters, you could use a self-destroying mapping to
453 " It uses a self-destroying mapping!
H A Dversion4.txt78 (to avoid destroying an existing file for those who rely on the appending).
H A Dstarting.txt1639 file. This was done to avoid accidentally destroying a file when the file
/vim-8.2.3635/src/
H A Dgui_w32.c314 static int destroying = FALSE; // call DestroyWindow() ourselves variable
2817 if (!destroying) in _OnDestroy()
3176 destroying = TRUE; // ignore WM_DESTROY message now in gui_mch_exit()