201 Commits

Author SHA1 Message Date
Andy Stewart
c2cea84a7f Remove Alternatives section.
I'm not going to spend time keeping it up to date so it'll just get more
and more obsolete.
2014-01-07 10:42:34 +01:00
Andy Stewart
878c3422c9 Add note about Fish shell. 2013-08-22 10:47:41 +02:00
Andy Stewart
6e1e1dfe09 Update signs in realtime.
Thanks to @ashb for the help with this.
2013-08-19 15:21:32 +02:00
Andy Stewart
935184bd18 Add default mappings. 2013-04-17 11:23:11 +02:00
Andy Stewart
bcef63b7d5 Clarify FAQ. 2013-04-17 10:52:52 +02:00
Andy Stewart
01e7eb4e8d Clarify that plugin works with saved buffers. 2013-04-17 10:51:45 +02:00
Andy Stewart
1a13951fc5 Simplify tradeoff between accuracy and speed.
If the plugin slows down your Vim too much, you can have it run less
often by setting `g:gitgutter_eager = 0`.

This replaces the former options `g:gitgutter_on_bufenter` and
`g:gitgutter_on_focusgained`.
2013-04-17 10:43:45 +02:00
Andy Stewart
d4a1a60f39 Always prevent flicker.
Previously flicker was prevented only when the sign column was
always present.
2013-04-10 10:34:16 +02:00
Andy Stewart
5c23cadf57 Allow plugin to bypass any alias for grep.
This is an opt-in configuration.
2013-04-05 11:23:11 +02:00
Andy Stewart
93288afef8 Update only visible buffers on FocusGained and TabEnter. 2013-04-02 11:37:37 +02:00
Justin M. Keyes
15dc21aca5 Check for grep
Fixes #72
2013-04-01 14:03:36 -04:00
Andy Stewart
3243987028 Make signs optional (on by default). 2013-03-28 09:36:24 +01:00
Andy Stewart
948a0fb977 Allow configuration of extra arguments for git-diff. 2013-03-20 09:56:45 +01:00
Andy Stewart
e04d719159 Customisable signs' symbols. 2013-03-20 09:29:00 +01:00
Andy Stewart
7f1c104f9f Fix autocommands so GitGutter doesn't run twice on file read. 2013-03-18 16:09:40 +01:00
Andy Stewart
21a27e05b2 Fix typos. 2013-03-15 11:05:25 +01:00
Andy Stewart
966a432ce5 Specify viml for relevant code blocks. 2013-03-15 11:03:24 +01:00
Andy Stewart
c53f4cf807 Add FAQ about lag. 2013-03-15 11:02:45 +01:00
Andy Stewart
677dac451d Add opt-out configuration for BufEnter and FocusGained. 2013-03-15 10:53:31 +01:00
Andy Stewart
c0d24ffa47 Add debugging section to README. 2013-03-14 16:31:55 +01:00
Andy Stewart
c48829586e Update signs across all buffers on FocusGained. 2013-03-14 15:41:45 +01:00
Andy Stewart
3f107f97da Make always-showing-the-sign-column opt-in.
This is consistent with Vim's default behaviour.
2013-03-14 09:34:25 +01:00
Andy Stewart
1f91ef2402 Document required support for signs in Vim. 2013-03-13 09:54:11 +01:00
Andy Stewart
15b2fb49c9 Document count support for jumping between hunks. 2013-03-13 09:38:26 +01:00
Andy Stewart
64e9fac7df Enable prev/next hunk commands to take a count. 2013-03-12 15:57:57 +01:00
Andy Stewart
3f9cf5a44d Document special case of deleted first line(s). 2013-03-08 13:29:38 +01:00
Andy Stewart
3979c4f7b6 Easier customisation. 2013-03-08 13:19:25 +01:00
Andy Stewart
a61ddf453c Extract method for clarity. 2013-03-08 11:45:13 +01:00
Andy Stewart
92fd153d76 Add link to Mercurial fork. 2013-03-07 11:37:02 +01:00
Andy Stewart
dbfbbb4697 Add a related plugin. 2013-03-06 14:55:10 +01:00
Tom Cammann
a67904e812 Change command names to follow GitGutterXxxx. 2013-03-06 13:51:59 +01:00
Andy Stewart
20f37f5fa9 Add another alternative. 2013-03-06 12:16:04 +01:00
shawn-sterling
68c12c946c Add Vundle instructions. 2013-03-06 11:04:12 +01:00
Andy Stewart
d543e0dddc Fix typo. 2013-03-06 10:56:00 +01:00
Andy Stewart
cb5e6e712a Add more alternatives. 2013-03-06 10:55:04 +01:00
Marcin Kulik
32ac7562cd Mention vim-git-inline-diff in README 2013-03-05 23:45:16 +01:00
Andy Stewart
24efce03cc Add comment about defining highlights. 2013-03-05 14:51:55 +01:00
Andy Stewart
9924c7ca1d Handle modifed-and-added/removed diffs. 2013-03-05 10:00:06 +01:00
Andy Stewart
eec6b68d1e Improve portfolio link. 2013-02-28 11:48:22 +01:00
Andy Stewart
e751d6fb25 Add shameless plug. 2013-02-28 11:33:47 +01:00
Andy Stewart
cd818c9d8e Add commands for convenience. 2013-02-28 10:08:06 +01:00
Tobias Pflug
04a72e9e3c Add functions to jump between diff hunks. 2013-02-28 09:56:41 +01:00
Andy Stewart
8ed5c48b63 Fix bug preventing configurable off-by-default. 2013-02-28 09:00:22 +01:00
Andy Stewart
e7247311f5 Add optional line highlighting.
This uses the `DiffAdd`, `DiffChange` and `DiffDelete` highlight groups.

Based on code by Tobias Pflug <tobias.pflug@gmail.com> (@gilligan).
2013-02-27 12:22:31 +01:00
Andy Stewart
bd139b460b Add comment about other plugins' signs. 2013-02-27 11:51:50 +01:00
Andy Stewart
d9d8022bbc Update README with toggling information. 2013-02-27 11:44:05 +01:00
Andy Stewart
0c16f257d6 Allow user to turn GitGutter off and on. 2013-02-26 09:35:04 +01:00
Andy Stewart
5670e9b674 Fix typo. 2013-02-22 09:24:16 +01:00
Andy Stewart
80f08203e1 Add section on alternatives. 2013-02-20 11:14:47 +01:00
Andy Stewart
aee5137026 Fix screenshot link. 2013-02-20 10:55:39 +01:00