Skip to content

Commit

Permalink
Some whitepace adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Apr 19, 2019
1 parent 16aeed0 commit 45db7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/coc/powershell.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let s:root = expand('<sfile>:h:h:h')
let s:is_win = has('win32') || has('win64')
let s:is_mac = !s:is_win && !has('win32unix')
let s:is_mac = !s:is_win && !has('win32unix')
\ && (has('mac') || has('macunix') || has('gui_macvim') ||
\ (!isdirectory('/proc') && executable('sw_vers')))
let s:is_vim = !has('nvim')
Expand Down

0 comments on commit 45db7f7

Please sign in to comment.