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 d4d9904 commit 1347ed8Copy full SHA for 1347ed8
plugin/vim-composer.vim
@@ -55,7 +55,6 @@ function! s:ComposerInstallFunc(arg)
55
endif
56
endfunction
57
58
-map <F6> :call ComposerKnowWhereCurrentFileIs()<CR>
59
function! ComposerKnowWhereCurrentFileIs()
60
let l:currentWord = expand('<cword>')
61
let l:command = "grep " . l:currentWord . " ./vendor/composer -R | awk '{print $6}' | awk -F\\' '{print $2}'"
0 commit comments