Re: New/updated syntax file: python.vim

2015-05-18 Fir de Conversatie James McCoy
On Sun, May 17, 2015 at 09:53:43PM -0700, Zvezdan Petkovic wrote: > On Sunday, May 17, 2015 at 2:42:40 PM UTC-7, Dmitry Vasiliev wrote: > > On 01/04/15 21:52, Bram Moolenaar wrote: > > > Dmitry Vasiliev wrote: > > > > > >> As agreed with Neil, I will maintain python.vim syntax file from now on. >

Re: Issue 366 in vim: compilation problems on yosemite

2015-05-18 Fir de Conversatie vim
Comment #1 on issue 366 by ht.mtche...@gmail.com: compilation problems on yosemite https://code.google.com/p/vim/issues/detail?id=366 What version of the product are you using? On what operating system? Vim 7.4 OS X 10.10.3 If 7.4 meant 7.4.000, it's too old. Use 7.4.062 or later, at whic

Patch: python syntax highlighting string match groups

2015-05-18 Fir de Conversatie Zvezdan Petkovic
diff --git a/runtime/syntax/python.vim b/runtime/syntax/python.vim --- a/runtime/syntax/python.vim +++ b/runtime/syntax/python.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language:Python " Maintainer: Neil Schemenauer -" Last Change: 2014 Jul 16 +" Last Change: 2015 May 17 " Credits: Zvez

Re: New/updated syntax file: python.vim

2015-05-18 Fir de Conversatie Zvezdan Petkovic
Hi Dmitry, I have questions about this. On Sunday, May 17, 2015 at 2:42:40 PM UTC-7, Dmitry Vasiliev wrote: > On 01/04/15 21:52, Bram Moolenaar wrote: > > Dmitry Vasiliev wrote: > > > >> As agreed with Neil, I will maintain python.vim syntax file from now on. The python.vim in Vim 7.3 has been a

Issue 366 in vim: compilation problems on yosemite

2015-05-18 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 366 by ctrud...@arsensa.com: compilation problems on yosemite https://code.google.com/p/vim/issues/detail?id=366 What steps will reproduce the problem? 1. ./configure --prefix=/usr/local --disable-darwin --enable-gui=no 2. mak

Regression: v_b_A inserts at start or middle of selection instead of end after 7.4.576

2015-05-18 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Vim developers, appending to the end of a visual blockwise selection can be done with the A command. I just noticed that this doesn't work reliably any more when - - lines are wrapped and the cursor is in a following screen line AND - - :set lin

Re: :[count]tag can't jump to the [count] one when {ident} exist in different tag file ...

2015-05-18 Fir de Conversatie h_east
Hi cs86661, 2015/5/17(Sun) 5:32:38 UTC+9 cs86661: > ctags command > = > :!ctags --c-kinds=+px --c++-kinds=+px --fields=+iaS --extra=+q -f test.c.tags > test.c > > :!ctags --c-kinds=+px --c++-kinds=+px --fields=+iaS --extra=+q -f test.h.tags > test.h > = I can reproduce and investigate