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 bcdf0c3 commit bc33c92Copy full SHA for bc33c92
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