MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / JumpToTab

Function JumpToTab

python/ycm/vimsupport.py:1223–1225  ·  view source on GitHub ↗

Jump to Vim tab with corresponding number

( tab_number )

Source from the content-addressed store, hash-verified

1221
1222
1223def JumpToTab( tab_number ):
1224 """Jump to Vim tab with corresponding number """
1225 vim.command( f'silent! tabn { tab_number }' )
1226
1227
1228def OpenFileInPreviewWindow( filename, modifiers ):

Callers 1

OpenFilenameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected