1. 程式人生 > >vim problem E10: \ should be followed by /, ? or &

vim problem E10: \ should be followed by /, ? or &

原因:You are trying to use line continuation when vim is in compatible mode.

解決:To remove the second case run vim using vim -N. If no errors appear, add set nocompatible at the top of the vimrc.