Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dversion.c8048 highest_patch(void) in highest_patch() function
8669 if (highest_patch()) in do_intro_line()
8675 sprintf((char *)vers + len, ".%d%s", highest_patch(), in do_intro_line()
8679 sprintf((char *)vers + 3, ".%d", highest_patch()); in do_intro_line()
H A Dif_lua.c2239 lua_pushinteger(L, highest_patch()); in luaV_version()
H A Devalvars.c224 set_vim_var_nr(VV_VERSIONLONG, VIM_VERSION_100 * 10000 + highest_patch()); in evalvars_init()
/vim-8.2.3635/src/proto/
H A Dversion.pro3 int highest_patch(void);