File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -431,8 +431,8 @@ function! OmniSharp#Install(...) abort
431
431
let l: location = shellescape (OmniSharp#util#ServerDir ())
432
432
433
433
if has (' win32' )
434
- if exists (' g:OmniSharp_vim_log_dir ' )
435
- let l: log_dir = g: OmniSharp_vim_log_dir
434
+ if exists (' g:OmniSharp_log_dir ' )
435
+ let l: log_dir = g: OmniSharp_log_dir
436
436
else
437
437
let l: log_dir = s: plugin_root_dir . ' \log'
438
438
end
@@ -445,8 +445,8 @@ function! OmniSharp#Install(...) abort
445
445
\ ' powershell -ExecutionPolicy Bypass -File %s %s -l %s %s' ,
446
446
\ l: script , l: http , l: location , l: version )
447
447
else
448
- if exists (' g:OmniSharp_vim_log_dir ' )
449
- let l: log_dir = g: OmniSharp_vim_log_dir
448
+ if exists (' g:OmniSharp_log_dir ' )
449
+ let l: log_dir = g: OmniSharp_log_dir
450
450
else
451
451
let l: log_dir = s: plugin_root_dir . ' /log'
452
452
end
Original file line number Diff line number Diff line change 1
1
let s: save_cpo = &cpoptions
2
2
set cpoptions &vim
3
3
4
- if exists (' g:OmniSharp_vim_log_dir ' )
5
- let s: stdiologfile = g: OmniSharp_vim_log_dir . ' /stdio.log'
4
+ if exists (' g:OmniSharp_log_dir ' )
5
+ let s: stdiologfile = g: OmniSharp_log_dir . ' /stdio.log'
6
6
else
7
7
let s: stdiologfile = expand (' <sfile>:p:h:h:h' ) . ' /log/stdio.log'
8
8
end
You can’t perform that action at this time.
0 commit comments