MCPcopy
hub / github.com/ycm-core/YouCompleteMe / SetQuickFixList

Function SetQuickFixList

python/ycm/vimsupport.py:499–502  ·  view source on GitHub ↗

Populate the quickfix list and open it. List should be in qflist format: see ":h setqflist" for details.

( quickfix_list )

Source from the content-addressed store, hash-verified

497
498
499def SetQuickFixList( quickfix_list ):
500 """Populate the quickfix list and open it. List should be in qflist format:
501 see ":h setqflist" for details."""
502 vim.eval( f'setqflist( { json.dumps( quickfix_list ) } )' )
503
504
505def OpenQuickFixList( focus = False, autoclose = False ):

Callers 1

ReplaceChunksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected