Re: Patch 7.3.386

2012-02-29 Fir de Conversatie Yukihiro Nakadaira
I clean installed ubuntu-11.04-{server,desktop} and ran test as following. But it didn't fail. $ sudo apt-get build-dep vim $ sudo apt-get install libmotif-dev mercurial $ hg clone https://vim.googlecode.com/hg/ vim $ cd vim $ ./configure --with-x --enable-gui=motif --enable-multibyte $ make test

Re: Patch 7.3.386

2012-02-28 Fir de Conversatie raf
tem vim       2           2 > > macports Vim     2 > > macports MacVim  2 > > I think that "E434: Can't find tag pattern" means that the running Vim > is old and doesn't contain patch 7.3.386. > On my ubuntu 11.10 pc, /usr/bin/vim is 7.3.154 and result is sa

Re: Patch 7.3.386

2012-02-25 Fir de Conversatie Yukihiro Nakadaira
MacVim  2 I think that "E434: Can't find tag pattern" means that the running Vim is old and doesn't contain patch 7.3.386. On my ubuntu 11.10 pc, /usr/bin/vim is 7.3.154 and result is same. "/usr/bin/vim -u unix.vim -s dotest.in test83.in" hangs. "E426: tag not

Re: Patch 7.3.386

2012-02-21 Fir de Conversatie raf
Yukihiro Nakadaira wrote: > On Tue, Feb 21, 2012 at 7:10 PM, raf wrote: > > Yukihiro Nakadaira wrote: > > > >> On Mon, Feb 13, 2012 at 10:19 AM, raf wrote: > >> > i just upgraded my vim and applied this patch but it didn't affect > >> > the failing of test83 for me. this patch assumes that the c

Re: Patch 7.3.386

2012-02-21 Fir de Conversatie Yukihiro Nakadaira
On Tue, Feb 21, 2012 at 7:10 PM, raf wrote: > Yukihiro Nakadaira wrote: > >> On Mon, Feb 13, 2012 at 10:19 AM, raf wrote: >> > i just upgraded my vim and applied this patch but it didn't affect >> > the failing of test83 for me. this patch assumes that the cause of >> > the failure was iconv not

Re: Patch 7.3.386

2012-02-21 Fir de Conversatie raf
Yukihiro Nakadaira wrote: > On Mon, Feb 13, 2012 at 10:19 AM, raf wrote: > > i just upgraded my vim and applied this patch but it didn't affect > > the failing of test83 for me. this patch assumes that the cause of > > the failure was iconv not supporting cp932 but iconv on macosx-10.6.8 > > and

Re: Patch 7.3.386

2012-02-16 Fir de Conversatie Yukihiro Nakadaira
On Mon, Feb 13, 2012 at 10:19 AM, raf wrote: > hi, > > i just upgraded my vim and applied this patch but it didn't affect > the failing of test83 for me. this patch assumes that the cause of > the failure was iconv not supporting cp932 but iconv on macosx-10.6.8 > and ubuntu-11.04 do support cp932

Re: Patch 7.3.386

2012-02-12 Fir de Conversatie raf
hi, i just upgraded my vim and applied this patch but it didn't affect the failing of test83 for me. this patch assumes that the cause of the failure was iconv not supporting cp932 but iconv on macosx-10.6.8 and ubuntu-11.04 do support cp932. i checked that at the time when Yukihiro Nakadaira sugg

Re: Patch 7.3.386

2011-12-23 Fir de Conversatie Yukihiro Nakadaira
On Sat, Dec 24, 2011 at 3:57 AM, Bram Moolenaar wrote: > > Yukihiro Nakadaira wrote: > >> I think it is better to check iconv() after "set enc=utf-8" because >> "\uff21" is not utf-8 character with other encoding. > > My default encoding is utf-8, thus it works fine for me.  Does the test > fail i

Re: Patch 7.3.386

2011-12-23 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > I think it is better to check iconv() after "set enc=utf-8" because > "\uff21" is not utf-8 character with other encoding. My default encoding is utf-8, thus it works fine for me. Does the test fail if the default encoding is something else? -- The question is: W

Re: Patch 7.3.386

2011-12-23 Fir de Conversatie Yukihiro Nakadaira
I think it is better to check iconv() after "set enc=utf-8" because "\uff21" is not utf-8 character with other encoding. diff -r a96cb758a8d7 src/testdir/test83.in --- a/src/testdir/test83.in Fri Dec 23 14:56:28 2011 +0100 +++ b/src/testdir/test83.in Sat Dec 24 01:48:38 2011 +0900 @@ -2,1

Patch 7.3.386

2011-12-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.386 Problem:Test 83 fails when iconv does not support cp932. (raf) Solution: Test if conversion works. (Yukihiro Nakadaira) Files: src/testdir/test83.in *** ../vim-7.3.385/src/testdir/test83.in2011-10-12 19:53:31.0 +0200 --- src/testdir/test83.in 2011