Communities for your favorite technologies. Explore all Collectives
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
thisThis is the text in my file, which I'm editing with vim:
I want to change it to the the following content as next using regular,:
I have trytried using this regular expression :%s/^.*$/\g<0>,\g<0>/g,it's no but it's not working..
:%s/^.*$/\g<0>,\g<0>/g
this is the text in my vim
I want to change it to the content as next using regular,
I have try :%s/^.*$/\g<0>,\g<0>/g,it's no working..
This is the text in my file, which I'm editing with vim:
I want to change it to the the following content:
I have tried using this regular expression :%s/^.*$/\g<0>,\g<0>/g, but it's not working..