Explorar o código

Fix indentation

Junegunn Choi %!s(int64=11) %!d(string=hai) anos
pai
achega
1752de5b7c
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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()