Branch: refs/heads/master
  Home:   https://github.com/yi-editor/yi
  Commit: dc1ef0835b56302993b01c1f27bc1587549b6642
      
https://github.com/yi-editor/yi/commit/dc1ef0835b56302993b01c1f27bc1587549b6642
  Author: Ben Armston <ben.arms...@googlemail.com>
  Date:   2014-01-16 (Thu, 16 Jan 2014)

  Changed paths:
    M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Buffer.hs
    M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Common.hs

  Log Message:
  -----------
  Remove vim incompatibilities for :buffer command


  Commit: 3d2227ec65cbb3d2a0b8c5324843f65a3c78b609
      
https://github.com/yi-editor/yi/commit/3d2227ec65cbb3d2a0b8c5324843f65a3c78b609
  Author: Ben Armston <ben.arms...@googlemail.com>
  Date:   2014-01-16 (Thu, 16 Jan 2014)

  Changed paths:
    M yi/src/library/Yi/Keymap/Vim2/Ex.hs

  Log Message:
  -----------
  :bdelete command works again

The Buffer command's :b abbreviation was parsing the :bdelete command and then
not doing anything due to having been given no argument.


  Commit: a6d240753913ca90d86137f51dc20c326e9999f5
      
https://github.com/yi-editor/yi/commit/a6d240753913ca90d86137f51dc20c326e9999f5
  Author: Ben Armston <ben.arms...@googlemail.com>
  Date:   2014-01-16 (Thu, 16 Jan 2014)

  Changed paths:
    M yi/src/library/Yi/Keymap/Vim2/Ex.hs
    M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Buffer.hs

  Log Message:
  -----------
  Better fix for :b :bdelete contention

Rather than rely on `BufferDelete.parse` appearing before `Buffer.parse`,
let's fix `Buffer.parse` to not parse `bdelete`.

The change is to allow `b` to be immediately followed by digits (representing
a buffer reference), but other characters require a space before them.  Also,
make sure to allow no characters at all to follow the command name, which is
done by parsing `P.eof` and returning the empty string representing the
current buffer.


  Commit: da4b05decdf5354814917764d99b7e5e201e2362
      
https://github.com/yi-editor/yi/commit/da4b05decdf5354814917764d99b7e5e201e2362
  Author: Ben Armston <ben.arms...@googlemail.com>
  Date:   2014-01-16 (Thu, 16 Jan 2014)

  Changed paths:
    M yi/src/library/Yi/Keymap/Vim2/ExMap.hs

  Log Message:
  -----------
  Improve ex command parsing failure message

If an unknown ex command is entered, include the command in the complaint.
This is not only compatible with Vim, it is very helpful for discovering
errors when writing ex command parsers.


  Commit: c0c0dd11cde3ffbc2cfa4af72de3829cbd1b20f5
      
https://github.com/yi-editor/yi/commit/c0c0dd11cde3ffbc2cfa4af72de3829cbd1b20f5
  Author: Ben Armston <ben.arms...@googlemail.com>
  Date:   2014-01-16 (Thu, 16 Jan 2014)

  Changed paths:
    M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Buffer.hs

  Log Message:
  -----------
  Fix some compiler warnings


  Commit: 6ea0a1457d7e221ce0c38183fe18b7955e669ea2
      
https://github.com/yi-editor/yi/commit/6ea0a1457d7e221ce0c38183fe18b7955e669ea2
  Author: Mateusz Kowalczyk <fuuze...@fuuzetsu.co.uk>
  Date:   2014-01-16 (Thu, 16 Jan 2014)

  Changed paths:
    M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Buffer.hs
    M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Common.hs
    M yi/src/library/Yi/Keymap/Vim2/ExMap.hs

  Log Message:
  -----------
  Merge pull request #496 from benarmston/vim2-buffer-ex-command-improvements

Vim2 buffer ex command improvements


Compare: https://github.com/yi-editor/yi/compare/10f5646a9f27...6ea0a1457d7e

-- 
-- 
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
--- 
You received this message because you are subscribed to the Google Groups 
"yi.devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to yi-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to