Linked Questions

Popular Questions

Cannot disable vim line break symbols

Asked by At

I had recently updated some of the plugins in vim.After that a "$" sign is appearing in all the line ends of the file. I understand this is a line break issue . I added the following lines in vimrc

set wrap
set linebreak
set nolist

But still the $ sign is there.

The funny part is ,if I use set nolist in any of the file it removes the $ sign. But it is not picking from vimrc. any solution for this?

Related Questions