Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Nov 15, 2010
1 parent c36d20f commit b964d1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions autoload/stakeholders.vim
Expand Up @@ -3,11 +3,12 @@
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2010-11-02.
" @Last Change: 2010-11-15.
" @Revision: 484
" @Revision: 486
" GetLatestVimScripts: 3326 0 :AutoInstall: stakeholders.vim


if exists('loaded_stakeholders')
" finish
finish
endif
let loaded_stakeholders = 1

Expand Down
6 changes: 4 additions & 2 deletions doc/stakeholders.txt
Expand Up @@ -37,14 +37,13 @@ In order to install the vba, open the vba file in VIM and type: >
See :help vimball for details.

This script requires tlib (vimscript #1863) to be installed.


========================================================================
Contents~

g:stakeholders#def .................... |g:stakeholders#def|
g:stakeholders#expansion .............. |g:stakeholders#expansion|
g:stakeholders#exclude_rx ............. |g:stakeholders#exclude_rx|
stakeholders#EnableInRange ............ |stakeholders#EnableInRange()|
stakeholders#EnableBuffer ............. |stakeholders#EnableBuffer()|
stakeholders#DisableBuffer ............ |stakeholders#DisableBuffer()|
Expand All @@ -66,6 +65,9 @@ g:stakeholders#expansion (default: 'immediate')
- delayed (see |stakeholders#delayed#Init()|)
- immediate (see |stakeholders#immediate#Init()|)

*g:stakeholders#exclude_rx*
g:stakeholders#exclude_rx (default: '^TODO$')

*stakeholders#EnableInRange()*
stakeholders#EnableInRange(line1, line2)
Enable stakeholders for a range of lines.
Expand Down

0 comments on commit b964d1f

Please sign in to comment.