Short-circuit completion if line is NULL#703
Conversation
729c9e7 to
62853bc
Compare
62853bc to
1b56916
Compare
|
Sorry for the enormously late reply. Wouldn’t |
|
Done, though I don't think that this would be the intended course of action for most cases. Currently it predominantly arises due to a race condition after notebook having changed its structure, as in the standard notebook implementation Tab on an empty cell just gives you an indent (rather than a completion) - so returning a list of all completions did not seem important to me. But I am happy with propose solution as well (now comitted), I can see that it could be useful in certain cases. |
|
OK!, thank you for your PR! |
|
hello, i'm stupid and can you tell me how to use |
Fixes #702