We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40d527 commit ff0cec0Copy full SHA for ff0cec0
autoload/OmniSharp/actions/fold.vim
@@ -4,6 +4,7 @@ set cpoptions&vim
4
function! OmniSharp#actions#fold#Create() abort
5
if !g:OmniSharp_server_stdio
6
echomsg 'This functionality is only available with the stdio server'
7
+ return
8
endif
9
call OmniSharp#actions#codestructure#Get(bufnr('%'), 1,
10
\ function('s:CreateFolds'))
0 commit comments