Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomtom/tlib_vim
Some utility functions for VIM
https://github.com/tomtom/tlib_vim
vim vim-plugin viml
Last synced: 3 days ago
JSON representation
Some utility functions for VIM
- Host: GitHub
- URL: https://github.com/tomtom/tlib_vim
- Owner: tomtom
- License: gpl-3.0
- Created: 2010-08-20T16:34:52.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T06:36:54.000Z (over 2 years ago)
- Last Synced: 2024-12-18T19:07:16.628Z (11 days ago)
- Topics: vim, vim-plugin, viml
- Language: Vim script
- Homepage: http://www.vim.org/scripts/script.php?script_id=1863
- Size: 909 KB
- Stars: 173
- Watchers: 11
- Forks: 43
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: CHANGES.TXT
- License: LICENSE.TXT
Awesome Lists containing this project
README
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
created. With the exception of loading ../plugin/02tlib.vim at startup
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~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