jeffkreeftmeijer / vim-numbertoggle

Toggles between hybrid and absolute line numbers automatically
https://jeffkreeftmeijer.com/vim-number/#automatic-toggling-between-line-number-modes
MIT License
682 stars 49 forks source link

Still supported? #7

Closed greduan closed 11 years ago

greduan commented 11 years ago

@jeffkreeftmeijer Hi.

I was just wondering, do you still support this? If yes, you might be interested in checking my fork, I added some functionality that I consider very important. :wink:

What I added was the ability to know if the current buffer is a [Command Line] buffer, which you can call by using q:, q/ and q?.

I made it recognize it, and only show permanent line numbers on it, which is the only thing necessary. Relative line numbers are not necessary in this kind of buffer, but knowing what entry in the history we're checking is very useful, so I added this.

If you do consider it important, please tell me so that I may do a pull request. If you do not support it, then may it be possible that you pass the ownership of this repo to me? Seeing how I am able and willing to continue to support this?

Thanks, sincerely, Eduan

greduan commented 11 years ago

@ EVERYONE! I will support this myself in my fork until @jeffkreeftmeijer gives an answer, or is active again. Any questions or issues you have please post them at my fork.

jeffkreeftmeijer commented 11 years ago

Hey Eduan,

As you've probably noticed, I don't have a lot of time to go around checking out others people's forks to see what they changed. If you have a change you want me to check out or pull in upstream, please send me a pull request. Also, there's no need to try hijack my project by telling others to post their questions about this project to your fork. Let's continue this conversation in #8.