Re: gf - incorrect behaviour

2012-12-29 Fir de Conversatie ZyX
воскресенье, 30 декабря 2012 г., 3:38:19 UTC+4 пользователь Dimitar DIMITROV написал: > > > Hi all, > > > > > > > > > I think the following might (I am testing with Vim 7.3.409) be a bug: > > > > > > command vim -nNX -u NONE > > > then insert: bla:///path/to/file > > > then, with cursor being o

Re: gf - incorrect behaviour

2012-12-29 Fir de Conversatie Dimitar DIMITROV
> > Hi all, > > > > I think the following might (I am testing with Vim 7.3.409) be a bug: > > > > command vim -nNX -u NONE > > then insert: bla:///path/to/file > > then, with cursor being on p, use gf > > It tries to open bla:///path/to/file although : is not in 'isf and bla:/// = > > isn't a prot

Re: matchpairs and Unicode

2012-12-29 Fir de Conversatie Christian Brabandt
Hi On Do, 27 Dez 2012, KamilS wrote: > > Thanks. If I have some spare time, I'll look into enhancing the > > 'matchpairs' option. > > This is fantastic, thanks a lot! Bram, here is a patch to make the matchpairs setting multibyte aware. regards, Christian -- Bei ARD und ZDF reihern Sie in de

Re: typo in todo.txt

2012-12-29 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > One more typo fixed in todo.txt in attached patch. Thanks! -- hundred-and-one symptoms of being an internet addict: 210. When you get a divorce, you don't care about who gets the children, but discuss endlessly who can use the email address. /// Bram Moolenaar -

Re: utf-8 based char2nr/nr2char.

2012-12-29 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > In some times, I want to use utf-8 character based char2nr/nr2char. > Currently, char2nr/nr2char works depend on locale characters. But I guess > someone hope to use utf-8 character based char2nr/nr2char. > I added second argument which treat first argument as utf-8

Re: typo in todo.txt

2012-12-29 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > I found some typos in todo.txt. > Attached patch fixes them. Thanks, I have included them. -- Your mouse has moved. Windows must be restarted for the change to take effect. Reboot now? /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Re: Capture output of command line completion in script

2012-12-29 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Mi, 26 Dez 2012, Bram Moolenaar wrote: > > > > > Christian Brabandt wrote: > > > > > On Di, 25 Dez 2012, Luca Pette wrote: > > > > > > > On Saturday, 26 March 2011 00:10:52 UTC+1, Rickard Lindberg wrote: > > > > > Hi, > > > > > > > > > > > > > > > > > > > >

Re: [PATCH] Fix problems of getting/setting ACL on Win32 (Preserve Cygwin file mode)

2012-12-29 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2012/08/31 Fri 20:33:24 UTC+9 Ken Takata wrote: > > Hi Bram, > > > > 2012/08/31 Fri 5:58:30 UTC+9 Bram Moolenaar: > > > Thanks! I'll add a note in the todo list. > > > > I have updated the patch. (Also available at the same gist URL.) > > Now, the inheritance of a DACL is p

Re: getbufvar(), getwinvar(), gettabvar(), gettabwinvar() cannot set default value

2012-12-29 Fir de Conversatie Bram Moolenaar
Shougo Matsu wrote: > I created the patch for adding default value argument feature. > I think this feature is useful to write Vim script. > > Below is vim script for testing the feature. > > --- > > echomsg getbufvar(1, 'foo', 'var') > echomsg getwinvar(1, 'foo', 'var') >

Re: gf - incorrect behaviour

2012-12-29 Fir de Conversatie Bram Moolenaar
Dimitar Dimitrov wrote: > Hi all, > > I think the following might (I am testing with Vim 7.3.409) be a bug: > > command vim -nNX -u NONE > then insert: bla:///path/to/file > then, with cursor being on p, use gf > It tries to open bla:///path/to/file although : is not in 'isf and bla:/// = > isn

Re: [PATCH] Fix problems of getting/setting ACL on Win32 (Preserve Cygwin file mode)

2012-12-29 Fir de Conversatie Ken Takata
Hi, 2012/08/31 Fri 20:33:24 UTC+9 Ken Takata wrote: > Hi Bram, > > 2012/08/31 Fri 5:58:30 UTC+9 Bram Moolenaar: > > Thanks! I'll add a note in the todo list. > > I have updated the patch. (Also available at the same gist URL.) > Now, the inheritance of a DACL is preserved. Maybe it is useful fo

Re: Issue 11 in vim: VIM shell extension added LANG environment variable to explorer.exe

2012-12-29 Fir de Conversatie vim
Comment #2 on issue 11 by christia...@gmail.com: VIM shell extension added LANG environment variable to explorer.exe http://code.google.com/p/vim/issues/detail?id=11 Looking at the current code, I don't see how this would be fixed. The patch apparently touches code that is responsible for la