Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgetchar.c1372 static typebuf_T saved_typebuf[NSCRIPT]; variable
1378 saved_typebuf[curscript] = typebuf; in save_typebuf()
1529 typebuf = saved_typebuf[curscript]; in closescript()