Wed Jul 16 10:11:18 EDT 2008 [EMAIL PROTECTED]
* factor out fillRegion
M ./Yi/Buffer/HighLevel.hs -1 +4
M ./Yi/Keymap/Vim.hs -3 +2
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080716141118-9c550-b6705c454c575108d42b309754d6c27cbe53a461.gz
--~--~-~--~
Wed Jul 16 09:01:31 EDT 2008 [EMAIL PROTECTED]
* generalize regexBI to search in regions of finite size
* use this in highlighter so we don't search for matches outside the
displayed window
M ./Yi/Buffer.hs -1 +2
M ./Yi/Buffer/Basic.hs -1 +6
M ./Yi/Buffer/Implementation.hs -7
Wed Jul 16 09:48:37 EDT 2008 [EMAIL PROTECTED]
* define another 2 kinds of paragraphs (emacs paragraph, "normal" paragraph)
* simplify sentence unit in terms of genUnit
* fix fillParagraph: use "normal" paragraph
M ./Yi/Buffer/HighLevel.hs -3 +3
M ./Yi/Buffer/Normal.hs -7 +8
Okay yes, that's better.
Jean-Philippe Bernardy wrote:
> I implemented something slightly more useful, see my other patch.
> Cheers,
[snip]
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~--
Wed Jul 16 07:56:02 EDT 2008 [EMAIL PROTECTED]
* * completer in minibuffer fix
Previously the list of possibilities that went to the completer were all
those that
the current input was an substring of (any substring).
We now make sure that the completer takes in account only the
I implemented something slightly more useful, see my other patch.
Cheers,
JP.
On Tue, Jul 15, 2008 at 4:02 PM, allan <[EMAIL PROTECTED]> wrote:
> Dear all
>
> Attached is a tiny patch for completion in the minibuffer.
> Previously all those possible completions which had the input as a substring