Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c8084 char errorstring[80]; in xsmp_init() local
8127 sizeof(errorstring) - 1, in xsmp_init()
8128 errorstring); in xsmp_init()
8137 errorstring[sizeof(errorstring) - 1] = NUL; in xsmp_init()
8139 _("XSMP SmcOpenConnection failed: %s"), errorstring); in xsmp_init()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt28460 Solution: Reduce size of errorstring by one. (Dominique Pelle, closes #3469)