aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-02-28 23:34:58 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-02-28 23:34:58 -0500
commit415b9c4817acdcfc53598c08af20db575a1cd553 (patch)
treec1fd29565d38d634f3fa931d9324e9c7d9aa5d39 /modules/lua/init.lua
parent3b023ec79dcf01e92b97beb0d6dbd8cbf7ff92fb (diff)
downloadtextadept-415b9c4817acdcfc53598c08af20db575a1cd553.tar.gz
textadept-415b9c4817acdcfc53598c08af20db575a1cd553.zip
Updated lua module.
Diffstat (limited to 'modules/lua/init.lua')
-rw-r--r--modules/lua/init.lua1
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.