vim x11 embedding broken with the recent gtk changes for csw

2009-07-29 Fir de Conversatie RonnyPfannschmidt
hi, vim x11 embedding breaks with the recent csw (clientside window) while vim still gets started and even opens popup windows, it wont render anything of its main window, all i get is a grey area that wont get updated Regards Ronny --~--~-~--~~~---~--~~ You rec

Patch 7.2.245

2009-07-29 Fir de Conversatie Bram Moolenaar
Patch 7.2.245 Problem:When 'enc' is "utf-16" and 'fenc' is "utf-8" writing a file does conversion while none should be done. (Yukihiro Nakadaira) When 'fenc' is empty the file is written as utf-8 instead of utf-16. Solution: Do proper comparison of encodings, taking

Patch 7.2.244

2009-07-29 Fir de Conversatie Bram Moolenaar
Patch 7.2.244 Problem:When 'enc' is utf-8 and 'fenc' is latin1, writing a non-latin1 character gives a conversion error without any hint what is wrong. Solution: When known add the line number to the error message. Files: src/fileio.c *** ../vim-7.2.243/src/fileio.c 2009-

Re: storing files without a name

2009-07-29 Fir de Conversatie Toni Ruottu
I'm glad to see someone working on this. I'm rather busy at the moment, but I'm willing to test it once it is supposed to work. In case the script becomes stable, would turning it into a standard feature. I'm ok with using some special command for storing the current buffer into a note (instead of

Patch 7.2.243

2009-07-29 Fir de Conversatie Bram Moolenaar
Patch 7.2.243 Problem:Memory leak when using :vimgrep and resizing. (Dominique Pelle) Solution: Free memory for aucmd_win when resizing and don't allocate it twice. Files: src/screen.c *** ../vim-7.2.242/src/screen.c 2009-06-16 17:22:38.0 +0200 --- src/screen.c

Re: Patch for Vim with Ruby 1.9

2009-07-29 Fir de Conversatie Masaki Suketa
Hello, At 07/29/2009 04:57 PM, red-agent wrote: > Nothing to show, really. > That mostly happens when trying to complete the constant, like class > name... I've not been able to produce the same error in my environment. I'm not a heavy user of rubycomplete omnicompletion. So, it seems to me to t

Patch 7.2.242

2009-07-29 Fir de Conversatie Bram Moolenaar
Patch 7.2.242 Problem:Setting 'lazyredraw' causes the cursor column to be recomputed. (Tom Link) Solution: Only recompute the cursor column for a boolean option if changes the cursor position. Files: src/option.c *** ../vim-7.2.241/src/option.c 2009-07-22 14:2

Patch 7.2.241

2009-07-29 Fir de Conversatie Bram Moolenaar
Patch 7.2.241 Problem:When using a combination of ":bufdo" and "doautoall" we may end up in the wrong directory. (Ajit Thakkar) Crash when triggering an autocommand in ":vimgrep". (Yukihiro Nakadaira) Solution: Clear w_localdir and globaldir when using t

Patch 7.2.240

2009-07-29 Fir de Conversatie Bram Moolenaar
Patch 7.2.240 Problem:Crash when using find/replace dialog repeatedly. (Michiel Hartsuiker) Solution: Avoid doing the operation while busy or recursively. Also refuse replace when text is locked. Files: src/gui.c *** ../vim-7.2.239/src/gui.c2009-06-24 18:

RE: Patch for Vim with Ruby 1.9

2009-07-29 Fir de Conversatie John Beckett
Please bottom post on this list. Quote a small (relevant) part of the message you are replying to, and put your text underneath. See the list guidelines: http://groups.google.com/group/vim_use/web/vim-information --~--~-~--~~~---~--~~ You received this message fr

Re: Problem with CursorMoved events: x position isn't maintained

2009-07-29 Fir de Conversatie Bram Moolenaar
Tom Link wrote: > A user complained that a plugin of mine broke cursor movement. He > writes: > > > have a text file: > > > > xxFxxxExx > > yyD > > zzCz > > > > Position cursor at C, move up a line: you're on D, move up, you're on > > E.

Re: Patch for Vim with Ruby 1.9

2009-07-29 Fir de Conversatie red-agent
Nothing to show, really. That mostly happens when trying to complete the constant, like class name... On 28 июл, 13:11, Masaki Suketa wrote: > Hello, Thank you for your reporting. > > red-agent wrote: > > Works like a charm. > > Tested it with Ruby 1.9.1_p129-r99 on my Linux (Gentoo) box. > > >