aletheia7

Results 3 issues of aletheia7

### What did you do? (required. The issue will be **closed** when not provided.) I was editing a go file and issued `:GoInstall` The problem is repeatable. It seems that...

bug

Syntax highlighting works great for key/value pairs such as: ``` Description=Expense ``` Syntax highlighting does not work for lines like: ``` Description = Expense ``` Could you enable the script...

Can you add Socket.SetFd() to support [zmq_setsockopt(ZMQ_PRE_ALLOCATED_FD)](https://github.com/zeromq/libzmq/commit/4bcbb3055ebf6753a2135fb3132311603d6ea930).This socket option was added to https://github.com/zeromq/libzmq/commit/4bcbb3055ebf6753a2135fb3132311603d6ea930. I would like to use [Linux systemd Socket Activation](http://0pointer.de/blog/projects/socket-activation.html) instead of Socket.Bind().