Re: Patch 7.4.984

2016-01-14 Fir de Conversatie h_east
Hi Bram, 2016-1-15(Fri) 7:03:39 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > Hi Bram, > > > > 2015-12-29(Tue) 3:21:01 UTC+9 Bram Moolenaar: > > > Patch 7.4.984 > > > Problem:searchpos() always starts searching in the first column, > > > which is > > > not what some peop

Re: [patch] Wrong cursor location in right-left mode with concealing.

2016-01-14 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Bram and list, > > How to reproduce: > - Start pure vim with 'rightleft' and concealing > $ vim -Nu NONE -c "set rightleft cole=1 cocu=n" > > - Enter insert mode and input 'a' and leave insert mode > ia > > Expected behavior: > - Cursor moves to the right end.

Re: Patch 7.4.984

2016-01-14 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Bram, > > 2015-12-29(Tue) 3:21:01 UTC+9 Bram Moolenaar: > > Patch 7.4.984 > > Problem:searchpos() always starts searching in the first column, which > > is > > not what some people expect. (Brett Stahlman) > > Solution: Add the 'z' flag: start at t

Patch 7.4.1090

2016-01-14 Fir de Conversatie Bram Moolenaar
Patch 7.4.1090 Problem:No tests for :hardcopy and related options. Solution: Add test_hardcopy. Files: src/testdir/test_hardcopy.vim, src/Makefile, src/testdir/Make_all.mak *** ../vim-7.4.1089/src/testdir/test_hardcopy.vim 2016-01-14 22:09:58.569471303 +0100 --- src

Re: if_mzscheme does not work.

2016-01-14 Fir de Conversatie Ken Takata
Hi, 2016/1/14 Thu 13:01:28 UTC+9 Yukihiro Nakadaira wrote: > Thank you.  I merged > https://bitbucket.org/k_takata/vim-ktakata-mq/raw/d2b34c2918f89b9fb6caf6043ea2ab6622632d11/mzscheme_collects_and_mingw.patch > https://bitbucket.org/k_takata/vim-ktakata-mq/raw/d2b34c2918f89b9fb6caf6043ea2ab6622632

Re: Patch 7.4.984

2016-01-14 Fir de Conversatie h_east
Hi Bram, 2015-12-29(Tue) 3:21:01 UTC+9 Bram Moolenaar: > Patch 7.4.984 > Problem:searchpos() always starts searching in the first column, which is > not what some people expect. (Brett Stahlman) > Solution: Add the 'z' flag: start at the specified column. > Files: src/vim.h,

Re: [patch] fix possible bug in searchpair

2016-01-14 Fir de Conversatie Christian Brabandt
Hi Bram! On Mi, 13 Jan 2016, Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > > > Bram, > > > > this patch fies an issue reported by David Fishburn about a misbehaving > > > > searchpairpos(). I traced it back to syntax.c and I think what happens > > > > is, that Vim gets confused ab