最近刚接触 vim,用了 spf13-vim,每次修改.vimrc 里面的东西后 source ~/.vimrc 总是会
~ ᐅ source .vimrc
.vimrc:1: command not found: Modeline and Notes {\n
.vimrc:3: command not found: \n
.vimrc:7: parse error near `|'
.vimrc:6: parse error in command substitution
.vimrc:5: no such file or directory: ___ _ __ / _/ |___ / __ __(_)_ __ ___\n
[2] 73847 exit 127
但是这些我都是有"注释的啊
" Modeline and Notes {
" vim: set sw=4 ts=4 sts=4 et tw=78 foldmarker={,} foldlevel=0 foldmethod=marker spell:
"
" __ _ _____ _
" ___ _ __ / _/ |___ / __ __(_)_ __ ___
" / __| '_ \| |_| | |_ \ _____\ \ / /| | '_ ` _ \
" \__ \ |_) | _| |___) |_____|\ V / | | | | | | |
" |___/ .__/|_| |_|____/ \_/ |_|_| |_| |_|
" |_|
"
" This is the personal .vimrc file of Steve Francia.
" While much of it is beneficial for general use, I would
" recommend picking out the parts you want and understand.
也就是说分辨不出来哪些是注释的内容。。。请问是怎么回事啊?