Reputation: 1833
I have written
autocmd! FileType tex set nonumber
in my _vimrc
(running Windows), but when I open up my test.tex
I still see line numbers.
If, after opening the file, I type set filetype=tex
then the line numbers disappear.
How can I get it to evaluate when I open the file?
Upvotes: 0
Views: 361