]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/autoload/mutt.vim
Have not used zshfe for years
[dotfiles.git] / vim / .vim / autoload / mutt.vim
1 vim9script
2
3 export def KillSignature()
4     cursor(1, 1)
5     search('^[>|] \?-- \?$')
6     if getpos(".")[1] != 1
7         normal d}
8     endif
9 enddef