Compare commits
5 Commits
d32ef9cfcb
...
ec02f51118
Author | SHA1 | Date | |
---|---|---|---|
ec02f51118 | |||
b2c5dec5f1 | |||
ff50d8ed2e | |||
5f4f0fcfe5 | |||
7dc6a0de58 |
@ -328,9 +328,9 @@ return {
|
|||||||
end
|
end
|
||||||
|
|
||||||
local Buffers = {
|
local Buffers = {
|
||||||
update = { "BufNew", "VimEnter" },
|
update = { "BufNew", "VimEnter", "BufWipeout", "BufUnload", "BufDelete" },
|
||||||
condition = function()
|
condition = function()
|
||||||
return #cur_bufs() > 1
|
return #cur_bufs() > 0
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
provider = seps.full.left,
|
provider = seps.full.left,
|
||||||
|
Loading…
Reference in New Issue
Block a user