Fix indentation
This commit is contained in:
parent
2f3225fc60
commit
1752de5b7c
1 changed files with 1 additions and 2 deletions
3
plug.vim
3
plug.vim
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue