# HG changeset patch # User Steve Losh # Date 1299717270 18000 # Node ID a026ff3f097aeefe35faba20166172579bd101c9 # Parent 887d515b2f460d885faa976bb3d029500c4c36cd gundo.vim: Update documentation. diff -r 887d515b2f46 -r a026ff3f097a gundo.vim/index.html --- a/gundo.vim/index.html Wed Nov 24 00:16:02 2010 -0500 +++ b/gundo.vim/index.html Wed Mar 09 19:34:30 2011 -0500 @@ -96,6 +96,7 @@
  • g:gundo_right
  • g:gundo_help
  • g:gundo_disable
  • +
  • g:gundo_map_move_[older/newer]
  • License
  • @@ -302,6 +303,21 @@

    Default: 0 (Gundo is enabled as usual)

    + + +

    g:gundo_map_move_[older/newer]

    + +

    + These options let you change the keys that navigate the + undo graph. This is useful if you use a Dvorak keyboard and + have changed your movement keys. +

    + +

    + Default:
    + gundo_map_move_older: "j"
    + gundo_map_move_newer: "k" +

    diff -r 887d515b2f46 -r a026ff3f097a gundo.vim/publish.sh --- a/gundo.vim/publish.sh Wed Nov 24 00:16:02 2010 -0500 +++ b/gundo.vim/publish.sh Wed Mar 09 19:34:30 2011 -0500 @@ -1,5 +1,6 @@ #!/usr/bin/env bash +hg -R ~/src/sjl.bitbucket.org pull -u rsync --delete -az . ~/src/sjl.bitbucket.org/gundo.vim hg -R ~/src/sjl.bitbucket.org commit -Am 'gundo.vim: Update documentation.' hg -R ~/src/sjl.bitbucket.org push