1
0
forked from aniani/vim

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 #2368)
This commit is contained in:
Bram Moolenaar
2018-05-13 16:23:40 +02:00
parent 137374fd65
commit 889fe2c2b9
2 changed files with 13 additions and 0 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1833,
/**/
1832,
/**/