Re: Issue 337 in yi-editor: C-p and C-n don't do hippy completion in vim mode

2011-03-16 Thread Issac Trotts
OK, I almost have the fix: ijt@curry:~/repos/yi$ gd diff --git a/src/Yi/Keymap/Vim.hs b/src/Yi/Keymap/Vim.hs index 8720ff9..a6f1c2c 100644 --- a/src/Yi/Keymap/Vim.hs +++ b/src/Yi/Keymap/Vim.hs @@ -1745,7 +1745,10 @@ validMarkIdentifier = fmap f $ oneOfchar "<>^'`" <|> charOf i --

Issue 337 in yi-editor: C-p and C-n don't do hippy completion in vim mode

2011-03-11 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 337 by issac.vi...@gmail.com: C-p and C-n don't do hippy completion in vim mode http://code.google.com/p/yi-editor/issues/detail?id=337 What steps will reproduce the problem? 1. yi --as=vim 2. iFooBarBazFoo 3. C-p What is