Commit Graph

115 Commits

Author SHA1 Message Date
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
Steve Losh
09fcef2178 Add the p mapping to preview a change. 2010-11-09 21:13:21 -05:00
Steve Losh
5cd18132a7 Fix a bug when previewing the last change at a maxed out undolevel. 2010-11-09 20:56:24 -05:00
Steve Losh
a98989b6f8 Move the rendering utility functions around a bit. 2010-11-09 20:14:18 -05:00
Steve Losh
240584a769 Make GundoToggle behave more sanely.
fixes issue 17
2010-11-09 19:46:05 -05:00
Steve Losh
484d9846ef Fix movement commands with counts in the graph.
fixes issue 14
2010-11-04 19:44:28 -04:00
Steve Losh
6ff32f219f Update changelog. 2010-11-02 00:10:04 -04:00
Steve Losh
76c9936720 Add g:gundo_disable.
fixes issue 15
2010-11-02 00:07:18 -04:00
Steve Losh
284ea96d36 Em dashes please. 2010-10-29 16:35:30 -04:00
Steve Losh
a28c7003b6 Add Flattr and GA to the page. 2010-10-29 16:33:43 -04:00
Steve Losh
3183ee4cda Add the site publishing script. 2010-10-29 13:35:31 -04:00
Steve Losh
b71417ad7f Add the site. 2010-10-29 13:31:33 -04:00
Steve Losh
5fe2f61ac5 Added tag v1.0.0 for changeset ede41dc6613e 2010-10-29 10:25:21 -04:00
Steve Losh
c329cbdc93 Add a changelog to the help. 2010-10-29 10:25:02 -04:00
Steve Losh
0d240616f3 README adjustments. 2010-10-29 10:21:09 -04:00
Steve Losh
6e6b56029e README adjustments. 2010-10-29 10:20:25 -04:00
Steve Losh
51f655aadd Remove the big scary warning from the docs. 2010-10-29 09:49:44 -04:00
Steve Losh
6a6f6cfff7 Refactor the preview render calls a bit. 2010-10-29 09:49:33 -04:00
Steve Losh
67c26ded75 Remove obsolete TODO. 2010-10-29 09:48:47 -04:00
Steve Losh
a4798311dc Use bufloaded() instead of bufname() as a sanity check. 2010-10-29 09:47:46 -04:00
Steve Losh
50c2ef56d3 Merge. 2010-10-28 20:42:03 -04:00
Steve Losh
c085ec1451 Add some sanity checks, fix some bugs.
Sorry about the bad commit message.
2010-10-28 20:16:09 -04:00
Randy Morris
3f7226297d Add g:gundo_preview_bottom option 2010-10-27 19:09:02 -04:00