Re: [patch] improved :qa command behavior

2012-02-18 Fir de Conversatie Lech Lorens
On 18 February 2012 20:28, Bram Moolenaar wrote: [...] > Thanks.  I'll add it in the todo list.  In the mean time, it would be > good if some people can try it out. I did have a quick look and find that it nicely improves on the current algorithm which I've always found somewhat confusing. -- P

[patch] Docs: asmsyntax

2012-02-18 Fir de Conversatie Lech Lorens
Hi, I'm sending in a patch for what has recently bitten me: the setting of ft=asm in a modeline overriding the setting of asmsyntax=foo in a file's comment. Perhaps adding such a note will save someone a headache. Cheers, Lech -- You received this message from the "vim_dev" maillist. Do not top

[patch] speed up pasting large amount of text in Ex command line

2012-02-18 Fir de Conversatie Dominique Pellé
Hi I've noticed that pasting a large amount of text in the Ex command line of Vim-7.3.444 (huge) is very slow. Performances is quadratic with the number of characters pasted. Attached patch speeds it up. Here is the measured speed to paste 1000, 2000, 4000, 8000, 16000 characters in Ex command l

Re: [patch] improved :qa command behavior

2012-02-18 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Bram and Vimmer, > > I improved :qa command behavior. > (if any buffer was changed and cannot be abandoned.) > Before patch > A changed buffer select priority: > 1. curbuf > 2. first find in buffer-list. > > Behavior: > 1. > Output E37 and E162

Re: Purposed addition: Elastic tabstops (revised)

2012-02-18 Fir de Conversatie Ben Fritz
On Feb 15, 2:24 pm, Yarin wrote: > I've revised my previous "clustervtabs" modification. > Many (all?) of the previously raised points have been addressed. > The new diff be found athttp://naqua.net/p/vim > I am aware that even _if_ accepted that this wouldn't be added until a later > version.

[patch] improved :qa command behavior

2012-02-18 Fir de Conversatie h_east
Hi Bram and Vimmer, I improved :qa command behavior. (if any buffer was changed and cannot be abandoned.) Before patch A changed buffer select priority: 1. curbuf 2. first find in buffer-list. Behavior: 1. Output E37 and E162 messages. 2.(find in current tabpage) Outpu

Re: Patch 7.3.443

2012-02-18 Fir de Conversatie Benjamin Fritz
On Wed, Feb 15, 2012 at 10:54 PM, Bram Moolenaar wrote: > Please try the patch below. I currently do not have a Windows machine > to try this out. I feel like an idiot, but I cannot get the patch to apply cleanly; and importing into mq just says the patch is empty! Can someone see what I'm doin