vim-php-namespace icon indicating copy to clipboard operation
vim-php-namespace copied to clipboard

Vim(ptjump):E434: Can't find tag pattern

Open inkpark opened this issue 7 years ago • 0 comments

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 ?

inkpark avatar Dec 22 '17 18:12 inkpark