I added Syntastic plugin to Vim: https://github.com/vim-syntastic/syntastic.
When I write code and type: ":w", I do get an error check that looks like this:
What do I have to do to return to the state where I was before watching the error mode? I just want to return to "regular" insert mode in vim.