# HG changeset patch # User Steve Losh # Date 1328669854 18000 # Node ID ec1287e0e0cde39314741937e368df7ecc5f513e # Parent 41d7edb93bf213f552345757cb7657acc9f58005 gundo.vim: Update documentation. diff -r 41d7edb93bf2 -r ec1287e0e0cd gundo.vim/index.html --- a/gundo.vim/index.html Sun Feb 05 15:50:56 2012 -0500 +++ b/gundo.vim/index.html Tue Feb 07 21:57:34 2012 -0500 @@ -98,6 +98,7 @@
  • g:gundo_disable
  • g:gundo_map_move_[older/newer]
  • g:gundo_close_on_revert
  • +
  • g:gundo_[preview/tree]_statusline
  • License
  • @@ -326,6 +327,13 @@

    Set this to 1 to automatically close the Gundo windows when reverting.

    Default: 0 (windows do not automatically close)

    + + +

    g:gundo_[preview/tree]_statusline

    + +

    Set these to a string to display it as the status line for each Gundo window.

    + +

    Default: unset (windows use the default statusline)

    @@ -367,6 +375,20 @@

    Changelog

      +
    1. v2.3.0 +
        +
      • + Add statusline configuration. +
      • +
      +
    2. +
    3. v2.2.2 +
        +
      • + More performance improvements. +
      • +
      +
    4. v2.2.1