diff options
author | 2011-02-28 23:34:58 -0500 | |
---|---|---|
committer | 2011-02-28 23:34:58 -0500 | |
commit | 415b9c4817acdcfc53598c08af20db575a1cd553 (patch) | |
tree | c1fd29565d38d634f3fa931d9324e9c7d9aa5d39 /modules/lua/init.lua | |
parent | 3b023ec79dcf01e92b97beb0d6dbd8cbf7ff92fb (diff) | |
download | textadept-415b9c4817acdcfc53598c08af20db575a1cd553.tar.gz textadept-415b9c4817acdcfc53598c08af20db575a1cd553.zip |
Updated lua module.
Diffstat (limited to 'modules/lua/init.lua')
-rw-r--r-- | modules/lua/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/lua/init.lua b/modules/lua/init.lua index 5ec8d005..b1d6a357 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -67,7 +67,6 @@ sense.ctags_kinds = { } sense:load_ctags(_HOME..'/modules/lua/tags', true) ---- -- Shows an autocompletion list for the symbol behind the caret. -- If the symbol contains a ':', only display functions. Otherwise, display -- both functions and fields. |