diff options
Diffstat (limited to 'lua/telescope/make_entry.lua')
| -rw-r--r-- | lua/telescope/make_entry.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/telescope/make_entry.lua b/lua/telescope/make_entry.lua index 96be07f..c451805 100644 --- a/lua/telescope/make_entry.lua +++ b/lua/telescope/make_entry.lua @@ -249,6 +249,8 @@ function make_entry.gen_from_git_stash() end function make_entry.gen_from_git_commits(opts) + opts = opts or {} + local displayer = entry_display.create { separator = " ", items = { |
