diff --git a/lua/telescope/make_entry.lua b/lua/telescope/make_entry.lua index fdb04dc..dac95a5 100644 --- a/lua/telescope/make_entry.lua +++ b/lua/telescope/make_entry.lua @@ -1088,7 +1088,7 @@ function make_entry.gen_from_ctags(opts) return function(line) local tag_file -- split line by ':' - tag_file, line = string.match(line, '([^:]+):(.+)') + tag_file, line = string.match(line, "([^:]+):(.+)") local tag, file, scode, lnum -- ctags gives us: 'tags\tfile\tsource'