Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dversion.c8041 static char *(extra_patches[]) = variable
8313 if (extra_patches[0] != NULL) in list_version()
8317 for (i = 0; extra_patches[i] != NULL; ++i) in list_version()
8321 msg_puts(extra_patches[i]); in list_version()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt7756 Solution: Add the extra_patches array.
7859 Problem: Explanation about making a diff for extra_patches is unclear.