Re: Request: colors in :digraphs

2011-01-07 Fir de Conversatie David J . Hamilton
Excerpts from Nikolai Weibull's message of Fri Jan 07 16:16:10 -0800 2011: > >> Color is seldom the answer. > > > I have to strongly disagree. > > Right back at you. Fair enough (^^). > Either way, the proper solution is the one I mentioned, by header, > where :digraph takes an optional list of

[BUG] wincmd reports that there is no more space to split if space limit was reached only on one side

2011-01-07 Fir de Conversatie ZyX
Consider the following code: cat >test-maxsplit.vim < signature.asc Description: This is a digitally signed message part.

Re: Request: colors in :digraphs

2011-01-07 Fir de Conversatie Nikolai Weibull
On Fri, Jan 7, 2011 at 20:25, David J. Hamilton wrote: > Excerpts from Nikolai Weibull's message of Fri Jan 07 00:05:10 -0800 2011: >> Color is seldom the answer. > I have to strongly disagree. Right back at you. Either way, the proper solution is the one I mentioned, by header, where :digrap

Re: Patch 7.3.084

2011-01-07 Fir de Conversatie Yukihiro Nakadaira
Vim crashes with SIGFPE. Steps to reproduce: $ cat vimrc.vim split 2resize 0 botright split $ vim -u vimrc.vim Vim: Caught deadly signal FPE Vim: Finished. Floating point exception gdb backtrace: Program received signal SIGFPE, Arithmetic exception. 0x00571a03 in set_fra

Bug in default indenting

2011-01-07 Fir de Conversatie Gary Johnson
This problem was recently posted to superuser: http://superuser.com/questions/230351/vim-format-latex-issues-with-line-breaks/230380#230380 Vim's indent command, =, obeys the 'cinoptions' '+' flag even though 'cindent' is off. Start vim like this: $ vim -N -u NONE Enter these lines: as

Re: Request: colors in :digraphs

2011-01-07 Fir de Conversatie David J . Hamilton
Exceprts from Adrien "Axioplase" Piérard's message > I happen to use :digraphs quite a lot to insert mathematical symbols > in documents. > However, finding the characters and their input sequence is *very* > straining for the eyes. You might find rfc1345[1] a more useful reference than :digraph f

Re: Request: colors in :digraphs

2011-01-07 Fir de Conversatie Charles Campbell
Adrien "Axioplase" Piérard wrote: Hello, I happen to use :digraphs quite a lot to insert mathematical symbols in documents. However, finding the characters and their input sequence is *very* straining for the eyes. Perhaps you'd find the math plugin helpful... The math plugin makes entry o

Re: Launchpad bug #137854 in vim

2011-01-07 Fir de Conversatie Roy Jamison
On Fri, 2011-01-07 at 16:24 +0900, Yukihiro Nakadaira wrote: > I noticed that the problem can be reproduced with single monitor when > there is two gnome panel on top and bottom. > > +--+ > |xx| <- gnome panel > |++| > |||| > || vim window || <- maxi

embeded omni completion failed on vim, gvim 7.2 7.3 on ubuntu but works on gvim 7.3 on windows

2011-01-07 Fir de Conversatie baumann@pan
Hi All, I found an problem with omni completion. net-snmp has 3 structs like 1) typedef struct XTable_data_s { u_long z; } XTable_data; 2) typedefXTable_dataXTable_undo_data; 3) typedef struct XTable_rowreq_ctx_s { /** this must be first for container compare

[PATCH] fold: add support for maximum fold level in marker-based folding

2011-01-07 Fir de Conversatie Arnaud Lacombe
Hi, The following patch add support for setting a maximum fold level when `foldmethod=marker'. AFAICS, it is not currently possible to do that, so I just hijacked the `foldnestmax' setting. It would seem to work as I would expect, but I do not really know the code, so maybe it is utterly broken in

Re: Request: colors in :digraphs

2011-01-07 Fir de Conversatie Nikolai Weibull
2011/1/7 Adrien "Axioplase" Piérard : > Also, it may help *a lot* too to colour blocks of consecutive related > digraphs in similar colours, such as "all maths symbols", "all > Japanese symbols", "all Greek letters" and so on. Wouldn’t it be better to use proper headers for each group? Color is