Skip to content

Commit

Permalink
Merge pull request #7 from memerelics/RainbowParenthesesActivate
Browse files Browse the repository at this point in the history
Added RainbowParenthesesActivate command into plugin file
  • Loading branch information
kien committed Mar 5, 2013
2 parents 874367f + d9d5117 commit eb8baa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/rainbow_parentheses.vim
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

com! RainbowParenthesesToggle cal rainbow_parentheses#toggle()
com! RainbowParenthesesToggleAll cal rainbow_parentheses#toggleall()
com! RainbowParenthesesActivate cal rainbow_parentheses#activate()
com! RainbowParenthesesLoadRound cal rainbow_parentheses#load(0)
com! RainbowParenthesesLoadSquare cal rainbow_parentheses#load(1)
com! RainbowParenthesesLoadBraces cal rainbow_parentheses#load(2)
Expand Down

0 comments on commit eb8baa5

Please sign in to comment.