We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bfc5f commit 4f44fe8Copy full SHA for 4f44fe8
plugin/vim-composer.vim
@@ -54,3 +54,8 @@ function! s:ComposerInstallFunc(arg)
54
exe "call ".g:composer_install_callback."()"
55
endif
56
endfunction
57
+
58
+function! s:ComposerKnowWhereCurrentFileIs()
59
+ let l:currentWord = explode('<cword>')
60
+ exec "!grep ClassNameToFind ../onebip/vendor/composer -R | awk '{print $6}' | awk -F\' '{print $2}'"
61
+endfunction
0 commit comments