perl-nextmethod : ]m, ]M, [m, [M next/previous perl method motions
script karma |
Rating 0/0,
Downloaded by 850 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Catalin Ciurea |
|
script type |
utility |
|
description |
This plugin adds the ]m, ]M, [m, [M motions for perl scripts.
Vim already supports these motions but they are available only for certain languages.
]m - jump to the next perl subroutine start
]M - jump to the next perl subroutine end
[m - jump to previous perl subroutine start
[M - jump to previous perl subroutine end
CAVEATS:
1. Does not preserve the jump list nor the ` mark (previous position)
2. There is small issue when using it with operators (e.g. yank copies the subroutine but leaves the last brace off)
3. Visual selection operator is unsupported
Guthub repository:
https://github.com/catalinciurea/perl-nextmethod |
|
install details |
1. Untar the archive into your ~/.vim directory
2. :helptags ~/.vim/doc |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.85
|