aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index 4aac1eff..55cf7ee6 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -65,7 +65,6 @@ local menubar = {
{_L['Select _Word'], editing.select_word},
{_L['Select _Line'], editing.select_line},
{_L['Select Para_graph'], editing.select_paragraph},
- {_L['Select _Indented Block'], editing.select_indented_block},
},
{ title = _L['Selectio_n'],
{_L['_Upper Case Selection'], buffer.upper_case},