Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix git_diff custom source bug with auto-session
- git_diff does not cache git_sign_count into diff_cache when rmagatti/auto-session plugin is used to launch nvim session with multiple open windows. - This commit makes sure to not use diff_cache value, but instead, uses the custom source to get git sign counts when M.src (custome source for git_diff) is defined.
- Loading branch information