| Summary: | replace to be able to delete empty lines | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Jaime Torres <jtamate> |
| Component: | general | Assignee: | Anders Lund <anderslund> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | CC: | webmaster |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jaime Torres
2003-03-14 11:15:38 UTC
*** Bug 55954 has been marked as a duplicate of this bug. *** > NOTE: I do not know also how to do it with VI.
In Vim you can achieve this with the command ":%s/^\n//g".
|