Skip to content

Commit

Permalink
Fixed 'end' keyword missuse. See:
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Aug 22, 2016
1 parent 6346dfe commit bc44e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Matlab/method.sublime-completions
Expand Up @@ -861,7 +861,7 @@
{"trigger": "empty\tMatlab method", "contents": "empty(${1:args})"} ,
{"trigger": "enableNETfromNetworkDrive\tMatlab method", "contents": "enableNETfromNetworkDrive(${1:args})"} ,
{"trigger": "enableservice\tMatlab method", "contents": "enableservice(${1:args})"} ,
{"trigger": "end\tMatlab method", "contents": "end(${1:args})"} ,
{"trigger": "end\tMatlab method", "contents": "end"} ,
{"trigger": "eomday\tMatlab method", "contents": "eomday(${1:args})"} ,
{"trigger": "eps\tMatlab method", "contents": "eps(${1:args})"} ,
{"trigger": "eq\tMatlab method", "contents": "eq(${1:args})"} ,
Expand Down

0 comments on commit bc44e18

Please sign in to comment.