Skip to content

Commit

Permalink
better completion prefix for 1-line if
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Liyanage committed Feb 10, 2010
1 parent 4843635 commit 7abb053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyMacros.xctxtmacro
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
Name = "If Block Single Statement";
IsMenuItem = YES;
OnlyAtBOL = YES;
CompletionPrefix = if1;
CompletionPrefix = iff;
CycleList = (
c.block.if.singlestatement,
c.block.if,
Expand Down

0 comments on commit 7abb053

Please sign in to comment.