mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
"Undo" is a better name than "revert" because: - "revert" sounds like it has something to do with `git-revert` but they are entirely different; - "undo" is consistent with vim's "undo": discarding changes and going back to the original. Maintain backwards compatibility and add deprecation warnings. Closes #306.
14 lines
165 B
Plaintext
14 lines
165 B
Plaintext
diff --git a/test/fixture.txt b/test/fixture.txt
|
|
index f5c6aff..3fbde56 100644
|
|
--- a/test/fixture.txt
|
|
+++ b/test/fixture.txt
|
|
@@ -1,5 +1,8 @@
|
|
a
|
|
b
|
|
+x
|
|
+y
|
|
+z
|
|
c
|
|
d
|
|
e
|