Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed May 9, 2019
1 parent 55cd1bd commit 1f0f947
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
@@ -1,5 +1,5 @@
let s:vimscript_dir = expand('<sfile>:p:h')
function! s:PSESSetup ()
let s:vimscript_dir = expand('<sfile>:p:h')
let g:pses_dir = resolve(expand(s:vimscript_dir . '/../PowerShellEditorServices/PowerShellEditorServices'))
let g:pses_script = g:pses_dir . "/Start-EditorServices.ps1"

Expand Down

0 comments on commit 1f0f947

Please sign in to comment.