comparison src/version.c @ 13816:9b0e4976dac6 v8.0.1780

patch 8.0.1780: test fails because Vim in a terminal uses wrong 'encoding' commit https://github.com/vim/vim/commit/77bfd756a02c3b3150d6c08ddbf89b66362dad8d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 30 18:03:10 2018 +0200 patch 8.0.1780: test fails because Vim in a terminal uses wrong 'encoding' Problem: Test fails because Vim in a terminal uses wrong 'encoding'. Solution: Set encoding in the test where it matters. (James McCoy, closes #2847)
author Christian Brabandt <cb@256bit.org>
date Mon, 30 Apr 2018 18:15:06 +0200
parents 7ed76dcf0d94
children 31bb8e1f7625
comparison
equal deleted inserted replaced
13815:a9aa42f1b49b 13816:9b0e4976dac6
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1780,
764 /**/ 766 /**/
765 1779, 767 1779,
766 /**/ 768 /**/
767 1778, 769 1778,
768 /**/ 770 /**/