No matter what I put in the config file, autogenerating does not work, I have to press the key-binding, which on the other hand works fine.
As per default, this should work, but it does not. I guess, it has something to do with self.state.available, whatever that does in detail. the autogenerate-values is only used once and that is in an if-statement, asking if it is true but it is &&-linked with the self.state.available, which seems to be set to false in some functions.
No matter what I put in the config file, autogenerating does not work, I have to press the key-binding, which on the other hand works fine.
As per default, this should work, but it does not. I guess, it has something to do with
self.state.available
, whatever that does in detail. the autogenerate-values is only used once and that is in an if-statement, asking if it is true but it is &&-linked with theself.state.available
, which seems to be set tofalse
in some functions.