diff options
author | 2011-03-26 16:22:23 -0400 | |
---|---|---|
committer | 2011-03-26 16:22:23 -0400 | |
commit | cb8245f030701c14a7448b2dd5b4cf2f390b8d2e (patch) | |
tree | 9688a5fa31816a1732b40518c24bb82c897cdbdc /modules/textadept/adeptsense.lua | |
parent | d9e6c648a8a33d82d7564a26e411fad3eb48a1f7 (diff) | |
download | textadept-cb8245f030701c14a7448b2dd5b4cf2f390b8d2e.tar.gz textadept-cb8245f030701c14a7448b2dd5b4cf2f390b8d2e.zip |
Applied patches from Robert for minor fixes.
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r-- | modules/textadept/adeptsense.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua index 138be601..bcdb0094 100644 --- a/modules/textadept/adeptsense.lua +++ b/modules/textadept/adeptsense.lua @@ -116,7 +116,7 @@ module('_m.textadept.adeptsense', package.seeall) -- sense.completions = { -- ['class1'] = { -- functions = { 'fun1', 'fun2', ...}, --- fields = = { 'f1', 'f2', ... } +-- fields = { 'f1', 'f2', ... } -- }, -- ['class2'] = ..., -- ... |