mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 19:40:29 +01:00
Added missing documentation for L9
This commit is contained in:
@@ -19,7 +19,7 @@ ScriptID SourceID Filename
|
|||||||
2289 0 loremipsum.vim
|
2289 0 loremipsum.vim
|
||||||
1334 6377 vst.vim
|
1334 6377 vst.vim
|
||||||
1984 13961 :AutoInstall: FuzzyFinder
|
1984 13961 :AutoInstall: FuzzyFinder
|
||||||
3252 1 :AutoInstall: L9
|
3252 13948 :AutoInstall: L9
|
||||||
### colors
|
### colors
|
||||||
1975 7471 lettuce.vim
|
1975 7471 lettuce.vim
|
||||||
2536 13588 lucius.vim
|
2536 13588 lucius.vim
|
||||||
@@ -37,5 +37,5 @@ ScriptID SourceID Filename
|
|||||||
### syntax
|
### syntax
|
||||||
790 14268 python.vim
|
790 14268 python.vim
|
||||||
### doc
|
### doc
|
||||||
3277 1 py2stdlib
|
3277 14056 py2stdlib
|
||||||
|
|
||||||
|
|||||||
73
doc/l9.txt
Normal file
73
doc/l9.txt
Normal file
@@ -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:
|
||||||
|
>
|
||||||
|
<your runtime directory>/plugin/l9.vim
|
||||||
|
<your runtime directory>/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 <ns9tks@DELETE-ME.gmail.com>
|
||||||
|
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:
|
||||||
9
doc/tags
9
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-G_s surround.txt /*i_CTRL-G_s*
|
i_CTRL-G_s surround.txt /*i_CTRL-G_s*
|
||||||
i_CTRL-R_<Tab> snipMate.txt /*i_CTRL-R_<Tab>*
|
i_CTRL-R_<Tab> snipMate.txt /*i_CTRL-R_<Tab>*
|
||||||
|
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*
|
list-snippets snipMate.txt /*list-snippets*
|
||||||
loremipsum#Generate() loremipsum.txt /*loremipsum#Generate()*
|
loremipsum#Generate() loremipsum.txt /*loremipsum#Generate()*
|
||||||
loremipsum#GenerateInline() loremipsum.txt /*loremipsum#GenerateInline()*
|
loremipsum#GenerateInline() loremipsum.txt /*loremipsum#GenerateInline()*
|
||||||
|
|||||||
Reference in New Issue
Block a user