MCPcopy Index your code
hub / github.com/ycm-core/YouCompleteMe / JumpToPreviousWindow

Function JumpToPreviousWindow

python/ycm/vimsupport.py:1218–1220  ·  view source on GitHub ↗

Jump the vim cursor to its previous window position

()

Source from the content-addressed store, hash-verified

1216
1217
1218def JumpToPreviousWindow():
1219 """ Jump the vim cursor to its previous window position """
1220 vim.command( 'silent! wincmd p' )
1221
1222
1223def JumpToTab( tab_number ):

Callers 4

OpenLocationListFunction · 0.85
OpenQuickFixListFunction · 0.85
WriteToPreviewWindowFunction · 0.85
OpenFilenameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected