mirror of
https://github.com/NotAShelf/direnv.nvim.git
synced 2026-01-17 15:59:04 +00:00
Compare commits
No commits in common. "a2f1264909463fd012b7b0b6bbfebc282c5d2834" and "8e8c2a1d6ed8b422e231dd610785d2a585daeafa" have entirely different histories.
a2f1264909
...
8e8c2a1d6e
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ M._get_rc_status = function(callback)
|
|||
return callback(nil, nil)
|
||||
end
|
||||
|
||||
if status.state.foundRC == vim.NIL then
|
||||
if status.state.foundRC == nil then
|
||||
cache.status = nil
|
||||
cache.path = nil
|
||||
cache.last_check = now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue