vim-php-namespace
vim-php-namespace copied to clipboard
Vim(ptjump):E434: Can't find tag pattern
Hi, it's fine when the class defined like class Controller extends BaseController
;
But there is an error: Vim(ptjump):E434: Can't find tag pattern
when use full namespace like this: class Controller extends \namespace\Controller
.
What could I do ?