https://github.com/coot/vim_ftpdev
Repository for ftpdev vim plugin
https://github.com/coot/vim_ftpdev
Last synced: 4 months ago
JSON representation
Repository for ftpdev vim plugin
- Host: GitHub
- URL: https://github.com/coot/vim_ftpdev
- Owner: coot
- Created: 2012-09-27T10:18:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-11T11:48:42.000Z (about 13 years ago)
- Last Synced: 2025-06-20T20:56:30.800Z (12 months ago)
- Language: VimL
- Size: 305 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a vim plugin for writing complex plugins. With this plugin you can
easeily:
* grep the plugin directory for vim patterns
* searching inside a vim function definition for a vim pattern
* find functions, commands, maps and jump to them quickly
* easily install the plugin under vim runtimepath
* easily open, split, diff files in different path of your plugin