Results 128 comments of Luo Chen

Thanks, this is a very good PR, but I'm still wondering is there any situation which we want to use different value of tabstop, shiftwidth and softtabstop ? If there...

@jakubkarlicek I think there are at least three possible designs: first: ``` let g:indent_detector_indentation = 0 "for tab let g:indent_detector_indentation = 4 "for 4 spaces ``` second: ``` let g:indent_detector_indentation...

@jakubkarlicek And, maybe you also want to add a configuration option for `autoadjust` :)

@jakubkarlicek Oh, I checked this piece of logic, and find that what I want to do here, is **"if we find the indentation is 'more than 4 spaces', then we...

@jakubkarlicek I have talked about 3 questions, and the code your PR influenced is about the 1st question, but according to your last post, it seems that you are trying...

I'm sorry, I wanted to do this, but I'm not familiar with mocha, and don't know how to call the gulp command in mocha synchronously in an easy way.

I think you can try the following config: ``` let s:rainbow_conf = { \ 'separately': { \ 'csv': { \ 'parentheses': ['start=/\v[^,]+|(,\ze,)/ step=/\v\,/ end=/$/ keepend'], \ }, \ } \}...

try following: ``` let g:rainbow_conf = { \ 'guifgs': ['#98D1FB', 'darkorange3', 'seagreen3', 'firebrick'] \} ```

I find there is such a rule for vhdl builtin syntax: ``` vhdlStatement xxx inout restrict_guarantee failure block range map view body downto others return fairness force of strong shared...