# HG changeset patch # User nirenjan # Date 1375146505 25200 # Node ID fa73ab8df568df23890e1bdaa8af19edca5d2d77 # Parent 56683eb09eccdb4a4baf43302761ed348197c1cc Fix sjl/learnvimscriptthehardway#63 `:help silent!` throws an error E149: Sorry, no help for silent!, however, `:help :silent` opens up the expected help file. diff -r 56683eb09ecc -r fa73ab8df568 chapters/53.markdown --- a/chapters/53.markdown Thu Apr 04 01:38:14 2013 -0400 +++ b/chapters/53.markdown Mon Jul 29 18:08:25 2013 -0700 @@ -256,5 +256,5 @@ Suppose you wanted to programatically force a reload of an autoload file Vim has already loaded, without bothering the user. How might you do this? You may -want to read `:help silent!`. Please don't ever do this in real life. +want to read `:help :silent`. Please don't ever do this in real life.