Re: How to trigger a screen update from RealWaitForChar

2006-08-25 Thread A.J.Mechelynck
Brad Beveridge wrote: [...] Potential issues : [...] - I am not familiar with autoconf stuff, so this patch does not integrate with the make system of Vim, somebody probably needs to add it to config.in. There were too many diffs in the various files that I thought to check, and I didn't

Re: any git developper using gvimdiff ?

2006-08-25 Thread Christian MICHON
nice madcoding :) work in bash, but not tcsh. Thanks anyway: I learned something new from it On 8/21/06, Pierre Habouzit [EMAIL PROTECTED] wrote: Le lun 21 août 2006 17:31, Christian MICHON a écrit : which was the logical conclusion I also came too! Thanks for confirming :) I now proceed

Re: any git developper using gvimdiff ?

2006-08-25 Thread Stefano Zacchiroli
On Mon, Aug 21, 2006 at 04:07:21PM +0200, Christian MICHON wrote: I'm currently trying out git (linux scm) and I have not found yet how to perform a gvimdiff on a file locally modified with the latest commit. Maybe you can adapt this to your needs:

Re: any git developper using gvimdiff ?

2006-08-25 Thread Pierre Habouzit
Le ven 25 août 2006 17:38, Christian MICHON a écrit : nice madcoding :) work in bash, but not tcsh. I said *decent* shell :P Thanks anyway: I learned something new from it you're welcome. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOO

Re: any git developper using gvimdiff ?

2006-08-25 Thread A.J.Mechelynck
Pierre Habouzit wrote: Le ven 25 août 2006 17:38, Christian MICHON a écrit : nice madcoding :) work in bash, but not tcsh. I said *decent* shell :P Thanks anyway: I learned something new from it you're welcome. Oh, so tcsh is an indecent shell then... :-Þ Best regards, Tony.

Re: ff fenc bin in modeline

2006-08-25 Thread MURAOKA Taro
2006/8/26, Bram Moolenaar [EMAIL PROTECTED]: Yasuhiro Matsumoto wrote: vim can't treat ff and fenc, bin option on modelines. We can specify 'fencs' for judging some encodings. But vim often mis-judge when opening a text file. If we can set 'fenc' on modeline, vim won't fail. I wrote a