sponsor Vim development Vim logo Vim Book Ad

FTPDEV : This is filetype plugin for vim scripts.

 script karma  Rating 0/2, Downloaded by 2614  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>'
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
FTPDEV_6.2.vmb 6.2 2012-10-27 7.3 Marcin Szamotulski See :help ftpdev-news.
FTPDEV_6.1.vmb 6.1 2012-10-01 7.3 Marcin Szamotulski A fix for the 6 release.
FTPDEV_6.vmb 6 2012-10-01 7.3 Marcin Szamotulski See ":help ftpdev-news" for amendments and new features.
FTPDEV_5.5.vmb 5.5 2011-09-24 7.3 Marcin Szamotulski See :help ftpdev-news.
FTPDEV_5.4.vmb 5.4 2011-08-25 7.3 Marcin Szamotulski :Edit command removed. FTPDEV sets path vim option, use vim :find command instead.
ip used for rating: 13.59.36.203

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github