diff options
Diffstat (limited to 'modules/lua/commands.lua')
-rw-r--r-- | modules/lua/commands.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua index 96bac9ab..1b4ff90e 100644 --- a/modules/lua/commands.lua +++ b/modules/lua/commands.lua @@ -79,7 +79,6 @@ if type(keys) == 'table' then g = { goto_required } }, ['s\n'] = { try_to_autocomplete_end }, - cq = { m_editing.block_comment, '--~' }, cg = { run }, ['('] = { function() buffer.word_chars = |