# HG changeset patch # User Steve Losh # Date 1338671376 14400 # Node ID 90badcd0796927270c2d6f32609ff8e895fdbe97 # Parent 0b12384d1397433b671c80d44029645484c4c40f# Parent f63382a5e43e36692a9eea9bfc2463295799a62a Merge. diff -r 0b12384d1397 -r 90badcd07969 chapters/22.markdown --- a/chapters/22.markdown Thu May 17 12:39:10 2012 -0400 +++ b/chapters/22.markdown Sat Jun 02 17:09:36 2012 -0400 @@ -90,7 +90,7 @@ Run the following command: :::vim - :set ignorecase + :set noignorecase :if "foo" ==? "FOO" : echom "first" :elseif "foo" ==? "foo"