Re: racket (:mz) SEGV's vim

2011-10-10 Fir de Conversatie Tim Brown
On 9 October 2011 06:37, Sergey Khorev sergey.kho...@gmail.com wrote: Looks interesting. Trampolining main at the very top is much earlier than I dared! But that's probably me being too conservative. I look forward to testing it in the field! And I'll get back to you when I have. Actually

Re: racket (:mz) SEGV's vim

2011-10-10 Fir de Conversatie Sergey Khorev
Off the top of my head, there are some entities initialiased in (the old) main(), which are then exported to scheme.  My split point seemed to capture them once they were ready. There is no need to export them explicitly: they are added on the first call to the MzScheme interface. The only

[Bug] equalalways doesn't work if terminal resized

2011-10-10 Fir de Conversatie Yue Wu
Hi, list, How to reproduce: Run vim in a terminal. Split the window by C-ws Resize terminal size. You will notice that only the bottom of the window get resized, the top will remain the same. I expected 'equalalways' will always set the vim windows equal when the vim get resized. --

Re: Don't show dict functions in expression complete candidates in command-line.

2011-10-10 Fir de Conversatie Christian Brabandt
On Sun, October 9, 2011 3:43 pm, Bram Moolenaar wrote: Christian Brabandt wrote: On Sa, 08 Okt 2011, mattn wrote: Do you mean that vim have better to show candidate like following? (for example) :echo SNR14_foo and type tab :echo SNR14_foobar I think no need to show it.

Re: racket (:mz) SEGV's vim

2011-10-10 Fir de Conversatie Tim Brown
On 10 October 2011 11:14, Sergey Khorev sergey.kho...@gmail.com wrote: Can you test mzscheme_early_init2.patch attached in my previous email? The only tests I really have are: - does it build? yes it does ./configure --enable-mzschemeinterp --with-features=huge

Re: [Bug] equalalways doesn't work if terminal resized

2011-10-10 Fir de Conversatie Bram Moolenaar
Yue Wu wrote: How to reproduce: Run vim in a terminal. Split the window by C-ws Resize terminal size. You will notice that only the bottom of the window get resized, the top will remain the same. I expected 'equalalways' will always set the vim windows equal when the vim get

Re: awk indentation

2011-10-10 Fir de Conversatie erik
All, A new attempt. It is a near-rewrite It handles correctly now all cases from Zvezdan as well as some more code of my own. May I ask for volunteers for testing again. You can find the indenter here: http://dl.dropbox.com/u/26176183/awk.vim Fingers crossed :) Erik. -- You received this

Re: awk indentation

2011-10-10 Fir de Conversatie Jakson Alves de Aquino
On Mon, Oct 10, 2011 at 6:41 PM, erik ejans...@itmatters.nl wrote: A new attempt. It is a near-rewrite It handles correctly now all cases from Zvezdan as well as some more code of my own. May I ask for volunteers for testing again. You can find the indenter here:

[Feature request] equalalways when terminal resized

2011-10-10 Fir de Conversatie Yue Wu
On Mon, Oct 10, 2011 at 10:22:27PM +0200, Bram Moolenaar wrote: Yue Wu wrote: How to reproduce: Run vim in a terminal. Split the window by C-ws Resize terminal size. You will notice that only the bottom of the window get resized, the top will remain the same. I

Re: Don't show dict functions in expression complete candidates in command-line.

2011-10-10 Fir de Conversatie Ingo Karkat
On 10/10/2011 03:43 PM, mattn wrote: I hope that SNR functions should be following after global functions. Is this a problem of sort? Currently, SNR functions are there before global functions. it's not useful. It's a good idea to show the SNR functions last. Normal users don't use them, and

Re: Don't show dict functions in expression complete candidates in command-line.

2011-10-10 Fir de Conversatie mattn
Thanks for all in this thread. I still don't assent that vim show SNR functions in complete candidates. And I wonder why they use :echo tab to get candidate from completion. I'm thinking who want to know SID are very minorities. And as Ingo Karkat says, SNR is the cryptic names look