Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit a809007

Browse files
committed
add -p1 to patch command
1 parent 51a2d80 commit a809007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vim-bindings.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
" Simple press <Leader>rou to run the optimize use refactoring.
3838

3939
let g:php_refactor_command='php /usr/bin/refactor.phar'
40-
let g:php_refactor_patch_command='patch'
40+
let g:php_refactor_patch_command='patch -p1'
4141

4242
func! PhpRefactorExtractMethod()
4343
" check the file has been saved

0 commit comments

Comments
 (0)