Skip to content

Commit

Permalink
Use stdio guard properly
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspoons committed Jul 20, 2020
1 parent bcdf0c3 commit bc33c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/OmniSharp/actions/fold.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set cpoptions&vim
function! OmniSharp#actions#fold#Create() abort
if !g:OmniSharp_server_stdio
echomsg 'This functionality is only available with the stdio server'
return
endif
call OmniSharp#actions#codestructure#Get(bufnr('%'), 1,
\ function('s:CreateFolds'))
Expand Down

0 comments on commit bc33c92

Please sign in to comment.