in vim, I can set local configuration as
setlocal number
How I can set a local match only for specific filetype?
I use this:
autocmd! BufEnter *.py,.vimrc,*.sh,*.c* :match ColorColumn /\%>80v.\+/
… but when I open a file of another filetype, in the same session, this gives me the match ColorColumn.