Monday, July 14, 2014

Re: how to hidden the ^M without change the file

I find the way:
call matchadd("Ignore", "\r")
于 2014年07月14日 08:05, Christian Brabandt 写道:
> Am 2014-07-14 11:21, schrieb fengidri:
>> when the file has '\r\n' and '\n', I donot want see the ^M, but I donot
>> want change the file.
>>
>> thanks!
>> feng
>
> You could use concealing:
>
> :syntax match ConcealCR /^\%x0d$/ conceal
> :set conceallevel=2 concealcursor=nv
>
> Best,
> Christian
>


--
--
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: