summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/telescope/make_entry.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/make_entry.lua b/lua/telescope/make_entry.lua
index ea0a8f7..3843e5d 100644
--- a/lua/telescope/make_entry.lua
+++ b/lua/telescope/make_entry.lua
@@ -316,7 +316,7 @@ do
display = function(entry)
local display_filename = utils.transform_path(opts, entry.filename)
- local coordinates = ""
+ local coordinates = ":"
if not disable_coordinates then
if entry.lnum then
if entry.col then