浏览代码

Fix indentation

Junegunn Choi 11 年之前
父节点
当前提交
1752de5b7c
共有 1 个文件被更改,包括 1 次插入2 次删除
  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()