# HG changeset patch # User Steve Losh # Date 1328670003 18000 # Node ID bf31800e9784bd83c220f18fafde215abc72c4ef # Parent 9002fc26d49f1413df4ac93b51247711b9b96374 Add documentation for the statusline options. diff -r 9002fc26d49f -r bf31800e9784 doc/gundo.txt --- a/doc/gundo.txt Sun Feb 05 09:33:52 2012 +0100 +++ b/doc/gundo.txt Tue Feb 07 22:00:03 2012 -0500 @@ -17,6 +17,8 @@ 3.7 gundo_map_move_older ...... |gundo_map_move_older| gundo_map_move_newer ...... |gundo_map_move_newer| 3.8 gundo_close_on_revert ..... |gundo_close_on_revert| + 3.9 gundo_preview_statusline .. |gundo_preview_statusline| + gundo_tree_statusline ..... |gundo_tree_statusline| 4. License ........................ |GundoLicense| 5. Bugs ........................... |GundoBugs| 6. Contributing ................... |GundoContributing| @@ -196,6 +198,14 @@ Default: 0 (windows do not automatically close) +------------------------------------------------------------------------------ +3.9 g:gundo_preview_statusline *gundo_preview_statusline* + g:gundo_tree_statusline *gundo_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) + ============================================================================== 4. License *GundoLicense* @@ -219,6 +229,8 @@ ============================================================================== 7. Changelog *GundoChangelog* +v2.3.0 + * Add statusline configuration. v2.2.2 * More performance improvements. v2.2.1 diff -r 9002fc26d49f -r bf31800e9784 site/index.html --- a/site/index.html Sun Feb 05 09:33:52 2012 +0100 +++ b/site/index.html Tue Feb 07 22:00:03 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,13 @@

    Changelog

      +
    1. v2.3.0 +
        +
      • + Add statusline configuration. +
      • +
      +
    2. v2.2.2