vim-unite-history
vim-unite-history copied to clipboard
offset on search
I just saw that offset doesn't work either:
ie: /pattern/s+3. When you make default action in vim history, you are looking for pattern/s+3. I'm trying to figure out where is stored the offset value
The search command is executed by kind-command. This is contained in unite core. @Shougo How are you thinking about this?
:Unite history/command -select=3 -input=pattern
@thinca did you manage to get shougo solution work ?
@pelodelfuego You should read the issue template and upload reproduce ways.
I will check it.
https://github.com/Shougo/unite.vim/issues/584
@thinca If the offset feature is not work, it is unite-kind-command problem. But I cannot reproduce it.
I think pattern :+3 is better. unite.vim can execute command after jump.
I get it. But to support this feature is not easy. I don't want to add the feature.
If the feature has the advantage, please explain it to me.