-
- Downloads
Merge branch 'next'
* next: Update Changelog plugin/magit.vim: move s:magit_commit_mode to buffer variable b:magit_current_commit_mode plugin/magit.vim: move s:state to buffer variable b:state plugin/magit.vim: display commit mode in Info section syntax/magit.vim: rework section title color Update Changelog README,doc: add notes that magit handles multiple git repo README,doc: misc changes plugin/magit.vim: add mappings N and P to jump to next and previous hunk (fix #25) syntax/magit.vim: add some color in Info section plugin/magit.vim: disable inline help by default (fix #46) plugin/magit.vim: update inline help state.vim: display modified files first plugin/magit.vim: in show_magit(), always open buffer with :buffer command (fix #41) plugin/magit.vim,autoload/git.vim: yet another rework of magit#show_magit() (fix #41) plugin/magit.vim,autoload/{git,sign}.vim: magit can handle multiple git repository within one vim session (fix #44,#34,#29) plugin/magit.vim: add MagitOnly command plugin/magit.vim: better handling of magit buffer, including clean quit command (fix #43)
Showing
- Changelog 111 additions, 6 deletionsChangelog
- README.md 19 additions, 4 deletionsREADME.md
- autoload/magit/git.vim 50 additions, 24 deletionsautoload/magit/git.vim
- autoload/magit/sign.vim 0 additions, 2 deletionsautoload/magit/sign.vim
- autoload/magit/state.vim 21 additions, 2 deletionsautoload/magit/state.vim
- common/magit_common.vim 12 additions, 0 deletionscommon/magit_common.vim
- doc/vimagit.txt 26 additions, 9 deletionsdoc/vimagit.txt
- plugin/magit.vim 119 additions, 64 deletionsplugin/magit.vim
- syntax/magit.vim 21 additions, 8 deletionssyntax/magit.vim
Loading
Please register or sign in to comment