update project path
This commit is contained in:
parent
22d96acd82
commit
11272260db
|
|
@ -56,7 +56,7 @@ return {
|
||||||
local filename = {
|
local filename = {
|
||||||
'filename',
|
'filename',
|
||||||
file_status = true, -- displays file status (readonly status, modified status)
|
file_status = true, -- displays file status (readonly status, modified status)
|
||||||
path = 0, -- 0 = just filename, 1 = relative path, 2 = absolute path
|
path = 1, -- 0 = just filename, 1 = relative path, 2 = absolute path
|
||||||
}
|
}
|
||||||
|
|
||||||
local hide_in_width = function()
|
local hide_in_width = function()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue