Home
last modified time | relevance | path

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

/vim-8.2.3635/src/po/
H A Dcheck.vim87 let toline = GetMline() variable
88 if fromline != toline
91 echomsg 'msgstr: ' . toline
/vim-8.2.3635/src/
H A Dif_lua.c752 luaV_addlstring(luaL_Buffer *b, const char *s, size_t l, int toline) in luaV_addlstring() argument
756 if (*s == '\0' && toline) in luaV_addlstring()
758 else if (*s == '\n' && !toline) in luaV_addlstring()