vim plugin to show current Perl subroutine
- by Andrew
I'm trying to make a vim plugin that will split the window on load and simulate a info bar at the top of my terminal. I've got it sorta working but I think I've either reached limits of my knowledge of vim syntax or there's a logic problem in my code.
The desired effect would be to do a reverse search for any declaration of a Perl subroutine form…