FTPDEV : This is filetype plugin for vim scripts.
script karma |
Rating 0/2,
Downloaded by 2861 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Marcin Szamotulski |
|
script type |
ftplugin |
|
description |
This file type plugin provides some additional tools which makes the life easier when writing plugins which are big projects with many functions, commands and maps across different files which share a common root directory. It provides commands for
- finding functions, commands, variable definitions and maps which name matches a pattern
- gD go to global declaration (an extremly fast way to move through code)
- gd go to local declaration
- searching a function which wrap around the end of function
- Pgrep command which uses vimgrep to grep inside the plugin directory.
- Edit/Split/VSplit/Diffsplit commands with a handy completion for file names (support ++opt and +cmd options of vim edit command)
There is a help file which explains all the details (:help ftpdev-news).
You can follow or develop this plugin on GitHub:
https://github.com/coot/vim_ftpdev |
|
install details |
Open the vimball file and type ':so % <Enter>' |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|