You need to be Payday Loans UK Why would you

E575: viminfo: Illegal starting char in line: ^E14

This error appearing when you start vim (or try to open\save file using vim editor): E575: viminfo: Illegal starting char in line: ^E14 Solution is: delete ifrom the home directory file ~/.viminfo: rm ~/.viminfo Do not worry – it is just file of history and can be deleted.

vim – howto delete blank lines

You can use :g/^\s*$/d in the vim redactor for cleaning file from blank lines