Results 17 issues of Zhao Cai

I just found this very handy tool. Great Job! One thing I notice that is missing is fold marker support! It should be easy to parse based on `&fmr`. Will...

parser
request

Correct me if I am wrong... unite-outline seems only work with current buffer. Any way to allow heading extracting from arbitrary file? or even from multiple files...

request
core

> Refer to #71 To support custom filetype like autohotkey, the LANG_TO_FILETYPE map inside `ycmd\cpp\ycm\IdentifierUtils.cpp` needs to be patched. ``` cpp // List of languages Exuberant Ctags supports: // ctags...

> Refer to #70 It is not working after I directly modify the [default_settings.json](https://github.com/Valloric/ycmd/blob/master/ycmd/default_settings.json) file and set `"collect_identifiers_from_tags_files": 1`. Then I read the `ycmd` code and find [identifier_completer.py](https://github.com/Valloric/ycmd/blob/master/ycmd/completers/all/identifier_completer.py#L167): ``` py...

use to separate columns in output_tasks which is aligned and easy for other program to parse.

## Steps to reproduce 1. enter debug mode `:breakadd func some_func` 2. step to some func `>step` 3. now you are in the infinite loop. You will have to kill...

1. fix ' Otherwise, you get ``` xml title' subtitle' icon.png' ``` extra ' is added to each item 1. should add /g for sed 2. faster to concatenate sed...

## Immersive Jump Label Style As discussed in issue #5, word-based jump generates too many labels. The result is interruptive due to the sudden emerging of numerous colorful labels. This...

![soft-wrap-issue](https://dl.dropboxusercontent.com/u/1897501/Screenshots/atom-smalls-soft-wrap-issue.png) As shown above, the search key is `a` but the jump labels are shown in wrong places.