How can I make SublimeText2 keep this special character instead of dropping to a new line?
Code in Solaris using vi:
- Code: Select all
$line=~ s/^M//g;
Code after copied and pasted into SublimeText2:
- Code: Select all
$line=~ s/
//g;
$line=~ s/^M//g;$line=~ s/
//g;Users browsing this forum: Google [Bot] and 10 guests