Evgeni Kolev

Results 22 comments of Evgeni Kolev

Just did a quick check - `v0.8.0` is the last working version, `v0.8.1` doesn't work: ``` (git-link--parse-remote "[email protected]:dir") ;; v0.8.0 returns ("my.company.internal" "dir/") ;; v0.8.1 returns ("my.company.internal" "/") ```

I use https://github.com/kana/vim-textobj-lastpat regularly (`/` text object matching last search pattern). I would really appreciate it if both targets.vim and vim-textobj-lastpat can coexist. Some suggestions: - option in targets.vim to...

Nice! Thank you, for pointing this out **and** for providing the patch to vim :)

This seems like a nice addition at first hand. However, I did a quick a prototype and this feature introduces a lot of distraction. I can share the prototype so...

What do you mean by custom evil operators? Operators you define yourself? Are you requesting something like `:visual-hint`, e.g.: ```emacs-lisp (evil-define-command my-custom-command (count) :visual-hint t ... ) ```

I don't think this could be achieved because `evil-define-operator` is part of evil's core. As of now, evil's goal is to mimic vim's behaviour, I don't think evil-goggles could soon...

Could you paste the whole custom operator code?

Probably it can be done with emacs' `after-change-functions / before-change-functions`. Suggestions, proof-of-concepts and PRs are welcome.

Until now evil-lion has been designed to not handle tabs. Supporting tabs would be a nice feature but the hard part would be to figure out what's the best behavior...

I see that it's not working correctly right now. I'll rename the issue and let you know when fixed