Re: Making vim fast

2006-09-26 Thread A.J.Mechelynck
[EMAIL PROTECTED] 寫: A.J.Mechelynck [EMAIL PROTECTED] 写于 2006-09-26 08:35:38: I don't know about reverting to 6.4 but it's always a tradeoff between features and speed. Best regards, Tony. My experience is that the feature does not affect running speed too much. Only for startup speed. I'd

Patch 7.0.110

2006-09-26 Thread Bram Moolenaar
Patch 7.0.110 Problem:Amiga: Compilation problems when not using libnix. Solution: Change a few #ifdefs. (Willy Catteau) Files: src/memfile.c *** ../vim-7.0.109/src/memfile.cTue Mar 7 00:27:12 2006 --- src/memfile.c Sun Sep 17 15:50:00 2006 *** *** 517,523

Re: Convert2HTML Again

2006-09-26 Thread Bram Moolenaar
Michael Schaap wrote: A.J.Mechelynck wrote: I second the motion; and since the font actually used is the first one found from the font-family item, I suggest (all on one line): +execute normal! A\npre { font-family: 'Courier New', monospace; color: . s:fgc . ;

Re: Convert2HTML Again

2006-09-26 Thread Edd Barrett
The suggestion from Benji Fisher to add a variable to allow people to use another font sounds good to me. Make sure it's properly documented, especially about using more than one name and quotes around the name. Great, Ill add this in as soon as I can, but university work is coming in hard

Re: vim bof audio available anyone ?

2006-09-26 Thread Christian MICHON
Thanks in advance then :) On 9/25/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Christian Michon wrote: I remember there was some audio recording of vim BOF/sane 2004. Has anyone attended yesterday's BOF session with an audio recording device ? It would be nice to hear it for those/us who

Re: vim is scrambling my files

2006-09-26 Thread jinxjinx
:verbose set makeprg? makeef? autowrite? autowriteall? makeprg=make makeef= noautowrite noautowriteall :verbose setlocal filetype? filetype=c Las set from /usr/share/vim/vim64/filetype.vim :version VIM - Vi IMproved 6.4 (2005 Oct 15, compiled May 23 2006 12:03:57) Included patches:

Re: vim is scrambling my files

2006-09-26 Thread Peter Hodge
Just my 2c worth, is it a display problem that goes away when you press CTRL+L? regards, Peter --- jinxjinx [EMAIL PROTECTED] wrote: :verbose set makeprg? makeef? autowrite? autowriteall? makeprg=make makeef= noautowrite noautowriteall :verbose setlocal filetype? filetype=c

Re: vim is scrambling my files

2006-09-26 Thread A.J.Mechelynck
[quoted text reordered] jinxjinx wrote: A.J.Mechelynck wrote: jinxjinx wrote: when i do a save and then a make, for somereason my file gets scrambled. vim adds a colum of letters. and i get all these compile errors. so i quit without saving, and the extra letters go away! what could be going