Hi, I just having this error on a specific file:
Erro detectado ao processar function ShowComplexity:
linha 14:
NoMethodError: undefined method `[]' for nil:NilClass
Seems that we have some error on the ShowComplexity function on line 14. It also seems it is fired by
flogger.flog ::VIM::Buffer.current.name
but when executing flog on CLI with the same file, no errors happens.
Hi, I just having this error on a specific file:
Seems that we have some error on the
ShowComplexityfunction on line 14. It also seems it is fired bybut when executing
flogon CLI with the same file, no errors happens.