From cead7535502688002847915898cd2291e5a1be6d Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Tue, 7 Feb 2012 22:00:03 -0500 Subject: [PATCH] Add documentation for the statusline options. --- doc/gundo.txt | 12 ++++++++++++ site/index.html | 15 +++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/doc/gundo.txt b/doc/gundo.txt index f05989b..ee9a0d4 100644 --- a/doc/gundo.txt +++ b/doc/gundo.txt @@ -17,6 +17,8 @@ CONTENTS *Gundo-contents* 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 @@ Set this to 1 to automatically close the Gundo windows when reverting. 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 @@ GitHub: http://github.com/sjl/gundo.vim/ ============================================================================== 7. Changelog *GundoChangelog* +v2.3.0 + * Add statusline configuration. v2.2.2 * More performance improvements. v2.2.1 diff --git a/site/index.html b/site/index.html index 58c5346..59c9db2 100644 --- a/site/index.html +++ b/site/index.html @@ -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 @@ let g:gundo_right = 1

    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 @@ let g:gundo_right = 1

    Changelog

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