Skip to content

Commit 4f1abeb

Browse files
m2mdasmkusher
authored andcommitted
Fixed silly mistake of unclosed tag, issue reference #32
1 parent 289987a commit 4f1abeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/phpcomplete_extended.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ function! phpcomplete_extended#updateIndex(background) "{{{
14731473
let cmd = 'php '. input
14741474

14751475
if a:background
1476-
let cmd .= ' 1>/dev/null 2>/dev/null
1476+
let cmd .= ' 1>/dev/null 2>/dev/null'
14771477
call vimproc#system_bg(cmd)
14781478
else
14791479
let out = vimproc#system(cmd)

0 commit comments

Comments
 (0)