Skip to content

Commit

Permalink
Used NOignorecase to demonstrate the ==? comparison operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvorle committed Apr 25, 2012
1 parent 4c9cce2 commit f82a522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/22.markdown
Expand Up @@ -90,7 +90,7 @@ extra sets* of comparison operators to deal with this.
Run the following command:

:::vim
:set ignorecase
:set noignorecase
:if "foo" ==? "FOO"
: echom "first"
:elseif "foo" ==? "foo"
Expand Down

0 comments on commit f82a522

Please sign in to comment.