summaryrefslogtreecommitdiff
path: root/lua/telescope/command.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/command.lua')
-rw-r--r--lua/telescope/command.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/telescope/command.lua b/lua/telescope/command.lua
index 978d5be..9013ffc 100644
--- a/lua/telescope/command.lua
+++ b/lua/telescope/command.lua
@@ -123,7 +123,8 @@ end
local split_keywords = {
['find_command'] = true,
['vimgrep_arguments'] = true,
- ['sections'] = true
+ ['sections'] = true,
+ ['search_dirs'] = true
}
function command.register_keyword(keyword)