Skip to content

Commit

Permalink
Remove the extra line...
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Apr 19, 2019
1 parent de34062 commit 789007e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/coc-powershell.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if(!exists("g:pses_logs_dir"))
let g:pses_logs_dir = resolve(expand(s:vimscript_dir . '/../.pses/logs/' . strftime('%Y%m%d') . '-' . getpid()))
endif


if(!exists("g:pses_powershell_executable"))
let g:pses_powershell_executable = "powershell"
if(executable("pwsh"))
Expand Down

0 comments on commit 789007e

Please sign in to comment.