Re: Remove spaces and line breaks and make single line wihtout spaces

2012-07-20 Thread Jürgen Krämer
Hi, Am 20.07.2012 11:09 schrieb vicky b vickyb2...@gmail.com: HI, I dint find any specific solution for my problem even after much of googling i have following line ?xml version=1.0 encoding=UTF-8?SupportItem ItemInfo NameFirst Name/Name TypeINPUTEXT/Type Value/Value

Re: Remove spaces and line breaks and make single line wihtout spaces

2012-07-20 Thread Tony Mechelynck
On 20/07/12 09:19, vicky b wrote: HI, I dint find any specific solution for my problem even after much of googling i have following line ?xml version=1.0 encoding=UTF-8?SupportItem ItemInfo NameFirst Name/Name TypeINPUTEXT/Type Value/Value Mandatorytrue/Mandatory Description/Description

Re: Remove spaces and line breaks and make single line wihtout spaces

2012-07-20 Thread Dominique Pellé
Jürgen Krämer j...@habel.de wrote: Hi, Am 20.07.2012 11:09 schrieb vicky b vickyb2...@gmail.com: HI, I dint find any specific solution for my problem even after much of googling i have following line ?xml version=1.0 encoding=UTF-8?SupportItem ItemInfo NameFirst Name/Name

Re: Remove spaces and line breaks and make single line wihtout spaces

2012-07-20 Thread Jürgen Krämer
Am 20.07.2012 11:30 schrieb Dominique Pellé dominique.pe...@gmail.com: Jürgen Krämer j...@habel.de wrote: Hi, Am 20.07.2012 11:09 schrieb vicky b vickyb2...@gmail.com: HI, I dint find any specific solution for my problem even after much of googling i have following line

Re: Remove spaces and line breaks and make single line wihtout spaces

2012-07-20 Thread Nicolas Dermine
On 20 Jul 2012 11:30, Dominique Pellé dominique.pe...@gmail.com wrote: Jürgen Krämer j...@habel.de wrote: Hi, Am 20.07.2012 11:09 schrieb vicky b vickyb2...@gmail.com: HI, I dint find any specific solution for my problem even after much of googling i have following line

Re: Remove spaces and line breaks and make single line wihtout spaces

2012-07-20 Thread vicky b
Did that but still spaces in between .I have higlighted one of the spaces. ?xml version=1.0 encoding=UTF-8?SupportItem ItemInfo NameFirst Name/Name TypeINPUTEXT/Type Value/Value Mandatorytrue/Mandatory Description/Description ImagePath/ImagePath MaxLength100/MaxLength /ItemInfo

Re: Remove spaces and line breaks and make single line wihtout spaces

2012-07-20 Thread Asis Hallab
2012/7/20 vicky b vickyb2...@gmail.com Did that but still spaces in between .I have higlighted one of the spaces. Try either :%s/\s*\n\s*//g or :%j and subsequently :%s#\M\s\+##g Cheers! ?xml version=1.0 encoding=UTF-8?SupportItem ItemInfo NameFirst Name/Name TypeINPUTEXT/Type

Re: Remove spaces and line breaks and make single line wihtout spaces

2012-07-20 Thread Bee
Am 20.07.2012 11:09 schrieb vicky b vickyb2...@gmail.com: Did that but still spaces in between . ?xml version=1.0 encoding=UTF-8?SupportItem ItemInfo NameFirst Name/Name TypeINPUTEXT/Type Value/Value Mandatorytrue/Mandatory Description/Description ImagePath/ImagePath

Re: Remove spaces and line breaks and make single line wihtout spaces

2012-07-20 Thread Andy Spencer
On 2012-07-20 12:49, vicky b wrote: ... i want to have it as below all line merged as single line and no spaces at all ?xmlversion=1.0encoding=UTF-8?SupportItemItemInfo... You can select the text and use gJ, which acts like J but doesn't insert spaces between lines. It won't remove the

Re: Remove spaces and line breaks and make single line wihtout spaces

2012-07-20 Thread Gary Johnson
On 2012-07-20, vicky b wrote: On Fri, Jul 20, 2012 at 3:31 PM, Nicolas Dermine wrote: On 20 Jul 2012 11:30, Dominique Pell wrote: J rgen Kr mer wrote: Hi, Am 20.07.2012 11:09 schrieb vicky b: HI, I dint find any specific solution for my problem even after

Re: Remove spaces and line breaks and make single line wihtout spaces

2012-07-20 Thread BPJ
On 2012-07-20 11:23, Tony Mechelynck wrote: You shouldn't have used Google; use the help (Vim is the only program I know which has a help worth using): see Agreed, but you still often need Google to find out where to look in the help system! :( /bpj -- You received this message from the