Kai
Kai
@kadaan Hiya, can I help with getting this PR merged?
@kadaan Thanks for your blessing (and my bad, thought you were the maintainer) @arkadiyt Hiya, what work is necessary to get this merged?
What about comments from users (during the initial report)? I've got a PR I can submit if there's interest. :]
Ah, digging into it, looks like it's because `lightline` isn't loaded for the buffer yet when Goyo runs?
Adding something like this works, but maybe there's a cleaner way: ``` au WinEnter,BufEnter * call lightline#init() au WinEnter,BufEnter * Goyo ```
Hi. Could you provide a concrete example of what you'd like to accomplish?
@pervostas this isn't supported atm and would have to be added as an option (to prevent existing descriptions from breaking)
@quintanilhar I'd be willing to accept a PR for this feature. Each Search object has a `state_data` field that could be used to store this context.
You may want to try the experimental code on the es-5.x branch. Note that you'll need to run composer like so: `COMPOSER=composer-es6x.json composer install`
Looking into some odd behaviour on ES6.0. Assuming `state` is mapped as an integer and that `default_operator: OR`, `state:(0 1)` returns different results from `state:(0 OR 1)`.