Basically the title. When I include in my vimrc
set iskeyword-=_
and save it, when I reload gvim and type
:set iskeyword
I still see
iskeyword=@,48-57,_,192-255
As you can see, the '_' is still there. If I just :set iskeyword-=_
it works as intended. Why doesn't this work from my vimrc? Is there an alternate way I can get around this and if so how?