style: Remove colon

This commit is contained in:
Christian Brabandt 2021-08-04 17:24:39 +02:00
parent 2e29ab9656
commit 0a7e1bc475
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -363,7 +363,7 @@ else
return true
else
if &vbs
:echomsg printf("airline: group: %s already done, skipping", name)
echomsg printf("airline: group: %s already done, skipping", name)
endif
return false
endif