version: remove non-functional Vim version identifiers

This commit is contained in:
Justin M. Keyes
2014-10-04 19:16:55 +00:00
parent b80d803967
commit ff023a47e3
2 changed files with 32 additions and 22 deletions

View File

@@ -1724,8 +1724,8 @@ static void do_viminfo(FILE *fp_in, FILE *fp_out, int flags)
}
if (fp_out != NULL) {
/* Write the info: */
fprintf(fp_out, _("# This viminfo file was generated by Vim %s.\n"),
VIM_VERSION_MEDIUM);
fprintf(fp_out, _("# This viminfo file was generated by Nvim %s.\n"),
NVIM_VERSION_MEDIUM);
fputs(_("# You may edit it if you're careful!\n\n"), fp_out);
fputs(_("# Value of 'encoding' when this file was written\n"), fp_out);
fprintf(fp_out, "*encoding=%s\n\n", p_enc);