joonty / vim-phpqa

PHP QA tools for Vim
http://www.joncairns.com
MIT License
290 stars 32 forks source link

Renamed file as Class must match filename - Case Sensitive. #20

Closed skotos closed 10 years ago

skotos commented 10 years ago

Here is a fix for the error mentioned in the comments of issue #18 and Pull-request #19. All it needed was the filenames to match.

FunTimeCoding commented 10 years ago

oh! perhaps this worked for me because I have a case insensitive filesystem.

joonty commented 10 years ago

Yes, I had the same experience as @FunTimeCoding. Thanks for this, merging.