Correct copy paste errors
This commit is contained in:
parent
5444b76f9d
commit
4d7252fb24
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ cd $1
|
||||||
|
|
||||||
VIMRC="\" DO NOT EDIT THIS FILE
|
VIMRC="\" DO NOT EDIT THIS FILE
|
||||||
\" Add your own customizations in $1/my_configs.vim
|
\" Add your own customizations in $1/my_configs.vim
|
||||||
\" See ~/.vim_runtime/README.md \"How to include your own stuff\" for further options.
|
\" See $1/README.md \"How to include your own stuff\" for further options.
|
||||||
|
|
||||||
set runtimepath+=$1
|
set runtimepath+=$1
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ set -e
|
||||||
cd ~/.vim_runtime
|
cd ~/.vim_runtime
|
||||||
|
|
||||||
echo '" DO NOT EDIT THIS FILE
|
echo '" DO NOT EDIT THIS FILE
|
||||||
" Add your own customizations in $1/my_configs.vim
|
" Add your own customizations in ~/.vim_runtime/my_configs.vim
|
||||||
" See ~/.vim_runtime/README.md "How to include your own stuff" for further options.
|
" See ~/.vim_runtime/README.md "How to include your own stuff" for further options.
|
||||||
|
|
||||||
set runtimepath+=~/.vim_runtime
|
set runtimepath+=~/.vim_runtime
|
||||||
|
|
Loading…
Reference in a new issue