Daan Bakker

Results 6 comments of Daan Bakker

Can't you just use `.git` (or your source control) as your root marker?

Thank you for taking the time to write such a detailed response. :) ### My use case I'm working on a password generator similar to [supergenpass](https://github.com/chriszarate/supergenpass). I need an algorithm...

Good point! But before merging it in I think I will first add a couple of unit tests this weekend to make sure it doesn't trip anything up. (Until now,...

That's an interesting idea. Here are my thoughts: Writing something like `endfunction` definitely seems a lot clearer and better form then `endf`, although there is some benefit to writing the...

> I see the code already includes a list of ex commands and an expand() function, so the work may be mostly done =). Yeah it should be a pretty...

> (Kinda off-topic but an export to quickfix would be nifty ;) ) Actually, syntastic has the `:Errors` command which can do this. :) Just wanted to let you know...