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

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

  Log Message:
  -----------
  Add :buffer Ex command

Mostly compatible with Vim. The incompatibilities are

 - There must be a space between the command and the buffer reference, even if
   that reference is a number. E.g., vim supports `:b4` but this command
   requires that to be `:b 4`.

 - A trailing `!` causes the command to not be recognized.

 - The buffer command behaves as if a trailing `!` had been added.

 - There is no completion support.


  Commit: 646124b2b5a9e03aa0bbad86f91fa33240c1ac27
      
https://github.com/yi-editor/yi/commit/646124b2b5a9e03aa0bbad86f91fa33240c1ac27
  Author: Ben Armston <ben.arms...@googlemail.com>
  Date:   2014-01-05 (Sun, 05 Jan 2014)

  Changed paths:
    M yi/src/library/Yi/Keymap/Vim2/Ex.hs
    A yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Buffers.hs
    M yi/yi.cabal

  Log Message:
  -----------
  Add :buffers command

The output needs improvement. It doesn't include all of the information that
vim provides and the status bar doesn't support including newlines.


  Commit: 83a0c1aab981686ac9d80ec7abafd0e16f284d62
      
https://github.com/yi-editor/yi/commit/83a0c1aab981686ac9d80ec7abafd0e16f284d62
  Author: Ben Armston <ben.arms...@googlemail.com>
  Date:   2014-01-05 (Sun, 05 Jan 2014)

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

  Log Message:
  -----------
  Improve output of :buffers command

The output contains the buffer number and has one entry per-line. As the
status bar output currently doesn't support including newlines, a new buffer
is created.


  Commit: 1d22ee42a7b0fa39f87555f08ed86cff47ca7181
      
https://github.com/yi-editor/yi/commit/1d22ee42a7b0fa39f87555f08ed86cff47ca7181
  Author: Ben Armston <ben.arms...@googlemail.com>
  Date:   2014-01-05 (Sun, 05 Jan 2014)

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

  Log Message:
  -----------
  <C-6> and <C-^> normal mode commands


  Commit: 5cfad33e61dd9f4eed938bcb6107b4aae2d9e934
      
https://github.com/yi-editor/yi/commit/5cfad33e61dd9f4eed938bcb6107b4aae2d9e934
  Author: Ben Armston <ben.arms...@googlemail.com>
  Date:   2014-01-05 (Sun, 05 Jan 2014)

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

  Log Message:
  -----------
  Missing synonyms for :buffer


  Commit: 4ac8b17814a18da4ae7bdcde991daa7e785df019
      
https://github.com/yi-editor/yi/commit/4ac8b17814a18da4ae7bdcde991daa7e785df019
  Author: Mateusz Kowalczyk <fuuze...@fuuzetsu.co.uk>
  Date:   2014-01-05 (Sun, 05 Jan 2014)

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

  Log Message:
  -----------
  Merge pull request #485 from benarmston/vim2-buffer-and-buffers-ex-commands

Vim2 improve buffer navigation


Compare: https://github.com/yi-editor/yi/compare/8ae21efac262...4ac8b17814a1

-- 
-- 
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