Re: Setting wildignorecase does not ignore case when completing a file with :buffer on Xubuntu system

2014-05-31 Fir de Conversatie Akshay H
On Saturday, May 31, 2014 2:07:40 PM UTC-7, Bram Moolenaar wrote: > Akshay H wrote: > > > > > Opening vim with: > > > > > > vim -u NONE -N -c set\ wildignorecase *.py > > > > > > does open two buffers for me, the ones I touched earlier before > > > opening vim. :ls! lists two buffers for

[bug] sh.vim 134 bash syntax: ${var/#from/to} not recognized anymore

2014-05-31 Fir de Conversatie G.raud
This bug is found in sh.vim Version 134 ASTRO-ONLY but _not_ in Version 132 ASTRO-ONLY (and _not_ in VIM 7.4.273 either): $ cat >test.sh <<"EOF" #!/bin/bash ${var/#from/to} # the hash char # inside the param expansion starts a comment # Note: /#from/to is a string replacement anchored at the sta

Re: Setting wildignorecase does not ignore case when completing a file with :buffer on Xubuntu system

2014-05-31 Fir de Conversatie Bram Moolenaar
Akshay H wrote: > Opening vim with: > > vim -u NONE -N -c set\ wildignorecase *.py > > does open two buffers for me, the ones I touched earlier before > opening vim. :ls! lists two buffers for me: archive.py and > zoomTile.py. If I'm on archive.py and then do :buffer z Vim > Does not autocompl

Re: global command slow when clipboard=unnamed

2014-05-31 Fir de Conversatie Gary Johnson
Hi Christian, On 2014-05-31, Christian Brabandt wrote: > Hi Gary! > > On Fr, 30 Mai 2014, Gary Johnson wrote: > > > On 2014-05-30, Christian Brabandt wrote: > > > Hi Praful! > > > > > > On Do, 29 Mai 2014, Praful Kapadia wrote: > > > > > > > I have had an annoying issue with gvim 7.4, with pat

Re: [document patch] :help g@ sample does not work properly when use blockwise-visual with '$'

2014-05-31 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Bram and Vim developers, > > :help g@ > doc> *g@* *E774* *E775* > doc> g@{motion} Call the function set by the 'operatorfunc' > option. > (snip) > doc> > doc> Here is an example that counts the number o

[document patch] :help g@ sample does not work properly when use blockwise-visual with '$'

2014-05-31 Fir de Conversatie h_east
Hi Bram and Vim developers, :help g@ doc>*g@* *E774* *E775* doc> g@{motion} Call the function set by the 'operatorfunc' option. (snip) doc> doc> Here is an example that counts the number of spaces with : > doc> doc>nmap :set opfun

Re: Setting wildignorecase does not ignore case when completing a file with :buffer on Xubuntu system

2014-05-31 Fir de Conversatie Akshay H
Hi Bram, Opening vim with: vim -u NONE -N -c set\ wildignorecase *.py does open two buffers for me, the ones I touched earlier before opening vim. :ls! lists two buffers for me: archive.py and zoomTile.py. If I'm on archive.py and then do :buffer z Vim Does not autocomplete the file name to

vimString breaks the syntax (syntax/vim.vim)

2014-05-31 Fir de Conversatie itchyny
Hi, list. This is a bug in syntax/vim.vim. Consider we are editing a Vim script file. (setl ft=vim) When we use two slashes in a line, the syntax is broken. For example: let [a, b] = [winheight(0) / 2, winwidth(0) / 2] '/ 2, winwidth(0) /' is considered as a string. It's tolerable if it does no

Re: global command slow when clipboard=unnamed

2014-05-31 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Sa, 31 Mai 2014, Bram Moolenaar wrote: > > > Praful wrote: > > > > > On Friday, 30 May 2014 19:31:06 UTC+1, Bram Moolenaar wrote: > > > > > > > I wonder if this only applies to the :g command. Doesn't :%s have the > > > > > > > > same problem? And perhaps joining many

Re: Problems with star (*) mappings in vim 7.4 (with MS Windows)

2014-05-31 Fir de Conversatie Pedro Ferrari
On Saturday, May 31, 2014 10:29:53 AM UTC-3, Christian Brabandt wrote: > Hi Pedro! > > > > On Fr, 30 Mai 2014, Pedro Ferrari wrote: > > > Christian, thanks again for the help. I don't have set paste set. > > > > Then I can't imagine, why it wouldn't work for you. > > > > Best, > > Chris

Re: Problems with star (*) mappings in vim 7.4 (with MS Windows)

2014-05-31 Fir de Conversatie Christian Brabandt
Hi Pedro! On Fr, 30 Mai 2014, Pedro Ferrari wrote: > Christian, thanks again for the help. I don't have set paste set. Then I can't imagine, why it wouldn't work for you. Best, Christian -- Will vom Krieg leben, wird ihm wohl müssen, auch etwas geben. -- Bert Brecht -- -- Yo

Re: global command slow when clipboard=unnamed

2014-05-31 Fir de Conversatie Christian Brabandt
Hi Bram! On Sa, 31 Mai 2014, Bram Moolenaar wrote: > > Praful wrote: > > > On Friday, 30 May 2014 19:31:06 UTC+1, Bram Moolenaar wrote: > > > > > I wonder if this only applies to the :g command. Doesn't :%s have the > > > > > > same problem? And perhaps joining many lines. Anything that r

Re: global command slow when clipboard=unnamed

2014-05-31 Fir de Conversatie Christian Brabandt
Hi Gary! On Fr, 30 Mai 2014, Gary Johnson wrote: > On 2014-05-30, Christian Brabandt wrote: > > Hi Praful! > > > > On Do, 29 Mai 2014, Praful Kapadia wrote: > > > > > I have had an annoying issue with gvim 7.4, with patches 1-307. > > > If I open a large file (e.g. containing 200,000 lines) and

Re: patch: match_add() and match_delete() hack for matchparen speed improvement

2014-05-31 Fir de Conversatie Alexey Radkov
Hi Bram. See my comments below. 2014-05-31 15:43 GMT+04:00 Bram Moolenaar : > > Alexey Radkov wrote: > > > This is a preliminary implementation of matchaddpos() that requires a > list > > of positions. See changes in matchparen.vim as example of using it. It > > works fine with the new matchpar

Re: global command slow when clipboard=unnamed

2014-05-31 Fir de Conversatie Bram Moolenaar
Praful wrote: > On Friday, 30 May 2014 19:31:06 UTC+1, Bram Moolenaar wrote: > > > I wonder if this only applies to the :g command. Doesn't :%s have the > > > > same problem? And perhaps joining many lines. Anything that repeatedly > > > > puts text in the " register. > > I just tried :%s

Re: Setting wildignorecase does not ignore case when completing a file with :buffer on Xubuntu system

2014-05-31 Fir de Conversatie Bram Moolenaar
Akshay wrote: > On Friday, May 30, 2014 7:57:55 PM UTC-7, Akshay H wrote: > > Hello, > > > > Recently I noticed that when I set 'wildignorecase', it does not ignore > > case when expanding a filename on a Xubuntu 12.04 system. (This is also > > reproducible with Xubuntu 14.04) > > > > What I

Re: patch: match_add() and match_delete() hack for matchparen speed improvement

2014-05-31 Fir de Conversatie Bram Moolenaar
Alexey Radkov wrote: > This is a preliminary implementation of matchaddpos() that requires a list > of positions. See changes in matchparen.vim as example of using it. It > works fine with the new matchparen. The implementation does not involve > regexps and redraws only part of screen. Probably