diff options
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'] = ..., -- ... |