From 8805ec383469842093cc01e454ac6a0b4921dfd1 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 12 Aug 2013 01:57:15 +0900 Subject: [PATCH] Update EXAMPLES.md --- EXAMPLES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index 7f705cd..52d4778 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -273,10 +273,10 @@ let g:easy_align_ignore_unmatched = 0 " 2. Using :EasyAlign command with ignore_unmatched option " 2-1. Using predefined rule with delimiter key # " - "iu" is fuzzy-matched to "*i*gnore_*u*nmatched" -:EasyAlign#{'iu':0}` +:EasyAlign#{'iu':0} " 2-2. Using regular expression /#/ -:EasyAlign/#/{'is':['String'],'iu':0}` +:EasyAlign/#/{'is':['String'],'iu':0} " 3. Update the alignment rule with ignore_unmatched option let g:easy_align_delimiters['#'] = {