Fix indentation

This commit is contained in:
Junegunn Choi 2014-08-20 12:22:23 +09:00
parent 2f3225fc60
commit 1752de5b7c

View file

@ -459,8 +459,7 @@ function! s:lastline(msg)
endfunction
function! s:new_window()
let window_cmd = get(g:, 'plug_window', 'vertical topleft new')
execute window_cmd
execute get(g:, 'plug_window', 'vertical topleft new')
endfunction
function! s:prepare()