hulucc

Results 46 comments of hulucc

你别用 `setfqlist()` 去添加而是加个 `\n` 应该就好了。

我设想的是 `:call setqflist([{'text': "abc\nabc"}],'a')` 或者 `:call setqflist([{'text': "abc\rabc"}],'a')` 不过实际试了下在qf里面碰到换行符并不会换行。。 ![image](https://user-images.githubusercontent.com/4343900/58330861-66552500-7e6a-11e9-8852-25a8ec2c9947.png) 这个还得想想其他办法

不是所有的场景都适合去加个pipe的。最好的有个能防止截断的兜底。

``` Plug 'skywind3000/asyncrun.vim', { 'on': ['AsyncRun', 'AsyncStop'] } ```

没仔细审题,应该是这样 ``` Plug 'skywind3000/asyncrun.vim', { 'on': ['AsyncRun', 'AsyncStop', '(asyncrun-qftoggle)'] } nmap (asyncrun-qftoggle) augroup asyncrun au! au User asyncrun.vim nnoremap (asyncrun-qftoggle) :call asyncrun#quickfix_toggle(10) augroup end

This will not work, it break something else

> > This will not work, it break something else > > What’s broken? I don't remember but i tired to change like this locally, somethings else go wrong.

I need this too.