Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ujihisa/vimlint

a lint for Vim script
https://github.com/ujihisa/vimlint

Last synced: about 1 month ago
JSON representation

a lint for Vim script

Awesome Lists containing this project

README

        

# vimlint

A lint for Vim script

## Usage

$ vimlint a.vim

`vimlint` command is under `bin/`

## License

Copyright (c) 2013 Tatsuhiro Ujihisa

Distributed under the GNU Public License version 3 or later.

* resources/functions.dict, resources/commands.dict
* MIT license
* Author: Shougo
* originally from [neocomplcache](https://github.com/Shougo/neocomplcache.vim)