--- a/chapters/01.markdown Sun Nov 20 11:58:14 2016 +0000
+++ b/chapters/01.markdown Thu Dec 15 15:22:10 2016 -0500
@@ -60,7 +60,7 @@
Read `:help echom`.
-Read `:help messages`.
+Read `:help :messages`.
Add a line to your `~/.vimrc` file that displays a friendly ASCII-art cat
(`>^.^<`) whenever you open Vim.
--- a/chapters/42.markdown Sun Nov 20 11:58:14 2016 +0000
+++ b/chapters/42.markdown Thu Dec 15 15:22:10 2016 -0500
@@ -21,7 +21,7 @@
I've been using the word "plugin" to mean "a big ol' hunk of Vimscript that does
a bunch of related stuff". Vim has a more specific meaning of "plugin", which
-is "a file in `~/.vim/plugins/`".
+is "a file in `~/.vim/plugin/`".
Most of the time I'll be using the first definition. I'll try to be clear when
I mean the second.