|
d3fdfa4918f5
|
Move the rendering utility functions around a bit.
|
Steve Losh |
2010-11-10 |
|
b58795eee108
|
Make GundoToggle behave more sanely.
|
Steve Losh |
2010-11-10 |
|
cbfa66a2be7a
|
Fix movement commands with counts in the graph.
|
Steve Losh |
2010-11-04 |
|
c2222517b5da
|
Update changelog.
|
Steve Losh |
2010-11-02 |
|
af0e290964bc
|
Add g:gundo_disable.
|
Steve Losh |
2010-11-02 |
|
84b85b489fc4
|
Em dashes please.
|
Steve Losh |
2010-10-29 |
|
83a58c156e01
|
Add Flattr and GA to the page.
|
Steve Losh |
2010-10-29 |
|
42f7878f8994
|
Add the site publishing script.
|
Steve Losh |
2010-10-29 |
|
3b62444465bb
|
Add the site.
|
Steve Losh |
2010-10-29 |
|
0e7f2da4a742
|
Added tag v1.0.0 for changeset ede41dc6613e
|
Steve Losh |
2010-10-29 |
|
ede41dc6613e
|
Add a changelog to the help.
v1.0.0
|
Steve Losh |
2010-10-29 |
|
9b788d349e5d
|
README adjustments.
|
Steve Losh |
2010-10-29 |
|
ea4ad69db202
|
README adjustments.
|
Steve Losh |
2010-10-29 |
|
5d826960dd32
|
Remove the big scary warning from the docs.
|
Steve Losh |
2010-10-29 |
|
0f2273ac98c8
|
Refactor the preview render calls a bit.
|
Steve Losh |
2010-10-29 |
|
692cf7ed4c3b
|
Remove obsolete TODO.
|
Steve Losh |
2010-10-29 |
|
dea2a7d1649e
|
Use bufloaded() instead of bufname() as a sanity check.
|
Steve Losh |
2010-10-29 |
|
903d37063c3d
|
Merge.
|
Steve Losh |
2010-10-29 |
|
731f1e6565c4
|
Add g:gundo_preview_bottom option
|
Randy Morris |
2010-10-27 |
|
2d3ac23e7413
|
Add some sanity checks, fix some bugs.
|
Steve Losh |
2010-10-29 |
|
99bbb30dc66d
|
Factor out the "get target state" functionality into its own function.
|
Steve Losh |
2010-10-21 |
|
222e8b56718e
|
Set the correct foldmethod for the preview pane.
|
Steve Losh |
2010-10-21 |
|
4ad278a555cf
|
Mention mouse support in the help.
|
Steve Losh |
2010-10-21 |
|
ae519947b4a9
|
Add mouse support and rearrange some functions.
|
Steve Losh |
2010-10-21 |
|
c976a27e5729
|
Added tag v0.9.0 for changeset aa431c484c03
|
Steve Losh |
2010-10-21 |
|
aa431c484c03
|
Add contents and config to the help doc.
v0.9.0
|
Steve Losh |
2010-10-21 |
|
4427cda8108c
|
Add a configuration var to open Gundo on the right.
|
Steve Losh |
2010-10-20 |
|
a9beb6c8a1dd
|
Make the preview pane's height configurable.
|
Steve Losh |
2010-10-20 |
|
69dc4f1adff2
|
Rename a few functions.
|
Steve Losh |
2010-10-20 |
|
46b08690fafa
|
Add some preview buffer mappings and move the settings functions.
|
Steve Losh |
2010-10-20 |
|
9d0c32dd7651
|
Add folding markers. Sometimes I hate Vim.
|
Steve Losh |
2010-10-20 |
|
d6cb7a873013
|
Fix section header capitalization.
|
Steve Losh |
2010-10-20 |
|
ed2ba1f7cd27
|
Factor out the buffer mappings into functions.
|
Steve Losh |
2010-10-20 |
|
14f67813e95d
|
Map :q and :quit to close the gundo pane when you are in it.
|
Steve Losh |
2010-10-20 |
|
00a7b7471c1c
|
Edit section header.
|
Steve Losh |
2010-10-20 |
|
0577b819d8db
|
Check for Vim 7.3+.
|
Steve Losh |
2010-10-20 |
|
d7bc85ee64e4
|
Unfold everything before starting playback.
|
Steve Losh |
2010-10-20 |
|
d625599c4667
|
Add a g:gundo_debug flag to disable the loading trap to keep my sanity.
|
Steve Losh |
2010-10-20 |
|
185144163660
|
Fix things when you've maxed out your undolevels.
|
Steve Losh |
2010-10-20 |
|
a53459d2b507
|
Readme tweak.
|
Steve Losh |
2010-10-20 |
|
9af37ab8dfd7
|
Mention :help gundo in the readme.
|
Steve Losh |
2010-10-20 |
|
000559e33f72
|
Changed gundo buffers to be unlisted.
|
Caleb Spare |
2010-10-20 |
|
126770526e07
|
update the version comparison to reflect Python 2.4 compatibility
|
claytron |
2010-10-19 |
|
a96b5f91ecbf
|
Uncomment the loaded trap.
|
Steve Losh |
2010-10-19 |
|
b01d889ef2d7
|
Merge.
|
Steve Losh |
2010-10-19 |
|
29bbe78a79df
|
Emit a warning when there is no Python support, or unsupported Python version
|
claytron |
2010-10-19 |
|
559c8e719675
|
Update the README.
|
Vincent Driessen |
2010-10-19 |
|
5e54f8f1c22e
|
Add Python 2.4 compatibility.
|
Vincent Driessen |
2010-10-19 |
|
40049e1b235d
|
Added tag semver for changeset 4101cbccf1d5
|
Steve Losh |
2010-10-18 |
|
c8e00736a997
|
Added tag v0.8.0 for changeset 4101cbccf1d5
|
Steve Losh |
2010-10-18 |
|
4101cbccf1d5
|
README tweaks.
semver v0.8.0
|
Steve Losh |
2010-10-18 |
|
d4a2002c3b3c
|
Add more to the readme.
|
Steve Losh |
2010-10-18 |
|
b5b86fb0a997
|
Unfold diff previews by default.
|
Steve Losh |
2010-10-18 |
|
a9edc6870de6
|
Fix a pile of bugs by showing the root node in the graph.
|
Steve Losh |
2010-10-17 |
|
9978d9124263
|
Mention q in the doc.
|
Steve Losh |
2010-10-15 |
|
e1ec5e0b1b19
|
Map "q" to close the graph.
|
Steve Losh |
2010-10-15 |
|
a5cc91b6f479
|
Fix the pane opening.
|
Steve Losh |
2010-10-13 |
|
2eb51ffb8401
|
Put the preview page below the graph instead.
|
Steve Losh |
2010-10-13 |
|
7100a024df57
|
Add a help file.
|
Steve Losh |
2010-10-13 |
|
b017e692102a
|
Add a sanity check in case someone closes the preview window.
|
Steve Losh |
2010-10-13 |
|
3bf27b8bd6c2
|
Add a node mapping to get rid of some nastiness.
|
Steve Losh |
2010-10-13 |
|
6506376b04a1
|
Add timestamps to the diff previews.
|
Steve Losh |
2010-10-13 |
|
ef0fbc6e5e62
|
Add a PlayTo function for the lols.
|
Steve Losh |
2010-10-13 |
|
072ecb446535
|
Fix typo.
|
Steve Losh |
2010-10-12 |