|
| 1 | +*gitbranch.txt* Provides the branch name of the current git repository |
| 2 | + |
| 3 | +Version: 0.0 |
| 4 | +Author: itchyny (https://github.com/itchyny) |
| 5 | +License: MIT License |
| 6 | +Repository: https://github.com/itchyny/vim-gitbranch |
| 7 | +Last Change: 2015年02月10日 17:01:22. |
| 8 | + |
| 9 | +CONTENTS *gitbranch-contents* |
| 10 | + |
| 11 | +Introduction |gitbranch-introduction| |
| 12 | +Function |gitbranch-function| |
| 13 | +Changelog |gitbranch-changelog| |
| 14 | + |
| 15 | +============================================================================== |
| 16 | +INTRODUCTION *gitbranch-introduction* |
| 17 | + |
| 18 | +The *gitbranch* ( *gitbranch.vim* *vim-gitbranch* ) provides a function which |
| 19 | +returns the branch name of the git repository at the current directory. |
| 20 | + |
| 21 | +------------------------------------------------------------------------------ |
| 22 | +FUNCTION *gitbranch-function* |
| 23 | +Exposed functions of |gitbranch|. |
| 24 | + |
| 25 | + gitbranch#name() *gitbranch#name()* |
| 26 | + Returns the branch name. |
| 27 | + |
| 28 | +============================================================================== |
| 29 | +CHANGELOG *gitbranch-changelog* |
| 30 | + |
| 31 | +0.0 2014年03月02日, ... |
| 32 | + - Initial commit |
| 33 | + |
| 34 | +============================================================================== |
| 35 | +vim:tw=78:sw=4:ts=8:ft=help:norl:noet: |
0 commit comments