Skip to content

Commit 0ebdf74

Browse files
committed
fixup: remove trailing quote
1 parent e24e8b5 commit 0ebdf74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/telescope/pickers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ function Picker:find()
289289
self.original_win_id = a.nvim_get_current_win()
290290

291291
-- User autocmd run it before create Telescope window
292-
vim.cmd [[doautocmd User TelescopeFindPre']]
292+
vim.cmd [[doautocmd User TelescopeFindPre]]
293293

294294
-- Create three windows:
295295
-- 1. Prompt window

0 commit comments

Comments
 (0)