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

Function GetCurrentBufferNumber

python/ycm/vimsupport.py:176–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174
175
176def GetCurrentBufferNumber():
177 return vim.current.buffer.number
178
179
180def GetBufferChangedTick( bufnr ):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected