recent log messages

2015-04-03 Fir de Conversatie Manuel Ortega
The most recent two log messages (for patches, not tags) are messed up. They now look horrible in both `hg log` AND `git log`. In `hg log`, in an 80-column terminal, I see patch 7.4.690 for Problem: Memory access errors when changing indent in Ex mode. redraw when using CTRL-U. (Knil

Re: Patch 7.4.689

2015-04-03 Fir de Conversatie Cesar Romani
On 03/04/2015 11:00 a.m., Cesar Romani wrote: > On 03/04/2015 10:34 a.m., Bram Moolenaar wrote: > > > > Cesar Romani wrote: > > > >> On 03/04/2015 07:58 a.m., Bram Moolenaar wrote: > >> > > >> > Patch 7.4.689 > >> > Problem: On MS-Windows, when 'autochdir' is set, diff mode with > >> > fil

Patch 7.4.691

2015-04-03 Fir de Conversatie Bram Moolenaar
Patch 7.4.691 (after 7.4.689) Problem:Can't build with MzScheme. Solution: Change "cwd" into the global variable "start_dir". Files: src/main.c *** ../vim-7.4.690/src/main.c 2015-04-03 14:56:43.936840362 +0200 --- src/main.c 2015-04-03 17:58:55.374023988 +0200 *** *** 1

Re: Patch 7.4.689

2015-04-03 Fir de Conversatie Cesar Romani
On 03/04/2015 10:34 a.m., Bram Moolenaar wrote: > > Cesar Romani wrote: > >> On 03/04/2015 07:58 a.m., Bram Moolenaar wrote: >> > >> > Patch 7.4.689 >> > Problem:On MS-Windows, when 'autochdir' is set, diff mode with >> > files in different directories does not work. (Axel Bender) >

Re: Patch 7.4.689

2015-04-03 Fir de Conversatie Bram Moolenaar
Cesar Romani wrote: > On 03/04/2015 07:58 a.m., Bram Moolenaar wrote: > > > > Patch 7.4.689 > > Problem:On MS-Windows, when 'autochdir' is set, diff mode with > > files in different directories does not work. (Axel Bender) > > Solution: Remember the current directory and use it where n

Patch 7.4.690

2015-04-03 Fir de Conversatie Bram Moolenaar
Patch 7.4.690 Problem:Memory access errors when changing indent in Ex mode. Also missing redraw when using CTRL-U. (Knil Ino) Solution: Update pointers after calling ga_grow(). Files: src/ex_getln.c *** ../vim-7.4.689/src/ex_getln.c 2015-03-21 17:32:14.054780051 +010

Re: [patch] fixes for getexmodeline

2015-04-03 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Bram, > the neovim project has found some problems with the getexmodeline() > function: > https://github.com/neovim/neovim/pull/2319.patch Thanks. Has a couple of problems, but can use the patch as a good hint how to fix the error. -- A special cleaning ordinance

Re: Patch 7.4.689

2015-04-03 Fir de Conversatie Cesar Romani
On 03/04/2015 07:58 a.m., Bram Moolenaar wrote: > > Patch 7.4.689 > Problem:On MS-Windows, when 'autochdir' is set, diff mode with > files in different directories does not work. (Axel Bender) > Solution: Remember the current directory and use it where needed. > (Christian Brabandt) > Files:

Re: autochdir + encoding=utf8 messes up diff

2015-04-03 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Hi Axel! > > On Mi, 01 Apr 2015, Axel Bender wrote: > > > Given the following .vimrc: > > > > --- > > set autochdir > > set encoding=utf-8 > > --- > > > > and the following directory/file structure: > > > > -- > > a\aa > > b\bb > >

Patch 7.4.689

2015-04-03 Fir de Conversatie Bram Moolenaar
Patch 7.4.689 Problem:On MS-Windows, when 'autochdir' is set, diff mode with files in different directories does not work. (Axel Bender) Solution: Remember the current directory and use it where needed. (Christian Brabandt) Files: src/main.c *** ../vim-7.4.688/