Issue with using gvim system() and fzy

2017-01-06 Thread justrajdeep
Hi experts Having an issue while doing a system() call with fzy(https://github.com/Dkendal/fzy-vim)from inside gvim Code snippet silent let output = system("ag -l -g '' --nocolor | fzy") Decho(1) Decho (output) Decho(2) Decho(3) The output is 1 Failed to open /dev/tty^J

Re: Issue with using gvim system() and fzy

2017-01-07 Thread Justin M. Keyes
Most likely, fzy wants to write to a tty, not a file. Justin M. Keyes On Jan 6, 2017 17:09, "justrajdeep" wrote: > Hi experts > > Having an issue while doing a system() call with fzy(https://github.com/ > Dkendal/fzy-vim)from inside gvim > > Code snippet > > silent let output = system("ag -l

Re: Issue with using gvim system() and fzy

2017-01-07 Thread Gary Johnson
On 2017-01-07, Justin M. Keyes wrote: > On Jan 6, 2017 17:09, "justrajdeep" wrote: >> Having an issue while doing a system() call with fzy(https://github.com/ >> Dkendal/fzy-vim)from inside gvim >> >> Code snippet >> >>   silent let output = system("ag -l -g '' --nocolor | fzy")

Re: Issue with using gvim system() and fzy

2017-01-08 Thread justrajdeep
On Saturday, January 7, 2017 at 1:20:14 PM UTC-5, Gary Johnson wrote: > On 2017-01-07, Justin M. Keyes wrote: > > > On Jan 6, 2017 17:09, "justrajdeep" wrote: > > >> Having an issue while doing a system() call with > >> fzy(https://github.com/ > >> Dkendal/fzy-vim)from inside gvim > >>

Re: Issue with using gvim system() and fzy

2017-01-08 Thread Gary Johnson
On 2017-01-08, justrajdeep wrote: > On Saturday, January 7, 2017 at 1:20:14 PM UTC-5, Gary Johnson wrote: > > On 2017-01-07, Justin M. Keyes wrote: > > > > > On Jan 6, 2017 17:09, "justrajdeep" wrote: > > > > >> Having an issue while doing a system() call with > > >> fzy(https://github.com/

Re: Issue with using gvim system() and fzy

2017-01-08 Thread Nikolay Aleksandrovich Pavlov
2017-01-09 0:18 GMT+03:00 Gary Johnson : > On 2017-01-08, justrajdeep wrote: >> On Saturday, January 7, 2017 at 1:20:14 PM UTC-5, Gary Johnson wrote: >> > On 2017-01-07, Justin M. Keyes wrote: >> > >> > > On Jan 6, 2017 17:09, "justrajdeep" wrote: >> > >> > >> Having an issue while doing a syst

Re: Issue with using gvim system() and fzy

2017-01-09 Thread justrajdeep
On Sunday, January 8, 2017 at 5:43:58 PM UTC-5, ZyX wrote: > 2017-01-09 0:18 GMT+03:00 Gary Johnson > > On 2017-01-08, justrajdeep wrote: > >> On Saturday, January 7, 2017 at 1:20:14 PM UTC-5, Gary Johnson wrote: > >> > On 2017-01-07, Justin M. Keyes wrote: > >> > > >> > > On Jan 6, 2017 17:09, "j