Skip to content

Commit

Permalink
Typo smashing...
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Apr 19, 2019
1 parent da266f6 commit ddf8d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/coc-powershell.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let g:pses_dir = resolve(expand(s:vimscript_dir . '/../PowerShellEditorServ
let g:pses_script = g:pses_dir . "/Start-EditorServices.ps1"

" Let the user specify the log directory for PSES.
" If the user doesn't specify a location, use the root of vov-pses in a .pses
" If the user doesn't specify a location, use the root of coc-pses in a .pses
" directory.
if(!exists("g:pses_logs_dir"))
let g:pses_logs_dir = resolve(expand(s:vimscript_dir . '/../.pses/logs/' . strftime('%Y%m%d') . '-' . getpid()))
Expand Down

0 comments on commit ddf8d79

Please sign in to comment.