Re: cygwin vim doesn't know app bindings to file exensions?

2014-11-05 Thread Paul
On Monday, November 3, 2014 8:10:56 PM UTC-5, Gary Johnson wrote: >On 2014-11-03, Paul wrote: >> I am using gvim for Windows as well as [g]vim for Cygwin64 (64-bit >> cygwin). The netrw version for both is 149. >> >>1) When I use gvim for Windows, I can position the cursor on a >>file and

Re: Autocommand vs ftplugin

2014-11-05 Thread Salman Halim
On Nov 5, 2014 6:49 PM, "Gary Johnson" wrote: > > On 2014-11-05, Matteo Riva wrote: > > On Wed, Nov 5, 2014 at 7:54 PM, Christian Brabandt wrote: > > > > > Do you actually have a line :filetype on or similar in your .vimrc? > > > > Yes I do, and I could verify that the ftplugin file is executed (I

Re: Autocommand vs ftplugin

2014-11-05 Thread Gary Johnson
On 2014-11-05, Matteo Riva wrote: > On Wed, Nov 5, 2014 at 7:54 PM, Christian Brabandt wrote: > > > Do you actually have a line :filetype on or similar in your .vimrc? > > Yes I do, and I could verify that the ftplugin file is executed (I set > a custom variable and it shows when opening the file

Re: Autocommand vs ftplugin

2014-11-05 Thread Matteo Riva
On Wed, Nov 5, 2014 at 7:54 PM, Christian Brabandt wrote: > Do you actually have a line :filetype on or similar in your .vimrc? Yes I do, and I could verify that the ftplugin file is executed (I set a custom variable and it shows when opening the file) -- -- You received this message from the

Re: Autocommand vs ftplugin

2014-11-05 Thread Christian Brabandt
On Mi, 05 Nov 2014, Matteo Riva wrote: > There is something I'm not understanding about this: if I write this > in my .vimrc file > > au BufNewFile,BufRead *.php let php_folding=1 | set foldlevel=1 > > then php folding works fine, but if I put this two lines in > ftplugin/php.vim or after/ftpl

Autocommand vs ftplugin

2014-11-05 Thread Matteo Riva
There is something I'm not understanding about this: if I write this in my .vimrc file au BufNewFile,BufRead *.php let php_folding=1 | set foldlevel=1 then php folding works fine, but if I put this two lines in ftplugin/php.vim or after/ftplugin/php.vim set foldlevel=1 let php_folding=1 t

Re: Conqueterm blanks some lines

2014-11-05 Thread Ping
I think conqterm is a dead project. from iPhone > On Aug 22, 2014, at 14:25, Eric Christopherson > wrote: > >> On Fri, Aug 22, 2014 at 12:45 PM, Tim Chase wrote: >>> On 2014-08-22 10:42, John Biederstedt wrote: >>> Whenever I use conqueterm (on linux) to ssh to a nexus switch, and >>> backsp

Re: Possible bug(s) in new regex engine involving \@> and \?

2014-11-05 Thread Bram Moolenaar
Brett Stahlman wrote: > Not sure whether this is the same issue or not, but it seems to be > similar, at least, so I'm including it on this thread. If nothing > else, it can serve as a simple test for any eventual code fix... > > --Old Engine-- > echo matchlist('ababa', '\%#=1^\(a\%(ba\)*\(b\|$\

Re: Possible bug(s) in new regex engine involving \@> and \?

2014-11-05 Thread Brett Stahlman
Not sure whether this is the same issue or not, but it seems to be similar, at least, so I'm including it on this thread. If nothing else, it can serve as a simple test for any eventual code fix... --Old Engine-- echo matchlist('ababa', '\%#=1^\(a\%(ba\)*\(b\|$\)\)\?\(.*\)', '') ['ababa', 'ababa',

VIM/Python: auto-complete script problems.

2014-11-05 Thread Vek M
Could someone check this out: https://github.com/Veek/Python/blob/master/junk/vim/newbie.vim https://github.com/Veek/Python/blob/master/junk/vim/newbie_autocomplete.py The very last function: func! Auto_complete(start, base) It's an auto-complete script. re. is supposed to list the methods/const