comparison src/version.c @ 15386:317846db300a v8.1.0701

patch 8.1.0701: sign message not translated and inconsistent spacing commit https://github.com/vim/vim/commit/d730c8e2974609034016ca66db09d2ef78784343 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 7 21:16:53 2019 +0100 patch 8.1.0701: sign message not translated and inconsistent spacing Problem: Sign message not translated and inconsistent spacing. Solution: Add _() for translation. Add a space. (Ken Takata) Also use MSG_BUF_LEN instead of BUFSIZ.
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Jan 2019 21:30:08 +0100
parents a4fb69fd62a6
children 7444fffa482d
comparison
equal deleted inserted replaced
15385:14161b838142 15386:317846db300a
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 701,
802 /**/ 804 /**/
803 700, 805 700,
804 /**/ 806 /**/
805 699, 807 699,
806 /**/ 808 /**/