Milly

Results 63 comments of Milly

I'm created #743 that part of bug fixes of this PR.

@mattn > Closed by #743 ? It's includes only bug fixes that is part of this. I'm rebased, skip these commits and force pushed.

Why does `polyglot#init#is_disabled()` try to source all autoload script of `a:path` in runtimepath? https://github.com/sheerun/vim-polyglot/blob/4d4aa5fe553a47ef5c5c6d0a97bb487fdfda2d5b/autoload/polyglot/init.vim#L23-L37 I made the following changes and it worked fine. ```vim func! polyglot#init#is_disabled(caller, name, path) return has_key(g:polyglot_is_disabled,...

#804 Windowsだけ `fnamemodify()` 動作違う問題。

Thx @syohex . I decided to use [highway](https://github.com/tkengo/highway) on Cygwin. (It's implements by C.) And to use pt on Windows cmd.exe (highway does not support Windows now.) But, I think...

@monochromegane v2.1.1 Windows binary is correct? `--color` option with redirect is not working. (Linux binary is working.) But, local build binary is working... ![ss1](https://cloud.githubusercontent.com/assets/22977/13432867/bd267aea-e012-11e5-851b-e91559a3a40f.png)

It's works on cygwin bash in cmd.exe. But not works with mintty, cygterm or gnu screen. Problem is tty detection on cygwin. Same problem #132 (Stdout detection)

## Note についての提案の変更 * `Note:` は `注記:` とする。 * `注記:` のハイライトを定義する。 ## Deprecated についての提案の追加 * `DEPRECATED:` は `非推奨:` とする。 * `非推奨:` のハイライトを定義する。 * `非推奨` (コロンが無い)もハイライトしてしまっても問題ない気もする。 → やっぱりコロン無しのハイライトはやめておく。

@h-east @k-takata 何かご意見ありましたらお願いします。

## 文中の `Note that ~` の翻訳について 過去の議論が issue #61 にある。 * ハイライトによる視覚効果を期待したいので `注記: ~` に統一したい。 * 普通に翻訳されている箇所も `注記: ~` 形式に変更する。