Fix indentation
This commit is contained in:
parent
2f3225fc60
commit
1752de5b7c
3
plug.vim
3
plug.vim
|
@ -459,8 +459,7 @@ function! s:lastline(msg)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:new_window()
|
function! s:new_window()
|
||||||
let window_cmd = get(g:, 'plug_window', 'vertical topleft new')
|
execute get(g:, 'plug_window', 'vertical topleft new')
|
||||||
execute window_cmd
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:prepare()
|
function! s:prepare()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user