Hi I have a large text files where I want to fix paragrahs that have white lines So I want to a) search for white lines (these can be 1 or more after each other) b) If the next none-white line is a not a capatial letter the founded white lines should be removed.
So I want the following text: ----------------------------- Blablabla blablabla blablabla blablabla blablabla blablabla blablabla Blablabla blablabla blablabla. And blablabla. Xyzxyz xyzxyz xyzxyz xyzxyz xyzxyz xyzxyz xyzxyz xyzxyz xyzxyz. Abcabc abcabc..... ----------------------------- Most be changed into removing the white line in the "xyz section": So ----------------------------- Blablabla blablabla blablabla blablabla blablabla blablabla blablabla Blablabla blablabla blablabla. And blablabla. Xyzxyz xyzxyz xyzxyz xyzxyz xyzxyz xyzxyz xyzxyz xyzxyz xyzxyz. Abcabc abcabc..... ----------------------------- How to do that? Rgds, Jeri --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
