Skip to content

Commit 68488fe

Browse files
author
Tom Oram
committed
Redraw the screen after a refactor
1 parent a07ea7f commit 68488fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/phprefactor.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,6 @@ func! PhpRefactorRunCommand(refactoring, args)
109109
exec command .' | '.g:php_refactor_patch_command
110110

111111
setlocal noautoread
112+
113+
exec ':redraw!'
112114
endfunc

0 commit comments

Comments
 (0)