tlib


Ⅰ. 插件描述

Some utility functions for VIM

Ⅱ. 基本信息

创建日期:  2007-04-18
使用用户:  4230
Github星:  146
插件作者:  Tom Link

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'tomtom/tlib'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'tomtom/tlib'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'tomtom/tlib'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/tomtom/tlib_vim

Ⅳ. 文档说明

This library provides some utility functions. There isn't much need to
install it unless another plugin requires you to do so.

Most of the library is included in autoload files. No autocommands are

  1. With the exception of loading ../plugin/02tlib.vim at startup
  2. 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~

Edit the vba file and type: >

:so %

See :help vimball for details. If you have difficulties, please make
sure, you have the current version of vimball (vimscript #1502)
installed.

License: GPLv3 or later

添加新评论