spf13 / spf13-vim

The ultimate vim distribution
http://vim.spf13.com
Apache License 2.0
15.56k stars 3.63k forks source link

Set nolist in .vimrc.local not working #285

Open GameGamer43 opened 11 years ago

GameGamer43 commented 11 years ago

I'm trying to use 'set nolist' in .vimrc.local however it doesn't seem to override the default behavior or 'set list' in .vimrc. However 'set nolist' works as expected when called from within Vim .

mbrevda commented 11 years ago

Same here - while most non-printing chars are hidden, the tab highlighting isnt

mbrevda commented 11 years ago

setting let g:indent_guides_enable_on_vim_startup=0 in .vimrc.local removes the whitespace

bronzehedwick commented 10 years ago

@GameGamer43, is this issue still occurring? I am seeing set nolist working correctly.

kevinwaddle commented 10 years ago

I still see it when editing go files. So maybe the language specific plugins are overriding it? I haven't had a chance to look in the vim-go source to see.

kiranps commented 9 years ago

remove set nowrap from vimrc