Steve Losh
634756283a
Added tag v2.2.1 for changeset c1cda256969c
2011-06-28 09:50:12 -04:00
Steve Losh
1728791051
Increment version.
2011-06-28 09:50:03 -04:00
xaizek
d7d01c3ef4
Move all python code to a separate file.
2011-06-27 23:59:53 +03:00
Steve Losh
adcf339466
Merge.
2011-06-14 09:40:59 -04:00
Steve Losh
c04af31f1d
Typo.
2011-06-14 09:40:28 -04:00
Steve Losh
48ea154861
Add packaging script.
2011-05-27 10:59:29 -04:00
Steve Losh
47de8b1bf9
Added tag v2.2.0 for changeset d2406d0bce25
2011-05-27 10:51:54 -04:00
Steve Losh
8e6665e3b4
Increment version.
2011-05-27 10:51:50 -04:00
Steve Losh
32019def8f
Merge pull request #12 from narfdotpl/cant-split-commits-into-separate-pull-requests-zomgwtfbbq
...
Fix window positions
2011-05-27 07:31:02 -07:00
Steve Losh
76e9bb5aea
Merge pull request #10 from trcjr/develop
...
added gitignore with data from hgignore
2011-05-27 07:29:14 -07:00
Maciej Konieczny
fc9daff259
Fix window positions.
...
Graph and diff windows were swapped if user set `splitbelow` to 1:
:set splitbelow :set nosplitbelow
+---+---+ +---+---+
| D | | | G | |
+---+ S | +---+ S |
| G | | | D | |
+---+---+ +---+---+
D - diff, G - graph, S - source
This commit fixes this -- now diff is displayed below graph regardless of
`splitbelow` setting.
2011-05-25 23:57:18 +02:00
Theodore Robert Campbell Jr
b4887f66eb
added gitignore with data from hgignore
2011-05-15 12:45:43 -04:00
Steve Losh
584f1d52f8
Fix the default value for close_on_revert.
2011-05-09 21:10:50 -04:00
Steve Losh
65da6e46fd
Make the testing symlinks relative.
2011-05-09 18:31:54 -04:00
Steve Losh
137b114adb
Document the new close_on_revert setting.
2011-05-09 18:10:05 -04:00
Steve Losh
994ee7d948
Merge pull request #9 from pkoch/master
...
Add option to close gundo on revert.
2011-05-09 15:03:11 -07:00
Paulo Koch
7aaeebd88b
Add option to close gundo on revert.
2011-05-05 02:54:44 +01:00
Steve Losh
e7a1ecf244
Update changelog.
2011-03-13 16:24:08 -04:00
Steve Losh
d714647186
Added tag v2.1.1 for changeset dc582486455b
2011-03-13 16:21:33 -04:00
Steve Losh
39b4016784
Fix the movement key mapping issue.
2011-03-13 16:21:22 -04:00
Steve Losh
f9bd145fd6
Fix a missing tag on the site.
2011-03-09 19:53:11 -05:00
Steve Losh
4bc2696209
Added tag v2.1.0 for changeset 7fb1c286cca3
2011-03-09 19:46:28 -05:00
Steve Losh
dd2f1cdfe8
Add the v2.1.0 changelog.
2011-03-09 19:46:23 -05:00
Steve Losh
810b22109d
Merge.
2011-03-09 19:35:49 -05:00
Steve Losh
ff911e023d
Add gundo_map_move_* to the site.
2011-03-09 19:35:42 -05:00
Steve Losh
6a6d5156b0
Update the publish script to add a pull first.
2011-03-09 19:35:17 -05:00
Steve Losh
cc5fd99ce3
Rearrange default settings and tweak some spacing.
2011-03-09 19:29:21 -05:00
Daniel Hahler
c44c0c0345
Defer warning about incompatible Python.
...
This uses the GundoDidNotLoad approach from 8de0b4ce47
also
for the "Gundo requires that Vim be compiled with Python 2.4+" error.
Also retab the original GundoDidNotLoad code block and fix the English.
2011-03-09 23:10:48 +01:00
Nathan Howell
2677c0a07f
add remapping options for graph navigation keys
2011-02-27 15:53:34 -08:00
Seth Milliken
8de0b4ce47
defer "can't load gundo" warning
...
Only inform that gundo didn't load when an attempt is made to invoke it.
Too many hosts still don't have vim 7.3, but I'd like to do a straight
update of my vimfiles from my dvcs without needing any fiddly
conditionals in order to load vim without a warning message.
2010-12-29 15:16:33 -08:00
Steve Losh
918901a38d
tests: add preview tests
2010-12-09 22:42:34 -05:00
Steve Losh
9473b90603
tests: fix movement test name
2010-12-09 22:21:52 -05:00
Steve Losh
1c8406763a
guts: formatting
2010-12-09 22:03:23 -05:00
Steve Losh
25601aa8a1
tests: test arrow mappings
2010-12-09 22:02:46 -05:00
Steve Losh
7ed3cc2fc2
guts: add the linear movement tests and fixes
2010-12-09 21:59:57 -05:00
Steve Losh
18534216e1
ui: map o/up/down
2010-12-09 20:30:22 -05:00
Steve Losh
96de2fbc39
tests: break the undo chain when typing lines
2010-12-09 19:56:33 -05:00
Steve Losh
66e274cfa6
tests: remove unnecessary cpo saving
2010-12-09 19:34:46 -05:00
Steve Losh
47cdf9b946
Remove duplicate function.
...
--HG--
extra : rebase_source : dbdffd3437b7f0537f95323701ea72f83dd61e5d
2010-12-08 12:31:06 -05:00
Steve Losh
dd0cdc42d9
site: fix Bitbucket's broken trailing slash appending (or, rather, lack thereof)
2010-11-24 00:17:06 -05:00
Steve Losh
f6e3fc5719
Add another unit test. This is so damn painful.
2010-11-12 22:13:22 -05:00
Steve Losh
2562ab7ae8
Change the help text to make unit testing easier. Lame.
2010-11-12 21:01:55 -05:00
Steve Losh
ea3e5eb315
Add a README for the tests.
2010-11-12 19:23:05 -05:00
Steve Losh
6e679d6d4f
Add a unit test. This here is a grey triangle moment, folks.
...
--HG--
extra : rebase_source : 17ea9665bc826a9365264122781e1a7f99948b34
2010-11-10 19:52:08 -05:00
Steve Losh
aa7d609b03
Add ".DS_Store" to .hgignore.
...
--HG--
extra : rebase_source : 1715fbf6f4937fdc9d727034de77f3979921b5a3
2010-11-10 19:50:17 -05:00
Steve Losh
f0aac56a9e
Added tag v2.0.0 for changeset e1365403fefc
2010-11-10 11:28:31 -05:00
Steve Losh
e04b22d7c6
Prepare docs for release.
2010-11-10 11:28:27 -05:00
Steve Losh
8f297bffde
Clean up the README.
2010-11-10 11:23:42 -05:00
Steve Losh
1658b76b10
Remove the debugging print statement.
2010-11-10 11:21:35 -05:00
Steve Losh
c15917214b
Add a g:gundo_help setting to disable the inline help.
2010-11-09 21:35:34 -05:00