dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 3d935d31a75426932a65ba09b9e38c1dd4d7d490
parent 1868606e26dcd03499d4008accf2ec0c9b112068
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Tue, 16 Dec 2014 21:00:38 -0800

Update README

Diffstat:
README.md | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -52,13 +52,12 @@ because if Vim sees a `.vimrc` file in the home directory then it automatically sets no compatibility. But however, if you load a `.vimrc` using `vim -u .new_vimrc` or `:so .new_vimrc` then it will load Vim being compatible with Vi, if it does not contain `set nocompatible`. It is also a case of better safe -than sorry, adding one line of 16 charaters to your `.vimrc` file won't hurt. +than sorry, adding one line of 16 characters to your `.vimrc` file won't hurt. ##Contact -Check out our website at [techandcode.com](http://techandcode.com) for more, -tech and code. If you have any questions please contact me at edvb54@gmail.com -or leave a comment wherever. +If you have any questions or comments please contact me at edvb54@gmail.com or +leave a comment wherever. -ED