Re: Patch 7.4.2259

2016-08-27 Fir de Conversatie Bram Moolenaar
Andy Wokula wrote: > Am 27.08.2016 um 13:35 schrieb Bram Moolenaar: > > > > Urtica Dioica wrote: > > > >> I do like the idea for the feature. I tried it, it has some bugs, but > >> they'll get ironed out eventually. > >> > >> But I've gotta ask, does no one else use search command line history?

Re: Patch 7.4.2259

2016-08-27 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 27.08.2016 um 13:35 schrieb Bram Moolenaar: Urtica Dioica wrote: I do like the idea for the feature. I tried it, it has some bugs, but they'll get ironed out eventually. But I've gotta ask, does no one else use search command line history? The new bindings override the old

Re: Patch 7.4.2259

2016-08-27 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > 2016-8-27(Sat) 2:14:14 UTC+9 Bram Moolenaar: > > Patch 7.4.2259 > > Problem:With 'incsearch' can only see the next match. > > Solution: Make CTRL-N/CTRL-P move to the previous/next match. (Christian > > Brabandt) > > Fi

Re: Patch 7.4.2259

2016-08-27 Fir de Conversatie Bram Moolenaar
Urtica Dioica wrote: > I do like the idea for the feature. I tried it, it has some bugs, but > they'll get ironed out eventually. > > But I've gotta ask, does no one else use search command line history? > The new bindings override the old forward/backward command history > bindings (and that

Re: Patch 7.4.2259

2016-08-27 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, Aug 27, 2016 at 4:08 AM, Taro MURAOKA wrote: > 2016/8/27 17:22:49 UTC+9 Urtica dioica: >> I do like the idea for the feature. I tried it, it has some bugs, but >> they'll get ironed out eventually. > > > I have the same problem. > > Procedure to reproduce

Re: Patch 7.4.2259

2016-08-27 Fir de Conversatie Taro MURAOKA
2016/8/27 17:22:49 UTC+9 Urtica dioica: > I do like the idea for the feature. I tried it, it has some bugs, but they'll > get ironed out eventually. I have the same problem. Procedure to reproduce the problem is like this: 1. With enabling 'incsearch' 2. Enter search mode by hitting `/` 3.

Re: Patch 7.4.2259

2016-08-27 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, Aug 27, 2016 at 1:22 AM, Urtica dioica wrote: > I do like the idea for the feature. I tried it, it has some bugs, but they'll > get ironed > out eventually. > Can you describe the steps to reproduce the bugs that you encountered? > > But I've gotta

Re: Patch 7.4.2259

2016-08-27 Fir de Conversatie Urtica dioica
I do like the idea for the feature. I tried it, it has some bugs, but they'll get ironed out eventually. But I've gotta ask, does no one else use search command line history? The new bindings override the old forward/backward command history bindings (and that are still used by the other

Re: Patch 7.4.2259

2016-08-26 Fir de Conversatie h_east
Hi Bram and list, 2016-8-27(Sat) 2:14:14 UTC+9 Bram Moolenaar: > Patch 7.4.2259 > Problem:With 'incsearch' can only see the next match. > Solution: Make CTRL-N/CTRL-P move to the previous/next match. (Christian > Brabandt) > Files: runtime/doc/cmdline.txt,

Re: Patch 7.4.2259

2016-08-26 Fir de Conversatie Bram Moolenaar
Yegappan Lakshmanan wrote: > On Fri, Aug 26, 2016 at 10:14 AM, Bram Moolenaar <b...@moolenaar.net> wrote: > > > > Patch 7.4.2259 > > Problem:With 'incsearch' can only see the next match. > > Solution: Make CTRL-N/CTRL-P move to the previous/next match. (C

Re: Patch 7.4.2259

2016-08-26 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Fri, Aug 26, 2016 at 10:14 AM, Bram Moolenaar <b...@moolenaar.net> wrote: > > Patch 7.4.2259 > Problem:With 'incsearch' can only see the next match. > Solution: Make CTRL-N/CTRL-P move to the previous/next match. (Christian > Brabandt) >

Patch 7.4.2259

2016-08-26 Fir de Conversatie Bram Moolenaar
Patch 7.4.2259 Problem:With 'incsearch' can only see the next match. Solution: Make CTRL-N/CTRL-P move to the previous/next match. (Christian Brabandt) Files: runtime/doc/cmdline.txt, src/ex_getln.c, src/testdir/Make_all.mak, src/testdir/test_search.vim, src