Refactor builtin (#287)

This commit is contained in:
Simon Hauser
2020-11-26 08:16:58 +01:00
committed by GitHub
parent 0f9fd84a97
commit 4a8ea7763e
6 changed files with 1098 additions and 1006 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ function make_entry.gen_from_buffer(opts)
bufnr = entry.bufnr,
filename = bufname,
lnum = entry.info.lnum or 1,
lnum = entry.info.lnum and entry.info.lnum or 1,
indicator = indicator,
}
end