Created
January 14, 2013 02:10
-
-
Save JCook21/4527290 to your computer and use it in GitHub Desktop.
Vim config setup to allow the gf command to work with namespaced PHP classes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Allow gf to work with PHP namespaced classes. | |
set includeexpr=substitute(v:fname,'\\\','/','g') | |
set suffixesadd+=.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment