Browse Source

sometimes changedtick doesn't return a value

Ben Jackson 2 years ago
parent
commit
060c5641db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      python/ycm/vimsupport.py

+ 1 - 1
python/ycm/vimsupport.py

@@ -182,7 +182,7 @@ def GetCurrentBufferNumber():
 
 
 def GetBufferChangedTick( bufnr ):
-  return GetIntValue( f'getbufvar({ bufnr }, "changedtick")' )
+  return GetIntValue( f'getbufvar({ bufnr }, "changedtick") ?? 0' )
 
 
 # Returns a range covering the earliest and latest lines visible in the current