Chen Bin

Results 87 issues of Chen Bin

download vim source code grep -rsn match_words _._

question

``` c if (...){ } else { ... } /* cursor here*/ ``` should jump back to "if" instead of "{"

``` python if ref_name.endswith('/') or \ ref_name.startswith('.') or \ ref_name.count('/.') or \ ref_name.count('..') or \ ref_name.endswith('.lock'): return False else: hello world ```

we need our Lisp API, better than nothing. Or maybe there is some hidden gem in Emacs?

cursor over `/` character and press % ``` javascript if (true /* test */) { } ``` happens in js2-mode but not c-mode