mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
version: remove non-functional Vim version identifiers
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user