mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-16 06:37:54 +08:00
trim trailing spaces
This commit is contained in:
2
vendor/clink.lua
vendored
2
vendor/clink.lua
vendored
@ -600,7 +600,7 @@ local function svn_prompt_filter()
|
||||
else
|
||||
svnStatus = get_svn_status()
|
||||
end
|
||||
|
||||
|
||||
if svnStatus == nil then
|
||||
color = colors.nostatus
|
||||
elseif svnStatus then
|
||||
|
Reference in New Issue
Block a user