do11

Results 11 comments of do11

Thanks! This is much better. I think additional option is not needed, just show output in this mode if context is 0 lines. Also, pls, highlight `-a` argument (which is...

Additional thought: if you choose rule to highlight both `-t` and `-a` (better in different colors but not necessarily), in that case text `(struct posix_acl *acl)` is not needed, as...

It works nice. Thanks much! ps. Ah. Except, in just `-t` mode, when symbol is already highlighted its second entry on the line is not highlighted. ![coccigrep-22-03-2018 0-42-59](https://user-images.githubusercontent.com/3757417/37739770-4f8a7690-2d6c-11e8-8fd5-a591eb350170.png)

I hope to see such projects too. Thanks!

Also, If I do `git rev-list HEAD -- README` I see lines with revs as they appear. In rugged I wait while library parses whole rev list and only after...

Same exception when uploading gpg-encrypted file into Yandex.Disk webdav using basic auth. This is when installed from `gem install`. It is **resolved**, though, when gem is installed directly from this...

> Did you have any issues building? No. It was as simple as ``` git clone https://github.com/devrandom/net_dav.git gem build net_dav.gemspec gem install ./net_dav-0.5.0.gem ``` Centos 6.6, but ruby is old...

Well, I still get timeouts on big files even with _curb_ installed. That's unfortunate. ``` /usr/local/lib/ruby/1.9.1/net/protocol.rb:146:in `rescue in rbuf_fill': Timeout::Error (Timeout::Error) from /usr/local/lib/ruby/1.9.1/net/protocol.rb:140:in `rbuf_fill' from /usr/local/lib/ruby/1.9.1/net/protocol.rb:122:in `readuntil' from /usr/local/lib/ruby/1.9.1/net/protocol.rb:132:in `readline'...

Thanks. Lets hope it's fixed in new ver. My gpg is 1.4.7, which one is used for encryption, I assume. I have also gpg2 (2.0.4) installed, but it seems not...

Same problem. Used 2.0.2 w/o any problem, then after gem update to 2.0.8 got this error with any operation. ``` $ GPGME_DEBUG=9 irb irb-f(main):001:0> require 'gpgme' GPGME 2015-04-03 09:44:37 gpgme_debug:...