diff --git a/GetLatest/GetLatestVimScripts.dat b/GetLatest/GetLatestVimScripts.dat index 958974f..5375347 100644 --- a/GetLatest/GetLatestVimScripts.dat +++ b/GetLatest/GetLatestVimScripts.dat @@ -19,7 +19,7 @@ ScriptID SourceID Filename 2289 0 loremipsum.vim 1334 6377 vst.vim 1984 13961 :AutoInstall: FuzzyFinder -3252 1 :AutoInstall: L9 +3252 13948 :AutoInstall: L9 ### colors 1975 7471 lettuce.vim 2536 13588 lucius.vim @@ -37,5 +37,5 @@ ScriptID SourceID Filename ### syntax 790 14268 python.vim ### doc -3277 1 py2stdlib +3277 14056 py2stdlib diff --git a/doc/l9.txt b/doc/l9.txt new file mode 100644 index 0000000..8664ad4 --- /dev/null +++ b/doc/l9.txt @@ -0,0 +1,73 @@ +*l9.txt* Vim-script library + + Copyright (c) 2009-2010 Takeshi NISHIDA + +l9 *l9* + +INTRODUCTION |l9-introduction| +INSTALLATION |l9-installation| +USAGE |l9-usage| +CHANGELOG |l9-changelog| +ABOUT |l9-about| + +============================================================================== +INTRODUCTION *l9-introduction* + +l9 is a Vim-script library, which provides some utility functions and commands +for programming in Vim. + +============================================================================== + INSTALLATION *l9-installation* + +Put all files into your runtime directory. If you have the zip file, extract +it to your runtime directory. + +You should place the files as follows: +> + /plugin/l9.vim + /doc/l9.txt + ... +< +If you are disgusted to make your runtime directory confused with a lot of +plugins, put each of the plugins into a directory individually and just add +the directory path to 'runtimepath'. It's easy to uninstall the plugin. + +Then update your help tags files to enable fuzzyfinder help. See +|add-local-help| for details. + +============================================================================== +USAGE *l9-usage* + +See source code. + +============================================================================== +CHANGELOG *l9-changelog* + +1.1: + - Added l9#zip() + - Added l9#tempvariables#getList() + - Changed l9#guardScriptLoading() + - Removed l9#tempvariables#swap() + +1.0.1: + - Fixed a bug that floating point numbers weren't evaluated correctly and + caused errors on some non-English locales. + +1.0: + - First release. + + +============================================================================== +ABOUT *l9-about* *l9-contact* *l9-author* + +Author: Takeshi NISHIDA +Licence: MIT Licence +URL: http://www.vim.org/scripts/script.php?script_id=3252 + http://bitbucket.org/ns9tks/vim-l9/ + +Bugs/Issues/Suggestions/Improvements ~ + +Please submit to http://bitbucket.org/ns9tks/vim-l9/issues/ . + +============================================================================== + vim:tw=78:ts=8:ft=help:norl: diff --git a/doc/tags b/doc/tags index 1cd0a43..233339d 100644 --- a/doc/tags +++ b/doc/tags @@ -364,6 +364,15 @@ g:vimwiki_w32_dir_enc vimwiki.txt /*g:vimwiki_w32_dir_enc* i_CTRL-G_S surround.txt /*i_CTRL-G_S* i_CTRL-G_s surround.txt /*i_CTRL-G_s* i_CTRL-R_ snipMate.txt /*i_CTRL-R_* +l9 l9.txt /*l9* +l9-about l9.txt /*l9-about* +l9-author l9.txt /*l9-author* +l9-changelog l9.txt /*l9-changelog* +l9-contact l9.txt /*l9-contact* +l9-installation l9.txt /*l9-installation* +l9-introduction l9.txt /*l9-introduction* +l9-usage l9.txt /*l9-usage* +l9.txt l9.txt /*l9.txt* list-snippets snipMate.txt /*list-snippets* loremipsum#Generate() loremipsum.txt /*loremipsum#Generate()* loremipsum#GenerateInline() loremipsum.txt /*loremipsum#GenerateInline()*