Commit Graph

66 Commits

Author SHA1 Message Date
Andy Stewart
37883739d9 Update broken link to my portfolio. 2014-05-07 14:05:05 +02:00
Adam Monsen
7908defa0c README: adapt to Vundle interface change
"Bundle" is now "Plugin"

https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L345-L369
2014-04-15 08:47:18 -07:00
Andy Stewart
0ca3f7e3cd Add hunk previewing. 2014-03-18 13:50:22 +01:00
Andy Stewart
f291db08c7 Disable realtime updates when Vim older than 7.3.105. 2014-02-14 12:59:39 +00:00
Andy Stewart
13a11f8935 README improvements. 2014-01-16 12:17:02 +01:00
Andy Stewart
bb87232842 Add ability to toggle signs on and off. 2014-01-16 11:32:41 +01:00
Andy Stewart
0537c6945a Use [c and ]c to jump between hunks (changes).
This is more consistent with Vim.
2014-01-15 15:36:13 +01:00
Andy Stewart
ae81dccb67 Add configuration option to disable key maps.
And add a little documentation.
2014-01-13 11:01:14 +01:00
Andy Stewart
dd93685ca3 Proper sentences in bullet points. 2014-01-11 17:26:38 +01:00
Andy Stewart
5bd0f7f796 Add up-to-dateness feature to README. 2014-01-10 11:13:17 +01:00
Andy Stewart
a5b9da9f56 Add features section to README. 2014-01-10 10:25:58 +01:00
Andy Stewart
92abcce1ff Stage and revert individual hunks. 2014-01-09 12:14:59 +01:00
Andy Stewart
d420a44536 Reduce duplicate work due to overlapping autocommands. 2014-01-07 15:02:27 +01:00
Andy Stewart
021a922083 Remove obsolete text. 2014-01-07 10:47:55 +01:00
Andy Stewart
88a2eb3626 Update FAQ. 2014-01-07 10:45:59 +01:00
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