comparison src/version.c @ 13925:eb264a775071 v8.0.1833

patch 8.0.1833: X11: ":echo 3.14" gives E806 commit https://github.com/vim/vim/commit/889fe2c2b9ba5c92b7e862a4aafbd863585fd633 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 13 16:23:40 2018 +0200 patch 8.0.1833: X11: ":echo 3.14" gives E806 Problem: X11: ":echo 3.14" gives E806. Solution: set LC_NUMERIC to "C". (Dominique Pelle, closes https://github.com/vim/vim/issues/2368)
author Christian Brabandt <cb@256bit.org>
date Sun, 13 May 2018 16:30:06 +0200
parents e4d5726e1678
children ec54a202ad0c
comparison
equal deleted inserted replaced
13924:31e8a593e29d 13925:eb264a775071
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 1833,
764 /**/ 766 /**/
765 1832, 767 1832,
766 /**/ 768 /**/
767 1831, 769 1831,
768 /**/ 770 /**/