let-def / vimbufsync

Collection of heuristics to help quickly detect modifications in vim buffers
8 stars 3 forks source link

Found a bug #1

Closed tbelaire closed 10 years ago

tbelaire commented 10 years ago

https://github.com/def-lkb/vimbufsync/blob/master/autoload/vimbufsync.py#L146

On line 146, there is

if not len:

which is checking to see if the len buildin is missing? That seems unlikely, since there's no other messing about with len going on. I think it's a just a bug.

let-def commented 10 years ago

You're right, it makes no sense. Thanks!