Skip to content

Commit

Permalink
The optional arguments to +span and +column should default to true if…
Browse files Browse the repository at this point in the history
… passed.
  • Loading branch information
chriseppstein committed Jul 2, 2009
1 parent 0941cd1 commit 74dd3e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Snippets/+column (n, last).tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>+column(${1:!n}, ${2:!last})</string>
<string>+column(${1:!n}, true)</string>
<key>name</key>
<string>+column (n, last)</string>
<key>scope</key>
Expand Down
4 changes: 2 additions & 2 deletions Snippets/+span (n, override).tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>+span(${1:!n}, ${2:!override})</string>
<string>+span(${1:!n}, true)</string>
<key>name</key>
<string>+span (n, override)</string>
<string>+span (n, important)</string>
<key>scope</key>
<string>source.sass</string>
<key>tabTrigger</key>
Expand Down

0 comments on commit 74dd3e9

Please sign in to comment.