Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
def
GetCurrentBufferNumber():
177
return
vim.current.buffer.number
178
179
180
def
GetBufferChangedTick( bufnr ):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected