Fity Yang

Results 8 comments of Fity Yang
trafficstars

This issue is caused by the builtin json.vim which also uses the `conceal` feature. see [here](http://qiita.com/karur4n/items/a26007236c59c5fb8735) for some related discussion. I use these settings to walk around. ``` autocmd InsertEnter...

看起来 `PR` 提错了。。。 从 `master` 提到 `develop` 了。。。 顺便,原则上自己 `fork` 的 `master` 应该只拿来和上游仓库同步用。新功能的开发应该开一个新分支来做,然后直接从这个分支提 `PR` 到上游。(所以需要一个 `master` 来和上游仓库保持同步)。具体细节可以找点 `github flow` 之类的东西看看

@lzjun567 小伙子妳再想想?你这个是写在测试用例里了,那如果你不跑测试用例呢?你写测试用例的目的到底是为了验证自己代码写的没错还是验证和知乎的交互协议没问题?

@lzjun567 其实你的测试用例只需要(并且只应该)测试你自己的代码没有问题。协议的问题应该在另外的地方验证。这和你测试玩不完善没什么关系。 你想想你跑测试的时机。你代码写完了,没什么原因的话你是不会去改代码的,然后也就不会去跑测试了。那这段时间内协议如果变了呢?你怎么知道这个变化? 小伙子还不错的,再想想。当上CTO,迎娶百富美不是梦。

For the following dirs: ``` /foo/foobar /foo ``` Is it possible that I type `z foo` and take me into `/foo/bar` if I am in the `/foo/` dir? Or, how...

+1 for this issue. And it will enter insert mode after ESC.