Patch 7.2.386

2010-03-10 Fir de Conversatie Bram Moolenaar
Patch 7.2.386 Problem:Focus hack for KDE 3.1 causes problems for other window managers. Solution: Remove the hack. (forwarded by Joel Bradshaw) Files: src/gui_gtk.c *** ../vim-7.2.385/src/gui_gtk.c2009-05-17 16:23:20.0 +0200 --- src/gui_gtk.c 2010-03-10

Patch 7.2.387

2010-03-10 Fir de Conversatie Bram Moolenaar
Patch 7.2.387 Problem:Ruby with MingW still doesn't build all versions. Solution: More #ifdefs for the Ruby code. (Sergey Khorev) Files: src/if_ruby.c *** ../vim-7.2.386/src/if_ruby.c2010-02-24 15:47:58.0 +0100 --- src/if_ruby.c 2010-03-10 12:40:30.0

Patch 7.2.388 (extra)

2010-03-10 Fir de Conversatie Bram Moolenaar
Patch 7.2.388 (extra part of 7.2.387) Problem:Ruby with MingW still doesn't build all versions. Solution: Different approach to build file. (Sergey Khorev) Files: src/Make_ming.mak *** ../vim-7.2.387/src/Make_ming.mak2010-02-26 22:05:17.0 +0100 --- src/Make_ming.mak

Patch 7.2.389

2010-03-10 Fir de Conversatie Bram Moolenaar
Patch 7.2.389 Problem:synIDattr() cannot return the font. Solution: Support the font argument. (Christian Brabandt) Files: runtime/doc/eval.txt, src/eval.c, src/syntax.c *** ../vim-7.2.388/runtime/doc/eval.txt 2010-01-19 15:51:29.0 +0100 --- runtime/doc/eval.txt

qmake with vim like (keymap) interface

2010-03-10 Fir de Conversatie mobi phil
Bit off topic, but I was wondering if anybody thought to do some experiments to add some vim like interface for qemacs. Vim is fast, but it seems that qemacs is much faster due to the better in memory model of the files. http://bellard.org/qemacs rgrds, mobi phil being mobile, but including

Patch 7.2.390

2010-03-10 Fir de Conversatie Bram Moolenaar
Patch 7.2.390 Problem:In some situations the popup menu can be displayed wrong. Solution: Remove the popup menu if the cursor moved. (Lech Lorens) Files: src/edit.c *** ../vim-7.2.389/src/edit.c 2010-01-19 14:59:14.0 +0100 --- src/edit.c 2010-03-10 14:09:56.0 +0100

Patch 7.2.391

2010-03-10 Fir de Conversatie Bram Moolenaar
Patch 7.2.391 Problem:Internal alloc(0) error when doing CTRL-V $ c. (Martti Kuparinen) Solution: Fix computations in getvcol(). (partly by Lech Lorens) Files: src/charset.c, src/memline.c *** ../vim-7.2.390/src/charset.c2009-11-03 16:03:59.0 +0100 --- src/charset.c

Patch 7.2.392

2010-03-10 Fir de Conversatie Bram Moolenaar
Patch 7.2.392 Problem:Netbeans hangs reading from a socket at the maximum block size. Solution: Use select() or poll(). (Xavier de Gaye) Files: src/vim.h, src/os_unixx.h, src/if_xcmdsrv.c, src/netbeans.c *** ../vim-7.2.391/src/vim.h2010-03-02 15:55:51.0 +0100 ---

Patch 7.2.393

2010-03-10 Fir de Conversatie Bram Moolenaar
Patch 7.2.393 Problem:Mac: Can't build with different Xcode developer tools directory. Solution: make Developer directory name configurable. (Rainer Muller) Files: src/configure.in, src/auto/configure *** ../vim-7.2.392/src/configure.in 2010-02-24 14:46:58.0 +0100 ---

Patch 7.2.394

2010-03-10 Fir de Conversatie Bram Moolenaar
Patch 7.2.394 Problem:.lzma and .xz files are not supported. Solution: Recognize .lzma and .xz files so that they can be edited. Files: runtime/plugin/gzip.vim *** ../vim-7.2.393/runtime/plugin/gzip.vim 2005-07-27 23:12:49.0 +0200 --- runtime/plugin/gzip.vim

VIM-7.2.394 multibyte related problem?

2010-03-10 Fir de Conversatie SungHyun Nam
Hello, With the attached files (vimrc and mb.txt), if I open the mb.txt and just type A, gvim -u vimrc -U NONE --noplugin mb.txt A, Now, I should saw (X = cursor): ,X But, I saw , X It occurs on 3 different versions of gvim, win32/cygwin-gtk2/linux-gtk2. I

Re: VIM-7.2.394 multibyte related problem?

2010-03-10 Fir de Conversatie winterTTr
On Thu, Mar 11, 2010 at 8:29 AM, SungHyun Nam gow...@gmail.com wrote: Hello, With the attached files (vimrc and mb.txt), if I open the mb.txt and just type A, gvim -u vimrc -U NONE --noplugin mb.txt A, Now, I should saw (X = cursor): ,X But, I saw , X It

Re: VIM-7.2.394 multibyte related problem?

2010-03-10 Fir de Conversatie Dominique Pellé
SungHyun Nam wrote: Hello, With the attached files (vimrc and mb.txt), if I open the mb.txt and just type A,    gvim -u vimrc -U NONE --noplugin mb.txt    A, Now, I should saw (X = cursor):    ,X But, I saw    , X It occurs on 3 different versions of gvim,

Re: VIM-7.2.394 multibyte related problem?

2010-03-10 Fir de Conversatie Matt Wozniski
2010/3/10 Dominique Pellé dominique.pe...@gmail.com: SungHyun Nam wrote: Hello, With the attached files (vimrc and mb.txt), if I open the mb.txt and just type A,    gvim -u vimrc -U NONE --noplugin mb.txt    A, Now, I should saw (X = cursor):    ,X But, I saw    , X