vim9script export def KillSignature() cursor(1, 1) search('^[>|] \?-- \?$') if getpos(".")[1] != 1 normal d} endif enddef