Branch: refs/heads/master
  Home:   https://github.com/yi-editor/yi
  Commit: 61ad82c5550235e77ed61402c04e0a9e375d89bc
      
https://github.com/yi-editor/yi/commit/61ad82c5550235e77ed61402c04e0a9e375d89bc
  Author: Jared Hance <jared.ha...@case.edu>
  Date:   2014-06-17 (Tue, 17 Jun 2014)

  Changed paths:
    A yi/src/library/Yi/Keymap/Vim/Tag.hs
    M yi/yi.cabal

  Log Message:
  -----------
  Add primitives for vim tag stack implementation.

Adds support for loading tags based on a configuration variable
containing a list of tag files to try, including ./* notation
(vim-specific oddity). Also a tag-stack that operates in the same
behavior as the vim tag stack.


  Commit: dcd843d3ef01499d634c7cc2c52a24e157db9484
      
https://github.com/yi-editor/yi/commit/dcd843d3ef01499d634c7cc2c52a24e157db9484
  Author: Jared Hance <jared.ha...@case.edu>
  Date:   2014-06-17 (Tue, 17 Jun 2014)

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

  Log Message:
  -----------
  Add Ctrl-] keybinding for tag jump.


  Commit: e0016193ac24e18383c6a174aa3f1401122d6840
      
https://github.com/yi-editor/yi/commit/e0016193ac24e18383c6a174aa3f1401122d6840
  Author: Jared Hance <jared.ha...@case.edu>
  Date:   2014-06-17 (Tue, 17 Jun 2014)

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

  Log Message:
  -----------
  Add tag pop, bound to Ctrl-t.


  Commit: a5148b0318cb3efe5d84b5d4be6f0958c085bcac
      
https://github.com/yi-editor/yi/commit/a5148b0318cb3efe5d84b5d4be6f0958c085bcac
  Author: Jared Hance <jared.ha...@case.edu>
  Date:   2014-06-17 (Tue, 17 Jun 2014)

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

  Log Message:
  -----------
  Add :tag ex vim command.

With no argument, jump to next tag in tag stack (unpop). With argument,
jump to tag, pushing the new tag in the correct location on the tag
stack.

Also aliased as :ta (since vim aliases it).


  Commit: e02be2f70de27d17ffea80dd24db1a2f853876ba
      
https://github.com/yi-editor/yi/commit/e02be2f70de27d17ffea80dd24db1a2f853876ba
  Author: Dmitry Ivanov <etherc...@gmail.com>
  Date:   2014-08-24 (Sun, 24 Aug 2014)

  Changed paths:
    M yi/src/library/Yi/Keymap/Vim/Ex.hs
    A yi/src/library/Yi/Keymap/Vim/Ex/Commands/Tag.hs
    M yi/src/library/Yi/Keymap/Vim/NormalMap.hs
    A yi/src/library/Yi/Keymap/Vim/Tag.hs
    M yi/yi.cabal

  Log Message:
  -----------
  Merge branch 'vim-tags' of https://github.com/jhance/yi into jhance-vim-tags


Compare: https://github.com/yi-editor/yi/compare/e56fa33dd11b...e02be2f70de2

-- 
-- 
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/d/optout.

Reply via email to