Re: py3 print crash vim 8.0.1428

2018-01-19 Fir de Conversatie Ken Takata
Hi, 2018/1/19 Fri 19:49:18 UTC+9 Ni Va wrote: > 1. I delete registry entry > > > 2. in _vimrc > > > " Python > > let $pythonhome= 'c:/thirdPartTools/Python36' > let currpath.=';'.'c:/thirdPartTools/Python27' > let currpath.=';'.'c:/thirdPartTools/Python36' > let

Re: py3 print crash vim 8.0.1428

2018-01-19 Fir de Conversatie Ni Va
Le vendredi 19 janvier 2018 12:06:22 UTC+1, Ken Takata a écrit : > Hi, > > 2018/1/19 Fri 19:49:18 UTC+9 Ni Va wrote: > > 1. I delete registry entry > > > > > > 2. in _vimrc > > > > > > " Python > > > > let $pythonhome= 'c:/thirdPartTools/Python36' > > let

Re: py3 print crash vim 8.0.1428

2018-01-19 Fir de Conversatie Ni Va
Le vendredi 19 janvier 2018 12:12:11 UTC+1, Ni Va a écrit : > Le vendredi 19 janvier 2018 12:06:22 UTC+1, Ken Takata a écrit : > > Hi, > > > > 2018/1/19 Fri 19:49:18 UTC+9 Ni Va wrote: > > > 1. I delete registry entry > > > > > > > > > 2. in _vimrc > > > > > > > > > " Python > > > > > > let

Re: New pike.vim and autodoc.vim syntax colouring files

2018-01-19 Fir de Conversatie Stephen R. van den Berg
Well, there are two old maintainers: Paul Miller (already contacted him, he doesn't mind if I take over), and Francesco Chemolli (I'll ask him, just in case). Anyway, I already introduced a github PR for pike.vim, autodoc.vim and cmod.vim two days ago, which is currently being reviewed. Might I

Re: py3 print crash vim 8.0.1428

2018-01-19 Fir de Conversatie Ni Va
1. I delete registry entry 2. in _vimrc " Python let $pythonhome= 'c:/thirdPartTools/Python36' let currpath.=';'.'c:/thirdPartTools/Python27' let currpath.=';'.'c:/thirdPartTools/Python36' let currpath.=';'.'c:/thirdPartTools/Python36/Lib/site-packages' let uniqPath=

Re: py3 print crash vim 8.0.1428

2018-01-19 Fir de Conversatie Ni Va
Le vendredi 19 janvier 2018 11:14:22 UTC+1, Ken Takata a écrit : > Hi, > > 2018/1/19 Fri 18:54:35 UTC+9 Ni Va wrote: > > Hi, > > > > > > On Seven Machine, tests : > > 1. py3 print('hell') crash vim. > > 1. py print('hell') print hell. > > > > > > > > - echo has('python3') returns 1 > > -

Re: [vim/vim] Optimize DirectX rendering (#2560)

2018-01-19 Fir de Conversatie Ni Va
Le jeudi 18 janvier 2018 14:46:41 UTC+1, K.Takata a écrit : > As reported in the following thread, Vim 8.0.1343 becomes slower on some > > environments (when using some kind of commands like :ver, :dig, ...): > > https://groups.google.com/d/topic/vim_dev/2AaZMN1T6K8/discussion > > This PR

Re: gvim sometimes segfaults - possible infinity loop?

2018-01-19 Fir de Conversatie zdohnal
On Thursday, January 11, 2018 at 4:53:27 PM UTC+1, zdo...@redhat.com wrote: > Yep, that's it - so fix would be adding this variable to the condition, where > gui_mch_stop_blink() is called. Hmm, but that variable is static global variable for gui_gtk_x11.c, so fix wouldn't be so easy. -- --

py3 print crash vim 8.0.1428

2018-01-19 Fir de Conversatie Ni Va
Hi, On Seven Machine, tests : 1. py3 print('hell') crash vim. 1. py print('hell') print hell. - echo has('python3') returns 1 - put=$path returns : c:\thirdPartTools\python36 c:\thirdPartTools\python27 - echo system('where python36.dll') returns

Patch 8.0.1294 causes infinite loop when blink_state is OFF

2018-01-19 Fir de Conversatie zdohnal
I'll change the subject, because it is too general. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are

Re: New pike.vim and autodoc.vim syntax colouring files

2018-01-19 Fir de Conversatie Bram Moolenaar
Stephen van de Berg wrote: > I have created a (long overdue) new version of the pike.vim syntax file, plus > another autodoc.vim that goes with it. > > https://vim.sourceforge.io/scripts/script_search_results.php?keywords=pike_type=syntax_by=rating=descending=search > > What do I need to do

Re: py3 print crash vim 8.0.1428

2018-01-19 Fir de Conversatie Ken Takata
Hi, 2018/1/19 Fri 18:54:35 UTC+9 Ni Va wrote: > Hi, > > > On Seven Machine, tests : > 1. py3 print('hell') crash vim. > 1. py print('hell') print hell. > > > > - echo has('python3') returns 1 > - put=$path returns : > c:\thirdPartTools\python36 > c:\thirdPartTools\python27 > - echo

Re: py3 print crash vim 8.0.1428

2018-01-19 Fir de Conversatie Ken Takata
Hi, 2018/1/19 Fri 19:19:09 UTC+9 Ni Va wrote: > Le vendredi 19 janvier 2018 11:14:22 UTC+1, Ken Takata a écrit : > > Hi, > > > > 2018/1/19 Fri 18:54:35 UTC+9 Ni Va wrote: > > > Hi, > > > > > > > > > On Seven Machine, tests : > > > 1. py3 print('hell') crash vim. > > > 1. py print('hell')

Re: Taking over the maintenance of nsis.vim

2018-01-19 Fir de Conversatie KF Leong
On Thursday, 18 January 2018 17:22:04 UTC+8, Ken Takata wrote: > https://groups.google.com/d/msg/vim_dev/W5bHwWqHZ9g/FBMGJP8OAQAJ > > Hi Steve, > > My original post was talking about NSIS ftplugin/indent/syntax plugins, > not about the install script of Vim, but it's okay. ;-) > > > 2018/1/16