mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-08 18:04:46 +08:00
Fix indentation
This commit is contained in:
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()
|
||||||
|
|||||||
Reference in New Issue
Block a user