# HG changeset patch
# User Martin Lundberg <martin.lundberg@gmail.com>
# Date 1341565188 -10800
# Node ID 5d5ce69f0944f61122d205be9f01ba516850e199
# Parent  7a638cd48d4895b9d6bfe6b5a0c33c80d4bbd634
Clarifies what happends when the user opens vim after change

Running echom in a syntax file actually do echo the message when you start vim.

diff -r 7a638cd48d48 -r 5d5ce69f0944 chapters/45.markdown
--- a/chapters/45.markdown	Sat Jun 16 16:25:45 2012 -0400
+++ b/chapters/45.markdown	Fri Jul 06 11:59:48 2012 +0300
@@ -17,8 +17,8 @@
 
     let b:current_syntax = "potion"
 
-Close Vim, and then open your `factorial.pn` file.  Nothing will happen, but if
-you run `:messages` you'll see that the file was indeed loaded.
+Close Vim, and then open your `factorial.pn` file. When Vim opens the message
+above is echoed, which indeed tells you that the file has been loaded.
 
 **Note:**  Whenever I tell you to open the Potion file I want you to do it in
 a *new Vim window/instance* instead of in a split/tab.  Opening a new Vim window