I don't want to know about why you should not auto-save or there is swap file etc or whatever reason to not auto-save.
I simply want to auto-save the current working file to save in every 1 second in vim.
How can I achieve this?
This saves the buffer whenever text is changed. (Vim 7.4)
autocmd TextChanged,TextChangedI <buffer> silent write