lloeki / ex-mode

Ex mode for Atom
MIT License
169 stars 59 forks source link

%s: g and c flags feature #196

Open ghost opened 7 years ago

hultberg commented 7 years ago

They don't "work", because the flags g and c is not implement, because of that, I do not consider this a bug, but a feature request.

ecbrodie commented 7 years ago

Oh wow....I consider the implementation of this to be essential in my usage of VIM. I cannot see how my VIM coding sessions can continue to remain productive without these flags implemented.

ashwinvis commented 7 years ago

Can I also request to display a popup of how many substitutions were made (just like Vim does). This applies to all :s/ and %s/ commands.

Great job so far, vim-mode-plus and ex-mode makes Atom feel like Vim almost seamlessly. Global search and replace with confirmation is the only basic feature I personally found lacking.

gbertl commented 6 years ago

The c flag doesn't work for me yet but g works. Is this a bug or it's not yet implemented?

hultberg commented 6 years ago

@gilbertlcsndle Still not implemented.

@gilbertlcsndle @ecbrodie I welcome an PR if anyone has time. :-)

ecbrodie commented 6 years ago

I don't use VIM on VSCode anymore, too many hurdles to jump through to make it usable. Best of luck to whoever implements the PR.