Browse Source

Fix indentation

Junegunn Choi 11 năm trước cách đây
mục cha
commit
1752de5b7c
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      plug.vim

+ 1 - 2
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()