| L9 : Vim-script library 
 
 
  | script karma | Rating 108/55,
    Downloaded by 28530 | Comments, bugs, improvements | Vim wiki |  
 
script versions (upload new version)| created by |  | Takeshi NISHIDA |  |  |  | script type |  | utility |  |  |  | description |  | Repository: https://bitbucket.org/ns9tks/vim-l9/
 
 Issues:
 http://bitbucket.org/ns9tks/vim-l9/issues/
 
 Download latest(development) version
 https://bitbucket.org/ns9tks/vim-l9/get/tip.zip
 
 
 ==============================================================================
 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 plugins.
 
 Then update your help tags files to enable help for this plugin. See
 |add-local-help| for details.
 
 ==============================================================================
 USAGE                                                               *l9-usage*
 
 See source code.
 
 ==============================================================================
 
 |  |  |  | install details |  |  |  |  |  
Click on the package to download.
 
 
ip used for rating: 142.132.191.50
        | vim-l9.zip | 1.1 | 2010-09-28 | 7.2 | Takeshi NISHIDA | - Added l9#zip() - Added l9#tempvariables#getList()
 - Changed l9#guardScriptLoading()
 - Removed l9#tempvariables#swap()
 
 |  
        | vim-l9.zip | 1.0.1 | 2010-09-27 | 7.2 | Takeshi NISHIDA | - Fixed a bug that floating point numbers weren't evaluated correctly and caused errors on some non-English locales.
 
 |  
        | vim-l9.zip | 1.0 | 2010-09-24 | 7.2 | Takeshi NISHIDA | Initial |  |