Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Nov 28, 2010
1 parent b19e0d1 commit 8a96a26
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README
Expand Up @@ -8,6 +8,9 @@ the library has no impact on startup time or anything else.
The change-log is included at the bottom of ../plugin/02tlib.vim
(move the cursor over the file name and type gfG)

Demo of |tlib#input#List()|:
http://vimsomnia.blogspot.com/2010/11/selecting-items-from-list-with-tlibs.html


-----------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion autoload/tlib/Filter_seq.vim
Expand Up @@ -4,7 +4,7 @@
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2008-11-25.
" @Last Change: 2010-11-20.
" @Revision: 0.0.29
" @Revision: 0.0.30

let s:prototype = tlib#Filter_cnf#New({'_class': ['Filter_seq'], 'name': 'seq'}) "{{{2
let s:prototype.highlight = g:tlib_inputlist_higroup
Expand Down
7 changes: 7 additions & 0 deletions doc/tlib.txt
Expand Up @@ -11,6 +11,9 @@ the library has no impact on startup time or anything else.
The change-log is included at the bottom of ../plugin/02tlib.vim
(move the cursor over the file name and type gfG)

Demo of |tlib#input#List()|:
http://vimsomnia.blogspot.com/2010/11/selecting-items-from-list-with-tlibs.html


-----------------------------------------------------------------------
Install~
Expand Down Expand Up @@ -212,6 +215,7 @@ Contents~
tlib#agent#PreviewLine .................. |tlib#agent#PreviewLine()|
tlib#agent#GotoLine ..................... |tlib#agent#GotoLine()|
tlib#agent#DoAtLine ..................... |tlib#agent#DoAtLine()|
tlib#agent#Wildcard ..................... |tlib#agent#Wildcard()|
tlib#tag#Retrieve ....................... |tlib#tag#Retrieve()|
tlib#tag#Collect ........................ |tlib#tag#Collect()|
tlib#tag#Format ......................... |tlib#tag#Format()|
Expand Down Expand Up @@ -1325,6 +1329,9 @@ tlib#agent#GotoLine(world, selected)
*tlib#agent#DoAtLine()*
tlib#agent#DoAtLine(world, selected)

*tlib#agent#Wildcard()*
tlib#agent#Wildcard(world, selected)


========================================================================
autoload/tlib/tag.vim~
Expand Down

0 comments on commit 8a96a26

Please sign in to comment.