Don't use vim.trim
This commit is contained in:
parent
3f6f15cab9
commit
7fe20240bf
@ -17,7 +17,7 @@ function M.get_toplevel(cwd)
|
||||
log.line("git", "%s", table.concat(cmd, " "))
|
||||
|
||||
local obj = vim.system(cmd):wait()
|
||||
local out = vim.trim(obj.stdout)
|
||||
local out = obj.stdout
|
||||
|
||||
log.raw("git", out)
|
||||
log.profile_end(profile)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user