-
Save the gist files to a directory
-
Open vim from that directory
-
:echo tagfiles()should print['tags'], so we can confirm tags found, the file was generated withctags -R . -
Open test.php with
:e test.php -
Hit
<c-x><c-o>at the marked place (at the end of line 4) -
In the completion popup you should see:
findme ( f $a, $b = 'foo' findme_too( f $a, $b = 'foo'
This was tested with https://github.com/shawncplus/phpcomplete.vim/tree/6f093362b11b6e92c0f51075148b93a42859e69f commit.