fix(builtin.live_grep): add spacer ":" even when coordinates disabled (#2275)
* fix(builtin.live_grep): add spacer ":" even when coordinates disabled * fix docgen Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user