does anyone know why the unsubscribe does not work on this list? I have done it 4 times and got a confirmation every time. Still getting emails.
On Wed, Dec 16, 2009 at 5:38 PM, Lech Lorens <[email protected]> wrote: > The attached patch fixes the behaviour of Vim where histadd() and > searching with * fail to add elements to history if the history is > empty. > > How to reproduce: > > Problem with histadd(): > > $ vim -i NONE -c 'call histadd("search", "search")' \ > -c 'call histadd("search", "for")' \ > -c 'call histadd("search", "some")' \ > -c 'call histadd("search", "words")' \ > -c 'call feedkeys("q/")' > > Problem with searching with *: > > vim -i NONE -c 'normal ido' \ > -c 'normal osome' \ > -c 'normal osearching' \ > -c 'normal oplease' \ > -c 'normal gg' \ > -c 'normal *' \ > -c 'call feedkeys("q/")' > > Note that the window containing the history is empty, although it should > contain 4 elements in the first case and 1 element in the second case. > > -- > Cheers, > Lech > > -- > You received this message from the "vim_dev" maillist. > For more information, visit http://www.vim.org/maillist.php -- "A conservative is a liberal who has been mugged. A liberal is a conservative who has been hugged." -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
