Re: pasting nonASCII characters into vim from clipboard

2012-04-19 Fir de Conversatie Christian Brabandt
Hi krzysztof! On Di, 17 Apr 2012, krzysztof cierpisz wrote: On Apr 17, 8:40 am, Christian Brabandt cbli...@256bit.org wrote: On Tue, April 17, 2012 08:33, krzysztof cierpisz wrote: I am on Ubuntu and using Gnome Terminal 2.30.2 1. I copied following word zużycia from my Chrome

Re: pasting nonASCII characters into vim from clipboard

2012-04-19 Fir de Conversatie Christian Brabandt
Hi On Do, 19 Apr 2012, Christian Brabandt wrote: + case 5: type = XA_STRING; + default: type = 0; Upps, small error here. Here is an update. regards, Christian -- Übertriebner Tadel schadet Guten mehr als übertriebnes Lob. -- Jean Paul -- You received

Re: seg fault with :python print

2012-04-19 Fir de Conversatie Thomas Dziedzic
On Thu, Apr 19, 2012 at 12:02 PM, Thomas Dziedzic gos...@gmail.com wrote: On Sun, Apr 15, 2012 at 9:44 AM, Bram Moolenaar b...@moolenaar.net wrote: Christian Brabandt wrote: On Fr, 13 Apr 2012, Thomas Dziedzic wrote: On Fri, Apr 13, 2012 at 9:00 AM, Taylor Hedberg tmhedb...@gmail.com

Re: seg fault with :python print

2012-04-19 Fir de Conversatie Ernie Rael
On 4/19/2012 3:59 PM, Thomas Dziedzic wrote: Ok, I'm getting closer to figuring this out, it's caused by having the -O2 flag there. If you remove -O2 from CFLAGS, there is no crash. I'm guessing this has something to do with gcc 4.7.0 possibly While it may be an optimizer bug, and things like

Re: Strange position when correcting on windows.

2012-04-19 Fir de Conversatie mattn
On Thursday, April 19, 2012 3:58:55 AM UTC+9, William E. Skeith III wrote: Hello, The source of this bug is in revision 3248, which was aiming to fix an issue on dual-monitor setups.  I noticed this issue a while back, and produced a similar patch.  Unfortunately, my patch un-fixed what was

Re: b:did_indent variable

2012-04-19 Fir de Conversatie Marcin Szamotulski
On 17:24 Thu 19 Apr , Marcin Szamotulski wrote: Hello, In my ftplugin for tex files there is a script for indentation. It sets the variable b:did_indent in the usual form. The problem is that even though b:did_indent is set to 1 the /usr/share/vim/vim73/indent/tex.vim file doesn't see