Reword some comments and correct paths in the Readme.

This commit is contained in:
2020-08-27 21:35:45 +02:00
parent 5cf7225f52
commit 9e9161083d
3 changed files with 11 additions and 11 deletions

6
.vimrc
View File

@@ -1,9 +1,9 @@
" vim configuration file
" you will need to put 'set exrc' and 'set secure' into your main .vimrc file,
" You will need to put 'set exrc' and 'set secure' into your main .vimrc file,
" in which case this file will be loaded automatically, but *only* if you
" start vim in this dir, or you can just load it directly with ':so .vimrc'
" every time.
" start vim in this dir. Alternatively you can just load it directly with
" ':so .vimrc' every time.
set tabstop=4
set shiftwidth=4
set expandtab