Skip to content

Commit

Permalink
Disable Completion for Initial Local Definition
Browse files Browse the repository at this point in the history
  • Loading branch information
viluon committed Jun 10, 2016
1 parent e6369b5 commit 9217af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Completion Rules.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<key>settings</key>
<dict>
<key>cancelCompletion</key>
<string>^.*\b(then|end|do|else)$</string>
<string>^.*\b(then|end|do|else|local\s+\w*\s*=?\s*)$</string>
</dict>
</dict>
</plist>

0 comments on commit 9217af8

Please sign in to comment.