Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vimagit
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
jreybert
vimagit
Commits
5ce98cda
Commit
5ce98cda
authored
Feb 23, 2017
by
Jerome Reybert
Browse files
Options
Downloads
Patches
Plain Diff
update to version 1.7.0
parent
aed80560
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Changelog
+48
-0
48 additions, 0 deletions
Changelog
plugin/magit.vim
+1
-1
1 addition, 1 deletion
plugin/magit.vim
with
49 additions
and
1 deletion
Changelog
+
48
−
0
View file @
5ce98cda
Release 1.7.0
=============
With the new cursor behavior, commit a serie of hunk has never been so
delightful! Stage one hunk and have a natural look to the next hunk in one
move.
Also, think to enable vimagit support in vim-airline with:
:let g:airline#extensions#vimagit#enabled = 1
Major features
--------------
* Smart cursor position when staging #96 #115
* Check user's commit message length #86 #116
* New mappings `<C-n>` `<C-p>` to jump to hunks #101
* Jump through closed files too #99
* Enlarge or shrink hunks #97
* Commit message with standard write commands :w :x :wq ZZ #91
* Add support for Vim-Signify #93
Minor features
--------------
* Change inline help toggling mapping from 'h' to '?' #80
* Add magit#show_version() and g:magit_version #69
* Remove ugly 'End commit message' from vimagit buffer #84
* Add `<nowait>` to buffer mappings #85
* Fix inline help bug with commit section #110
Bug fixes
---------
* Handle empty commit (without staged file) and empty commit message #79
* Escape vimagit path to solve space issue #89
* Support commit.verbose=yes #98
* Escape dirs while chdir #89
* Avoid breaking tab-local directory settings #95
* Handle old vim ~ 7.4-0 fnameescape behavior on Windows #108
* Fix E871 error when staging #117
* Show custom mapping in inline help #103
Contributors
------------
Thanks to @hkupty @scps950707 @Alok @aschrab @thirtythreeforty @olshevskiy87
@poohzrn
Release 1.6.0
Release 1.6.0
=============
=============
...
...
This diff is collapsed.
Click to expand it.
plugin/magit.vim
+
1
−
1
View file @
5ce98cda
...
@@ -5,7 +5,7 @@ if exists('g:loaded_magit') || !executable('git') || &cp
...
@@ -5,7 +5,7 @@ if exists('g:loaded_magit') || !executable('git') || &cp
endif
endif
let
g:loaded_magit
=
1
let
g:loaded_magit
=
1
let
g:vimagit_version
=
[
1
,
6
,
0
]
let
g:vimagit_version
=
[
1
,
7
,
0
]
" Initialisation {{{
" Initialisation {{{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment