Charles Qiu

Results 6 comments of Charles Qiu

@teamblubee You shoud add the option below. Please refer the [g:ycm_collect_identifiers_from_tags_files](https://github.com/Valloric/YouCompleteMe#the-gycm_collect_identifiers_from_tags_files-option) option in YCM. ``` let g:easytags_opts = ['--fields=+l'] ```

@marcusbuffett The code below may solve your problem. But you should install [vim-rooter](https://github.com/airblade/vim-rooter) firstly, because the function "FindRootDirectory" comes from [vim-rooter](https://github.com/airblade/vim-rooter). ``` autocmd BufReadPre,FileReadPre * execute !empty(FindRootDirectory()) ? 'setlocal tags='...

@ches It always happens after I switch window from NERDTree to Ack quickfix, and then press v to open one of the results in a vsplit window.

![displaces](https://cloud.githubusercontent.com/assets/3848542/13384811/4e388c66-ded4-11e5-8a5a-145d1b1bb122.png)