I'm having trouble using `call operator#user#define('my-op', '<SID>Foo')` with a function `s:Foo`. If I remove the `<SID>` and `s`, things work as expected.
I'm having trouble using
call operator#user#define('my-op', '<SID>Foo')with a functions:Foo. If I remove the<SID>ands, things work as expected.