From 6357ed94dc2073953310845b73e851ce7bc1a2b2 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Fri, 7 Nov 2014 01:12:51 -0700 Subject: [PATCH] Add saving of .vimrc to the install instructions --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 4608b13..9aa426c 100644 --- a/README.markdown +++ b/README.markdown @@ -90,7 +90,7 @@ Add to your `.vimrc`: Plugin 'reedes/vim-pencil' ``` -…then run the following in Vim: +…save and then run the following in Vim: ```vim :source % @@ -107,7 +107,7 @@ Add to your `.vimrc`: Plug 'reedes/vim-pencil' ``` -…then run the following in Vim: +…save and then run the following in Vim: ```vim :source % @@ -122,7 +122,7 @@ Add to your `.vimrc`: NeoBundle 'reedes/vim-pencil' ``` -…then run the following in Vim: +…save and then run the following in Vim: ```vim :source %