View Single Post
05-08-13, 06:09 PM   #71
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Originally Posted by myrroddin View Post
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.

I'm getting this without the plugin:

  Reply With Quote