Ye Ding

Results 27 comments of Ye Ding
trafficstars

I'm afraid there is no easy way currently, it requires code changes.

@bew It works, but you should turn on `regex` flag by `let g:ctrlsf_regex_pattern = 1` or use command `:CtrlSF -R '\bsome_word\b'`. This is so because ctrlsf is searching literally by...

Sorry for this late review. I have tested this branch, it works well but has some little problem. I found that saved entry is not exactly right (the line number...

Looks interesting, I'll take time to implement it.

There is a fundamental problem that the line number in result pane is solid characters, which makes it difficult to match multiline objects (for highlighting) without interfering with line numbers.

I have created a branch `feature/add-devicon` and added basic devicons (depending on [vim-devicons])(https://github.com/ryanoasis/vim-devicons). But colored devicons need further works. You can work on my branch and [this](https://github.com/ryanoasis/vim-devicons/wiki/FAQ-&-Troubleshooting#how-did-you-get-color-matching-based-on-file-type-in-nerdtree) can tell you...

Thank you for so comprehensive issue along with the root cause you found! I prefer the second approach but as you said it's a fundamental change.

The error messages implies it's more likely a problem related to nvim. Sorry for that I'm not using nvim so I can't figure out the root cause, but updating your...

It's almost impossible because the context lines to show must exist at first, but in your case, they do not exist at all in anywhere of Vim. But what plugin...