Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-02-19 Fir de Conversatie h_east
Hi Bram, 2015/2/19(Thu) 7:09:40 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > [...] > > > > > > And ... > > > > > I found specification inconsistency between 'complete()' and > > > > > 'backspace' option. > > > > > > > > > > How to reproduce: > > > > > 1. cat test.vim > > > > > inorema

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-02-18 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: [...] > > > > And ... > > > > I found specification inconsistency between 'complete()' and > > > > 'backspace' option. > > > > > > > > How to reproduce: > > > > 1. cat test.vim > > > > inoremap =ListMonths() > > > > > > > > func! ListMonths() > > > > call comp

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-02-18 Fir de Conversatie h_east
Hi Bram and list, 2015/2/18(Wed) 17:30:31 UTC+9 h_east: > Hi Bram, > > 2015/2/18(Wed) 1:26:32 UTC+9 Bram Moolenaar: > > Hirohito Higashi wrote: > > > > > 2015/2/9(Mon) 2:21:55 UTC+9 h_east: > > > > Hi Bram and Nice Vim developers, > > > > > > > > 2015/1/6(Tue) 4:58:27 UTC+9 Bram Moolenaar: > >

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-02-18 Fir de Conversatie h_east
Hi Bram, 2015/2/18(Wed) 1:26:32 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > 2015/2/9(Mon) 2:21:55 UTC+9 h_east: > > > Hi Bram and Nice Vim developers, > > > > > > 2015/1/6(Tue) 4:58:27 UTC+9 Bram Moolenaar: > > > > Yasuhiro Matsumoto wrote: > > > > > > > > > bug.vim > > > > >

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-02-17 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > 2015/2/9(Mon) 2:21:55 UTC+9 h_east: > > Hi Bram and Nice Vim developers, > > > > 2015/1/6(Tue) 4:58:27 UTC+9 Bram Moolenaar: > > > Yasuhiro Matsumoto wrote: > > > > > > > bug.vim > > > > --- > > > > set nocompatible > > > > > > > > inoremap =ListMonth

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-02-17 Fir de Conversatie h_east
Hi Bram, 2015/2/9(Mon) 2:21:55 UTC+9 h_east: > Hi Bram and Nice Vim developers, > > 2015/1/6(Tue) 4:58:27 UTC+9 Bram Moolenaar: > > Yasuhiro Matsumoto wrote: > > > > > bug.vim > > > --- > > > set nocompatible > > > > > > inoremap =ListMonths() > > > > > > func! ListMonths() >

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-02-16 Fir de Conversatie Pedro Ferrari
+1 -- -- 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 subscribed to the Google Groups "vim_dev" group. To un

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-02-08 Fir de Conversatie h_east
Hi Bram and Nice Vim developers, 2015/1/6(Tue) 4:58:27 UTC+9 Bram Moolenaar: > Yasuhiro Matsumoto wrote: > > > bug.vim > > --- > > set nocompatible > > > > inoremap =ListMonths() > > > > func! ListMonths() > > call complete(col('.'), ['January', 'February', 'March', > >

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-19 Fir de Conversatie h_east
Hi Shougo and Christian, 2015/1/20(Tue) 7:34:56 UTC+9 Shougo: > 2015年1月20日火曜日 0時32分27秒 UTC+9 Christian Brabandt: > > Hi Shougo! > > > > On Mo, 19 Jan 2015, Shougo wrote: > > > > > 2. h_east patch > > > > > > It is long and complex. But it is backward compatible. > > > Unfortunatelly, complete()

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-19 Fir de Conversatie Shougo
2015年1月20日火曜日 0時32分27秒 UTC+9 Christian Brabandt: > Hi Shougo! > > On Mo, 19 Jan 2015, Shougo wrote: > > > 2. h_east patch > > > > It is long and complex. But it is backward compatible. > > Unfortunatelly, complete() feature has other several bugs. > > h_east patch only fixes for the Ctrl-L probl

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-19 Fir de Conversatie Christian Brabandt
Hi Shougo! On Mo, 19 Jan 2015, Shougo wrote: > 2. h_east patch > > It is long and complex. But it is backward compatible. > Unfortunatelly, complete() feature has other several bugs. > h_east patch only fixes for the Ctrl-L problem. > > I think h_east patch is better. Yes I think this patch is

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-19 Fir de Conversatie Shougo
2015年1月16日金曜日 10時49分54秒 UTC+9 Amadeus Demarzi: > On Tuesday, January 6, 2015 at 6:15:50 PM UTC-8, h_east wrote: > > Hi list, > > > > 2015/1/7(Wed) 4:09:31 UTC+9 h_east: > > > Nice. Perhaps I think that We need a little more modification such an > > > attached a patch url. > > > https://gist.githu

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-15 Fir de Conversatie Amadeus Demarzi
On Tuesday, January 6, 2015 at 6:15:50 PM UTC-8, h_east wrote: > Hi list, > > 2015/1/7(Wed) 4:09:31 UTC+9 h_east: > > Nice. Perhaps I think that We need a little more modification such an > > attached a patch url. > > https://gist.github.com/h-east/be555467ddfc3dfb8d54 > > I updated Gist. (Add l

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-06 Fir de Conversatie h_east
Hi list, 2015/1/7(Wed) 4:09:31 UTC+9 h_east: > Nice. Perhaps I think that We need a little more modification such an > attached a patch url. > https://gist.github.com/h-east/be555467ddfc3dfb8d54 I updated Gist. (Add line#19) Best regards, Hirohito Higashi (a.k.a h_east) -- -- You received th

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-06 Fir de Conversatie h_east
Hi Christian, 2015/1/7(Wed) 3:25:43 UTC+9 Christian Brabandt: > Hi vim_dev! > > On Di, 06 Jan 2015, Christian Brabandt wrote: > > > Am 2015-01-05 20:02, schrieb Amadeus Demarzi: > > >I just tested this patch, and it doesn't quite work the way it had > > >originally (before this bug). > > > > > >

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-06 Fir de Conversatie Amadeus Demarzi
You are a god amongst men Christian, works like a charm, thanks! On Tuesday, January 6, 2015 10:25:43 AM UTC-8, Christian Brabandt wrote: > Hi vim_dev! > > On Di, 06 Jan 2015, Christian Brabandt wrote: > > > Am 2015-01-05 20:02, schrieb Amadeus Demarzi: > > >I just tested this patch, and it does

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-06 Fir de Conversatie Christian Brabandt
Hi vim_dev! On Di, 06 Jan 2015, Christian Brabandt wrote: > Am 2015-01-05 20:02, schrieb Amadeus Demarzi: > >I just tested this patch, and it doesn't quite work the way it had > >originally (before this bug). > > > >I have the following map in my .vimrc: > > > >inoremap A > > > >I often use that

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-06 Fir de Conversatie Amadeus Demarzi
Perhaps in the past I was just exploiting a bug. But I have had the mapping for a long time, and I use the NeoComplete plugin for my autocompletion. has worked great for a long time with the popup window visible, but recently it stopped working. It may be using a custom complete function as y

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-06 Fir de Conversatie Christian Brabandt
Am 2015-01-05 20:02, schrieb Amadeus Demarzi: I just tested this patch, and it doesn't quite work the way it had originally (before this bug). I have the following map in my .vimrc: inoremap A I often use that to jump to the end of a line while in insert mode. However, this patch just means t

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-05 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > bug.vim > --- > set nocompatible > > inoremap =ListMonths() > > func! ListMonths() > call complete(col('.'), ['January', 'February', 'March', > \ 'April', 'May', 'June', 'July', 'August', 'September', > \ 'October', 'November', 'Dec

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-05 Fir de Conversatie Amadeus Demarzi
I just tested this patch, and it doesn't quite work the way it had originally (before this bug). I have the following map in my .vimrc: inoremap A I often use that to jump to the end of a line while in insert mode. However, this patch just means that nothing happens when I press , whereas bef

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-05 Fir de Conversatie Amadeus Demarzi
+1 on getting this fixed. This bug has been pretty annoying as of late. Cheers On Monday, January 5, 2015 5:06:09 AM UTC-8, mattn wrote: > Sorry it's an expected > > On 1/5/15, mattn wrote: > > > > bug.vim > > --- > > set nocompatible > > > > inoremap =ListMonths() > > > > func

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-05 Fir de Conversatie Yasuhiro MATSUMOTO
Sorry it's an expected On 1/5/15, mattn wrote: > > bug.vim > --- > set nocompatible > > inoremap =ListMonths() > > func! ListMonths() > call complete(col('.'), ['January', 'February', 'March', > \ 'April', 'May', 'June', 'July', 'August', 'September', > \ 'Octob

Ctrl_L behave like Ctrl_P while pum_visible.

2015-01-05 Fir de Conversatie mattn
bug.vim --- set nocompatible inoremap =ListMonths() func! ListMonths() call complete(col('.'), ['January', 'February', 'March', \ 'April', 'May', 'June', 'July', 'August', 'September', \ 'October', 'November', 'December']) return '' endfunc --