sihunqu123

Results 8 issues of sihunqu123

I know we can pass the `$*`(the grep text) to `grepprg`, but can we also specify the root-directory I want to grep from? i.e. ```vim let g:grepper = { \...

Config: ```javascript let g:grepper = { \ 'grep': { \ 'grepprg': 'grep -Rn $* .' \ }, \ 'grepI': { \ 'grepprg': 'grep -Rni $* .' \ }, \ 'grepFile':...

Grepper works well with folder: ```bash :Grepper -tool grep -noprompt -quickfix -highlight -grepprg grep -n -i name ./src ``` While works bad with file: ```bash :Grepper -tool grep -noprompt -quickfix...

Verified,l it works on my MacOS. But it doesn't support my Windows10.

The converting process succeeds without any warning/error. But there is nothing found in the created srt file, whose `input` is the song `California Dreaming`, which should have some English words....

I know we can do it via GUI. But it would be much more convenient if we can do it via CMD. e.g. `java -jar dualsub.jar --input-subtitle1 1.srt --input-subtitle2 2.srt...

When close a tab with `tab n`, where n is the tab number to be close, then `c` won't works.

Apart from the `READEME.md`, we still have so many options that we have no idea what effect they have. See Would someone be able to help document all of them?...