Tim Chase wrote:
KKde wrote:
One of my friend is facing problem, where in vim the end of line is
affixed with some box like character. Remember 'set list' is off.

Is there some setting that is causing to show some character at the
end of line?

No. Which indicates there is some character there. It would be helpful to put the cursor over it and use

   ga

(":help ga") to determine what the character is, or give a hex dump of the first couple offending lines.

It also occurs to me that, if you have long lines, and the right combination of 'wrap', 'listchars' and 'list' set, it would appear as if 'list' was off, but in reality was on, and the aux characters you see are defined in 'listchars'.

  :help 'wrap'
  :help 'listchars'
  :help 'list'

Otherwise, if you've truly vetted that 'list' is not set by issuing

  :set list?

then I'm pretty sure the character is actually in the file (which "ga" or a hex-dump would evidence).

-tim


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

To unsubscribe from this group, send email to vim_use+unsubscribegooglegroups.com or 
reply to this email with the words "REMOVE ME" as the subject.

Reply via email to