# HG changeset patch # User Steve Losh # Date 1350085804 14400 # Node ID 7d5493505f048828fea7d97f7150016806e36d2f # Parent ad477bf7ad4e85d4e2be6a6c28e490368854c14a Defer to Vim's help for some gory details. Thanks to @sedm0784 on GitHub for pointing this out.' diff -r ad477bf7ad4e -r 7d5493505f04 chapters/11.markdown --- a/chapters/11.markdown Fri Oct 12 19:42:20 2012 -0400 +++ b/chapters/11.markdown Fri Oct 12 19:50:04 2012 -0400 @@ -92,6 +92,9 @@ Not all options can be used with `setlocal`. To see if you can set a particular option locally, read its `:help`. +We've glossed over a bit of detail about how local options *actually* work. In +the exercises you'll learn more about the gory details. + Shadowing --------- @@ -113,6 +116,8 @@ Exercises --------- +Read `:help local-options`. + Read `:help setlocal`. Read `:help map-local`.