Patch to improve Netrw custom user mappings

2018-01-05 Fir de Conversatie Pablo Giménez
Hello I recently come across some limitations when trying to customize Netrw to my needs. Basically due to the way the pluging is designed the public interface is quite limited, most of the functions at local to the script and cant be called outside it. There is a "public" function netrw#Call()

Patchlevel 1218 (fix for issue #2245) breaks jumping to tags created by etags

2018-01-05 Fir de Conversatie zdohnal
Hi, steps to reproduce: 1) have e.g. test.c file: void bar() {} void foo() {} void baz() {} int main(int argc, char **argv) { foo(); bar(); baz(); return 0; } 2) run 'etags -R' in directory where test.c is 3a) try 'vim -t foo': it opens

Re: E370 Could not load lib : gvim 64bits and lua/ruby/python dlls.

2018-01-05 Fir de Conversatie Ni Va
It's OK, after relaunch gvim, it echoes 1. Le 5 janv. 2018 13:59, "Ni Va" a écrit : > Le vendredi 5 janvier 2018 13:30:22 UTC+1, Ni Va a écrit : > > This is it! > > > > > > Without space around '=', > > without '"' comment around dll name => works > > > > > > > > > > > > set luadll=lua53.dll > >

Re: E370 Could not load lib : gvim 64bits and lua/ruby/python dlls.

2018-01-05 Fir de Conversatie Ni Va
Le vendredi 5 janvier 2018 13:30:22 UTC+1, Ni Va a écrit : > This is it!  > > > Without space around '=',  > without '"' comment around dll name => works  > > > > > > set luadll=lua53.dll > set pythondll=python27.dll > set pythonthreedll=python36.dll > set rubydll=x64-msvcrt-ruby240.dll > >

Re: E370 Could not load lib : gvim 64bits and lua/ruby/python dlls.

2018-01-05 Fir de Conversatie Ni Va
This is it! Without space around '=', without '"' comment around dll name => works set luadll=lua53.dll set pythondll=python27.dll set pythonthreedll=python36.dll set rubydll=x64-msvcrt-ruby240.dll Thank you a lot James, Ken and hoe that can help others users. Niva 2018-01-05 13:23 GMT+01:00

Re: E370 Could not load lib : gvim 64bits and lua/ruby/python dlls.

2018-01-05 Fir de Conversatie James McCoy
On Fri, Jan 05, 2018 at 01:22:52AM -0800, Ni Va wrote: > set luadll = "lua53.dll" > set pythondll = "python27.dll" > set pythonthreedll = "python36.dll" > set rubydll= "x64-msvcrt-ruby240.dll" First, you can't have whitespace around the ‘=’ when setting an option. Second, Vim

Re: E370 Could not load lib : gvim 64bits and lua/ruby/python dlls.

2018-01-05 Fir de Conversatie Ni Va
With system's path cleaned, another test: let infos = system('where python27.dll') . ' ' . system('where python36.dll') . ' ' . system('where x64-msvcrt-ruby240.dll') . ' ' . system('where lua53.dll') D:\Logiciels\Vim\vim80\extDlls\python\x64\python27.dll D:\Logiciels\Vim\vim80\extDlls\python

Re: E370 Could not load lib : gvim 64bits and lua/ruby/python dlls.

2018-01-05 Fir de Conversatie Ni Va
A curiosity for lua53.dll where lua53.dll Information : impossible de trouver des fichiers pour le(s) modèle(s) spécifié(s). 2018-01-05 11:19 GMT+01:00 Ni Va : > Le vendredi 5 janvier 2018 11:13:03 UTC+1, Ken Takata a écrit : > > Hi, > > > > 2018/1/5 Fri 19:04:04 UTC+9 Ni Va wrote: > > > Le vend

Re: E370 Could not load lib : gvim 64bits and lua/ruby/python dlls.

2018-01-05 Fir de Conversatie Ni Va
Le vendredi 5 janvier 2018 11:13:03 UTC+1, Ken Takata a écrit : > Hi, > > 2018/1/5 Fri 19:04:04 UTC+9 Ni Va wrote: > > Le vendredi 5 janvier 2018 10:54:35 UTC+1, Ken Takata a écrit : > > > Hi, > > > > > > 2018/1/5 Fri 18:22:52 UTC+9 Ni Va wrote: > > > > Hi, > > > > > > > > > > > > 1/ working wi

Re: E370 Could not load lib : gvim 64bits and lua/ruby/python dlls.

2018-01-05 Fir de Conversatie Ken Takata
Hi, 2018/1/5 Fri 19:04:04 UTC+9 Ni Va wrote: > Le vendredi 5 janvier 2018 10:54:35 UTC+1, Ken Takata a écrit : > > Hi, > > > > 2018/1/5 Fri 18:22:52 UTC+9 Ni Va wrote: > > > Hi, > > > > > > > > > 1/ working with these builds > > > > > > ¤ gvim built with nmake on windows 64 bits prompt (Visual

Re: E370 Could not load lib : gvim 64bits and lua/ruby/python dlls.

2018-01-05 Fir de Conversatie Ni Va
Le vendredi 5 janvier 2018 10:54:35 UTC+1, Ken Takata a écrit : > Hi, > > 2018/1/5 Fri 18:22:52 UTC+9 Ni Va wrote: > > Hi, > > > > > > 1/ working with these builds > > > > ¤ gvim built with nmake on windows 64 bits prompt (Visual Studio 2017) > > ¤ lua 5.3.4 built with mingw32 bits 64 bits > >

Re: E370 Could not load lib : gvim 64bits and lua/ruby/python dlls.

2018-01-05 Fir de Conversatie Ken Takata
Hi, 2018/1/5 Fri 18:22:52 UTC+9 Ni Va wrote: > Hi, > > > 1/ working with these builds > > ¤ gvim built with nmake on windows 64 bits prompt (Visual Studio 2017) > ¤ lua 5.3.4 built with mingw32 bits 64 bits > ¤ python 27 & 36 64 bits downloaded > ¤ Ruby24-x64 built with nmake > > > 2/ In _vim

E370 Could not load lib : gvim 64bits and lua/ruby/python dlls.

2018-01-05 Fir de Conversatie Ni Va
Hi, 1/ working with these builds ¤ gvim built with nmake on windows 64 bits prompt (Visual Studio 2017) ¤ lua 5.3.4 built with mingw32 bits 64 bits ¤ python 27 & 36 64 bits downloaded ¤ Ruby24-x64 built with nmake 2/ In _vimrc overload and set python/lua/ruby dll option path. let dllPath = t