Re: [patch] fixed misalignments when using tabs with concealed char prior to the tab

2012-03-19 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: Dominique Pelle wrote: The conceal feature is messing up alignment when using tabs. For example, content of :help :index looks misaligned and ugly with :set conceallevel=3 but looks well aligned with :set conceallevel=0 as shows in these 2 screenshots:

Re: Is it possible to ignore runtime/doc/tags in .hgignore?

2012-03-19 Fir de Conversatie Thilo Six
Hello Tony, Excerpt from Tony Mechelynck: This should work: ,[ .hgignore ]-- # use glob syntax syntax: glob tags `- -- snip -- Yes, it is possible (I do it), BUT: not only do I get a prompt whenever I try to

Re: A strang char when editing

2012-03-19 Fir de Conversatie Christian Brabandt
Hi Bram! On So, 18 Mär 2012, Bram Moolenaar wrote: Christian Brabandt wrote: On Do, 15 Mär 2012, Gary Johnson wrote: That's an odd error message, since there are no search commands in that sequence, as I understood it. Using a different notation, here's what I typed.

Re: A bug in more interface

2012-03-19 Fir de Conversatie Christian Brabandt
Hi Marcin! On So, 18 Mär 2012, Marcin Szamotulski wrote: Hello, I found a strange behaviour in the message prompt. Here is how to reproduce it: (1) :echo join(range(1,100), \n) (2) move down and up for example: jk What happens: the first line is: 1echo join(range(1,100), \n) while

Re: A strang char when editing

2012-03-19 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Do, 15 Mär 2012, Gary Johnson wrote: That's an odd error message, since there are no search commands in that sequence, as I understood it. Using a different notation, here's what I typed. C-VG$ABSBSEsc Was this ever supposed to

Re: A bug in more interface

2012-03-19 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On So, 18 Mär 2012, Marcin Szamotulski wrote: Hello, I found a strange behaviour in the message prompt. Here is how to reproduce it: (1) :echo join(range(1,100), \n) (2) move down and up for example: jk What happens: the first line is: 1echo

Re: Is it possible to ignore runtime/doc/tags in .hgignore?

2012-03-19 Fir de Conversatie John Little
On Monday, March 19, 2012 4:15:43 PM UTC+13, Tony Mechelynck wrote: Yes, it is possible (I do it), BUT: not only do I get a prompt whenever I try to pull changes including runtime/doc/tags, but in addition that prompt is not visible until AFTER I answer it ... Perhaps an application for the

[PATCH] mingw64 windres build error under cygwin

2012-03-19 Fir de Conversatie Guopeng Wen
Recently I found a build error when build Windows GUI version using mingw64 package under cygwin on Windows 7: /usr/bin/i686-w64-mingw32-windres \ --preprocessor=/usr/bin/i686-w64-mingw32-gcc -E -xc \ -DRC_INVOKED -DWIN32 -DWINVER=0x0500 \ -D_WIN32_WINNT=0x0500