Results 5 comments of Doh

Inspired by @aandrieiev 's answer. This will also work: ``` let g:ctrlp_user_command = '[ $PWD == $HOME ] && echo "In HOME Directory" || ag %s ""' ``` You can...

The `count` function is only registered in the listener of `DebuggerUI.source_sigwrap`, which doesn't have control of "Up" and "Down". But I think it's doable if we register it as a...

Working on a PR, will submit a merge soon

Thanks for the suggestion, but I don't see an easy way to accomplish it. Ideally if there a Vim function that does that, it would be easy to implement.