mattn
mattn
Could you please try ``` let b:asyncomplete_refresh_pattern = "\\(/\\|\\k\\+\\)$" ``` FYI, this should be done before completion.
I still not understand what is the problem. If you are using Language Server for markdown, it should work well.
Probably, you are using Vim on WSL that is sharing `~/.vim` with Windows? And probably you clone the repository on Windows. Right? Then, you should not set autocrlf=true in your...
What do you get with? ``` $ wget https://raw.githubusercontent.com/prabirshrestha/asyncomplete.vim/master/autoload/asyncomplete.vim $ file asyncomplete.vim ```
This problem occured from 2014/1 on my environment (Windows7 32bit). https://github.com/ngaut/gearmand/issues/7 I don't have any test code. I run client/worker.py in your repository https://github.com/mikespook/gearman-go/tree/master/example/client https://github.com/mikespook/gearman-go/tree/master/example/py
Unfortunately, I don't have 32bit linux OS, and gearmand(C) doesn't work on windows. > Does the string "2553" have any special meaning in your application? Sorry, I don't write any...
I'm guessing this will occur on 32bit OS.
you can use https://github.com/mattn/go-isatty
how about `-color=[always|never|auto]` like ls command?
Ah, it seems that specification of `go fmt` changes recently. Sorry. I'll update this PR soon.