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
91b947cc
Commit
91b947cc
authored
Nov 29, 2018
by
Jerome Reybert
Browse files
Options
Downloads
Patches
Plain Diff
Update to version 1.7.3
parent
b3345ef8
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
+30
-0
30 additions, 0 deletions
Changelog
plugin/magit.vim
+1
-1
1 addition, 1 deletion
plugin/magit.vim
with
31 additions
and
1 deletion
Changelog
+
30
−
0
View file @
91b947cc
Release 1.7.3
=============
This release adds some minor improvements, and fixes a lot of bugs. Most of
these has been in master branch since a long time.
New features
------------
* Add option to auto-close magit buffer/window on clean state #132
* Jump to source is now line precise #152 #153
Using the 'E' (for edit) mapping, cursor will now jump to the exact line
instead of the beginning of the hunk.
* Smarter cursor position when staging/refreshing.
When refreshing, the cirsor stays in the same position. When (un)staging,
cursor move to the hunk close to the current one.
* Add vimagit support to vim-airline
Bug fixes
---------
* Fix freeze while refresh fix #170 #36
* Fix character escape issues #156 #168
These are two old issues, which have been reproduced thanks to the issue
#168. Big up to @akrejczinger for the docker image.
* Discarding untracked file results in an error in some cases fix #165
* Ungraceful behaviour when opening magit outside of a git repo fix #162
* Freshly created repository fails to open in vimagit fix #169
* Handle commit set at the end of magit_default_sections #149
Release 1.7.2
Release 1.7.2
=============
=============
...
...
This diff is collapsed.
Click to expand it.
plugin/magit.vim
+
1
−
1
View file @
91b947cc
...
@@ -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
,
7
,
2
]
let
g:vimagit_version
=
[
1
,
7
,
3
]
" 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
sign in
to comment