On Tue, March 13, 2012 22:16, Bram Moolenaar wrote:
>
> Christian Brabandt write:
>
>> On Sa, 10 Mär 2012, 驼峰 wrote:
>>
>> > my repro step:
>> > 1. run gvim
>> > 2. open NERDTree windows
>> > 3. create several tabs using 't' shortcut of NERDTree plugin
>> > 4. '1gt'
>> > 5, maximize gvim
>> > 6, '2
> Thanks for the patch. I have been unable to reproduce the crash, I hope
> someone can verify this patch fixes the problem.
Have you added autocmd
VimEnter,BufNew,BufEnter,BufWritePost,VimResized * redraw? It is an
essential part.
> I do wonder how "row" can be too big, perhaps there is a probl
Bram Moolenaar wrote:
> Dominique Pelle wrote:
>
>> This is a minor issue: "vim --help" does not describe the
>> command line options -E and --echo-wid.
>>
>> Is this intentional to keep "make help" short?
>> If not, attached patch adds them.
>
> Thanks. We might want to split up into --help and
Hi Jan
On Tue, Mar 13, 2012 at 7:45 PM, Jan Christoph Ebersbach <
janchristoph.ebersb...@googlemail.com> wrote:
>
> you can easily build a wrapper yourself. E.g.:
>
> def expand(expr):
>return vim.eval("expand('%s')" % expr)
>
>
Actually that the thing I'm trying to avoid. I got those kind of
Christian Brabandt write:
> On Sa, 10 Mär 2012, 驼峰 wrote:
>
> > my repro step:
> > 1. run gvim
> > 2. open NERDTree windows
> > 3. create several tabs using 't' shortcut of NERDTree plugin
> > 4. '1gt'
> > 5, maximize gvim
> > 6, '2gt'
> > 7, restore the windows size from maximize window to norm
Dominique Pelle wrote:
> This is a minor issue: "vim --help" does not describe the
> command line options -E and --echo-wid.
>
> Is this intentional to keep "make help" short?
> If not, attached patch adds them.
Thanks. We might want to split up into --help and "--helpmore" to keep
the output
Yasuhiro Matsumoto wrote:
> if_perl.xs contains global function prototype. But gcc 4.x make this occur
> error.
>
> if_perl.c:1102:1: error: static declaration of 'XS_VIM_Msg' follows
> non-static declaration
> if_perl.xs:916:1: note: previous declaration of 'XS_VIM_Msg' was here
> if_perl.c:1
Hi;
On Tue, Mar 13, 2012 at 6:52 PM, Thilo Six wrote:
> Hello İsmail,
>
>
> Excerpt from İsmail Dönmez:
>
> > Hi;
> >
> > using vim 7.3 patchlevel 382.
> >
> > How to reproduce:
> >
> > 1. visudo -f /etc/sudoers
> > 2. Write %user1 see its highlighted
> > 3. Add a 1 so it becomes %users1 it beco
Benjamin R. Haskell wrote:
On Tue, 13 Mar 2012, Charles Campbell wrote:
Dominique Pellé wrote:
This is a minor issue: "vim --help" does not describe the command
line options -E and --echo-wid.
Is this intentional to keep "make help" short?
If not, attached patch adds them.
I see help for -
Hello İsmail,
Excerpt from İsmail Dönmez:
> Hi;
>
> using vim 7.3 patchlevel 382.
>
> How to reproduce:
>
> 1. visudo -f /etc/sudoers
> 2. Write %user1 see its highlighted
> 3. Add a 1 so it becomes %users1 it becomes unhighlighted
>
> I checked the SUSv3 spec and there is nothing preventing
Hi Guy,
I don't know of any such interface. It would be great to have it but
you can easily build a wrapper yourself. E.g.:
def expand(expr):
return vim.eval("expand('%s')" % expr)
Jan Christoph
On Feb 17, 11:20 am, Guy Rutenberg wrote:
> Hi,
>
> Currently, if one wants to extend vim's fun
On Tue, 13 Mar 2012, Charles Campbell wrote:
Dominique Pellé wrote:
This is a minor issue: "vim --help" does not describe the
command line options -E and --echo-wid.
Is this intentional to keep "make help" short?
If not, attached patch adds them.
I see help for -E in "starting.txt", line#26
Dominique Pellé wrote:
This is a minor issue: "vim --help" does not describe the
command line options -E and --echo-wid.
Is this intentional to keep "make help" short?
If not, attached patch adds them.
I see help for -E in "starting.txt", line#263.
I see help for --echo-wid in "starting.txt
Hi;
using vim 7.3 patchlevel 382.
How to reproduce:
1. visudo -f /etc/sudoers
2. Write %user1 see its highlighted
3. Add a 1 so it becomes %users1 it becomes unhighlighted
I checked the SUSv3 spec and there is nothing preventing group names having
a digit in it. I think the attached patch shoul
On Mon, Mar 12, 2012 at 09:01:29PM +, Dimitar DIMITROV wrote:
> Hi, I don't have the latest version of Vim installed, so this might not be a
> real bug.
> Please check!
I don't think this is a bug, per se.
> 1. 60obutterchocolate (120 lines)
> 2. qwq
> 3. :g/butter/y W
> 4. at the -- More --
Hi.
if_perl.xs contains global function prototype. But gcc 4.x make this occur
error.
if_perl.c:1102:1: error: static declaration of 'XS_VIM_Msg' follows non-static
declaration
if_perl.xs:916:1: note: previous declaration of 'XS_VIM_Msg' was here
if_perl.c:1145:1: error: static declaration of '
Ok, please give me some time to fix.
On Friday, February 24, 2012 1:01:25 PM UTC+9, Ben Fritz wrote:
> On Feb 23, 8:01 pm, mattn wrote:
>
> > As you know, ':!start' is imitation of 'start' command in cmd.exe. So I'm
> > thinking vim's behavor should be same as cmd's one.
> > If typing below in c
Hmm.
However, most lightweight language support this locale.
On Friday, February 24, 2012 5:10:14 AM UTC+9, Bram Moolenaar wrote:
> Yasuhiro Matsumoto wrote:
>
> > I found bug in string2float(). In some europe locale, it uses comma to
> > display floating point value. So str2float('1.2') return
18 matches
Mail list logo