Tuesday, August 18, 2015

RE: displaying ^M carriage returns in a file, like the 'old' vi used to do

> So, the question has been raised, and I'm posting it to this group. Is there a
> simple method, in vim, of displaying ^M carriage return characters as a
> precaution or test when their presence in a file can be detrimental, if not
> catastrophic?

There is some good information at:
http://vim.wikia.com/wiki/File_format

To be sure there are no lingering ^M you can search:

/\r

In a search, \r finds ^M.

John


--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: