1
0
Fork 0
mirror of synced 2024-11-04 08:28:57 -05:00

Correct copy paste errors

This commit is contained in:
Martin Hans 2024-05-17 15:45:07 +02:00
parent 5444b76f9d
commit 4d7252fb24
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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