oli666
oli666
Same issue here
The output is : I:/texte/_source_code/Perl/playground.pl From: Wolfgang Mehner [mailto:[email protected]] Sent: Sonntag, 3. Mai 2015 12:27 To: WolfgangMehner/vim-plugins Cc: oli666 Subject: Re: [vim-plugins] "Run Script" returns "can't open script" - issue...
Output : 'I:/texte/_source_code/Perl/playground.pl' From: Wolfgang Mehner [mailto:[email protected]] Sent: Montag, 4. Mai 2015 12:25 To: WolfgangMehner/vim-plugins Cc: oli666 Subject: Re: [vim-plugins] "Run Script" returns "can't open script" - issue with quotation...
The commands trigger the following outputs: :echo shellescape(expand("%:p")) 'I:/texte/_source_code/Perl/playground.pl' :set shell? shell=C:\Windows\system32\cmd.exe :set shellslash? shellslash
Indeed, that solved the issue! I will disable shellslash for now an will see, if that has any potential side effects for other plugins etc. Many thanks for your quick...
Excellent! Thanks again for your support! Oli From: Wolfgang Mehner [mailto:[email protected]] Sent: Montag, 4. Mai 2015 13:49 To: WolfgangMehner/vim-plugins Cc: oli666 Subject: Re: [vim-plugins] "Run Script" returns "can't open script"...
Same issue here with latest version of all related plug-ins
Hi Ramnath, the second approach mentioned adds a lot of convenience! I will stick to it. I will keep you posted how this approach will work during my day to...
It seems that adding 'rmd' as a scope to autoload/ncm2_jedi.vim solves the issue: let g:ncm2_jedi#source = extend(get(g:, 'ncm2_jedi#source', {}), { \ 'name': 'jedi', \ 'ready': 0, \ 'priority': 9, \...