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 |
d13b27b66534
|
Refactor a tiny bit and add some TODOs.
|
Steve Losh |
2010-10-12 |
920859982e84
|
Refactor the movement into a single function. Feels good man.
|
Steve Losh |
2010-10-12 |
7f1c71ef5141
|
Fix in-between line movement.
|
Steve Losh |
2010-10-12 |
8637cdbbba8a
|
Fix movement bounds in the graph pane.
|
Steve Losh |
2010-10-12 |
ce825e4ac9e0
|
Wrap Python functions, fix last diff.
|
Steve Losh |
2010-10-12 |
788b35e3d783
|
Readme tweaks.
|
Steve Losh |
2010-10-09 |
53a39950bd63
|
Add a simple readme.
|
Steve Losh |
2010-10-09 |
756a85290a86
|
Hello there, preview pane.
|
Steve Losh |
2010-10-09 |
717091909bd6
|
Rename a confusing variable.
|
Steve Losh |
2010-10-09 |
328f098fb33e
|
Refactor changenr()
|
Steve Losh |
2010-10-09 |
725085a34b62
|
Restructure everything and add fold markers before I go insane.
|
Steve Losh |
2010-10-09 |
2513c9fd4319
|
Fix up and down.
|
Steve Losh |
2010-10-09 |
82d190d1da64
|
Syntax highlighting!
|
Steve Losh |
2010-10-09 |
ae5f399be2c2
|
Moar. Done for now.
|
Steve Losh |
2010-10-09 |
d84608c7bdfe
|
Moar.
|
Steve Losh |
2010-10-09 |
f5aa9bd91d30
|
Moar.
|
Steve Losh |
2010-10-09 |
715b023f84bf
|
Progress!
|
Steve Losh |
2010-10-08 |
39ffb4522c37
|
More.
|
Steve Losh |
2010-10-08 |
2d608ce7ab0e
|
Moar.
|
Steve Losh |
2010-10-08 |
5c12eeee395f
|
Holy shit I have an undo graph.
|
Steve Losh |
2010-10-08 |
f42246bbc0e5
|
Initial commit.
|
Steve Losh |
2010-10-07 |