protist

Results 201 comments of protist
trafficstars

> I'm not sure if you have to use `source zimfw.zsh install` when you are preforming a manual packaging. I'd say you don't have to. @WyRe I think we're on...

Thank you for the input @bbaserdem. * Given this repo has started tagging versions, I was planning on creating a `zsh-zim` package in the AUR. * >or we can use...

Yes, your code block is what I'm expecting. IMO merely passing "is this a valid entry" test shouldn't cause tab to move on, to the end of the line. Instead,...

I'm not sure if you mean you are not sure what part of the code to change, or what end behaviour to change? If the latter, then my primary expectation...

@ericbn That looks ideal from your example, but it doesn't seem to work for me. It still has the same behaviour as prior to changing that setting. i.e. it still...

Thank you @ericbn. That commit works perfectly! Now the behaviour is as follows. ``` $ touch bar $ touch foo-bar ^ cursor here $ touch foo-bar ^ cursor here --...

I haven't really noticed anything annoying yet personally, but I think I probably agree with you conceptually. Presumably, if you have `barty` and `foobar` in a directory, then typing `bar`...

No worries @ericbn. Thank you for the quick fixes and responsiveness! Unfortunately though, the behaviour of your latest commit is essentially back to where we started! ``` $ touch foo-bar...

@AtomicCoding I don't think you are testing the same thing, but it's hard to tell without knowing your directory's contents. In your example, create another file called `mafoobarin.py` first, then...