simplenote-vim / simplenote.vim

vim plugin to interact with the simplenote service
http://www.vim.org/scripts/script.php?script_id=3582
MIT License
368 stars 31 forks source link

Use prefixed commands rather than flags #63 #84

Closed andrey-starodubtsev closed 8 years ago

andrey-starodubtsev commented 8 years ago
m1foley commented 8 years ago

Thanks for doing this! If @mrtazz approves I'd like to have these prefixed commands be the default:

atomicules commented 8 years ago

I'll try to take a look over this weekend.

atomicules commented 8 years ago

Ok, I've had a play about with this and I like the idea of prefixed commands rather than flags. It makes tab completion much nicer in Vim.

So... I'm going to merge this in, but then meld it so it becomes the default (any only) way of doing things. Might take me a little longer as a result.

Thanks for doing this though!

atomicules commented 8 years ago

Actually made good progress soon. If I don't finish it up soon I'll push what I have to this pull request so you can at least see what I'm in the middle of doing.

atomicules commented 8 years ago

As promised, just pushed the work-in-progress stuff. Snowed under with work at the moment so it's taking me longer than expected to finish this off.

atomicules commented 8 years ago

What the hell, that branch doesn't seem to work at all now. I need some un-tired time to do this.

atomicules commented 8 years ago

Ok, I've started sorting out the mess I've made. I should hopefully get something pushed up later today.

Wooo... opensource can be embarrassing.