View Single Post
05-08-13, 05:57 PM   #70
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
I'm not sure if Sublime is learning my code via prediction or if this is unintended, but when I type the word local it defaults to
Lua Code:
  1. local i = 1
Naturally, I was trying to type something like
Lua Code:
  1. local some_variable = some_API or value
Sublime performed the latter before the plugin.
  Reply With Quote