Merge f083d765d813d6563fa83099add1d9353a25308d into 7a552f415c48aed33bf7eaa3c50e78504d417913

This commit is contained in:
IK 2024-12-10 13:50:44 -05:00 committed by GitHub
commit ff5c38d8b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,17 @@
Describe branch.vim
Before
call mkdir("branch-test")
:lcd branch-test
!git init
End
It Match branch name main
Assert Equals(airline#extensions#branch#get_head(), "main")
End
After
call delete("branch-test", "rf")
:lcd ..
End
End