Re: date in undo not uses locale setting

2012-08-23 Fir de Conversatie Bram Moolenaar
Marcin Szamotulski wrote: I found that when I use g-, g+ to move to through undo tree the day of the month always follows the month independently of the locale: LC_TIME='en_GB.utf8' vim some file with undo tree longer than just today then g- shows (after hitting changes from yesterday):

Re: date in undo not uses locale setting

2012-08-23 Fir de Conversatie Bram Moolenaar
Maxim Philippov wrote: On Tuesday, August 21, 2012 11:01:37 AM UTC+4, Marcin Szamotulski wrote: Dear Vim_Dev, I found that when I use g-, g+ to move to through undo tree the day of the month always follows the month independently of the locale: LC_TIME='en_GB.utf8' vim some file

Re: date in undo not uses locale setting

2012-08-23 Fir de Conversatie Maxim Philippov
On Thursday, August 23, 2012 2:59:18 PM UTC+4, Bram Moolenaar wrote: Maxim Philippov wrote: On Tuesday, August 21, 2012 11:01:37 AM UTC+4, Marcin Szamotulski wrote: Dear Vim_Dev, I found that when I use g-, g+ to move to through undo tree the day of the month always

Re: date in undo not uses locale setting

2012-08-23 Fir de Conversatie Jürgen Krämer
Hi, Bram Moolenaar wrote: This is hard coded. Perhaps we should always show the year: Year/Month/Day. That's ISO 8601. If it's a standard it must be right! the separator between date values is a hyphen. A slash is used in time intervals. Regards, Jürgen -- Sometimes I think the

Re: date in undo not uses locale setting

2012-08-23 Fir de Conversatie Ingo Karkat
On 23-Aug-2012 13:53:53 +0200, Jürgen Krämer wrote: Bram Moolenaar wrote: This is hard coded. Perhaps we should always show the year: Year/Month/Day. That's ISO 8601. If it's a standard it must be right! the separator between date values is a hyphen. A slash is used in time intervals.

date in undo not uses locale setting

2012-08-21 Fir de Conversatie Marcin Szamotulski
Dear Vim_Dev, I found that when I use g-, g+ to move to through undo tree the day of the month always follows the month independently of the locale: LC_TIME='en_GB.utf8' vim some file with undo tree longer than just today then g- shows (after hitting changes from yesterday): 1 change; before

Re: date in undo not uses locale setting

2012-08-21 Fir de Conversatie Maxim Philippov
On Tuesday, August 21, 2012 11:01:37 AM UTC+4, Marcin Szamotulski wrote: Dear Vim_Dev, I found that when I use g-, g+ to move to through undo tree the day of the month always follows the month independently of the locale: LC_TIME='en_GB.utf8' vim some file with undo tree longer

Re: date in undo not uses locale setting

2012-08-21 Fir de Conversatie Marcin Szamotulski
On 05:34 Tue 21 Aug , Maxim Philippov wrote: On Tuesday, August 21, 2012 11:01:37 AM UTC+4, Marcin Szamotulski wrote: Dear Vim_Dev, I found that when I use g-, g+ to move to through undo tree the day of the month always follows the month independently of the locale: