-
Notifications
You must be signed in to change notification settings - Fork 122
Use suffixesadd for .pm #313
New issue
Have a question about this project?< 8000 /strong> Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Incidentally, I believe |
@dkearns Thoughts? |
I guess I'm the one who dragged in |
Agreed, |
LGTM |
@Altreus Would you like to make a PR for this? Or should I just cut & paste your code? |
vim-perl/ftplugin/perl.vim
Line 29 in 0f4b88b
Better written as:
This allowed me to update the
includeexpr
to handle paths to real files: I had an issue whereby vim saw an absolute path, and it was easy to strip the leading/
if theincludeexpr
didn't also append.pm
The text was updated successfully, but these errors were encountered: