Ye Ding

Results 31 comments of Ye Ding

Ok, I have got your point, it seems quite possible now. Suppose you have read the source code, add a new argument (like `-external`) that makes CtrlSF read resultset/output from...

Looks like the `-external` can not be combined with other arguments, I think a new command may be better.

Sorry for this late reply. It's not an easy job to recognize *filename change*, since the lines does not always match (because ctrlsf accepts your deletion of some lines).

@dominikduda Not such a perfect solution. I'll consider it later, but neither the way, the implementation requires a lot of time. Thanks for your suggestion all the same.

It's not yet possible but the feature you mentioned sounds amazing, I'll consider it.

@Seybo I have implement a new command `CtrlSFFilter`, for solving your problem (I think it should), please checkout branch `feature/filter` and have a try. Any feedback is welcome.

It makes `CtrlSFPrompt` ambiguous and I think it's not as useful as thought, but you remind me that I can map a key for `CtrlSFFilter` in ctrlsf pane.

It is not impossible (by using `syntax region`) but needs a lot of work. I'll try to do it sometime, thank you for your suggestion.

If you are using `vim-trailing-whitespace` to highlight trailing spaces, please add ctrlsf to its ignoring files. ```vim let g:extra_whitespace_ignored_filetypes = ['ctrlsf'] ```

@pidansolo 这是个问题。按照设计sync模式需要支持Vim 7.4。