Theerasak Photha 写道:
> On 3/8/07, Bin Chen <[EMAIL PROTECTED]> wrote:
>> Theerasak Photha 写道:
>> > On 3/8/07, Bin Chen <[EMAIL PROTECTED]> wrote:
>> >> I want to replace below scheme within one command, that is left the
>> >> capitalization the same but replace the word.
>> >>
>> >> SS->SS
>> >> ss->ss
>> >
>> > 'guw' in normal mode will lower case a single word. Not sure if that's
>> > what you're asking for...
>> >
>> Yes, it's not I am asking...
>>
>> Suppose I want to replace "start" to "stop" without changing the
>> capitalization, this will be:
>>
>> START -> STOP
>> start -> stop
>>
>> My prior question is wrong, sorry.
>
> Oh, well in that case:
>
> :%s/START/STOP/g
> :%/start/stop/g
>
So it can't complete in only one command?

Reply via email to