]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftdetect/mutt.vim
Vim scripts refactoring
[dotfiles.git] / vim / .vim / ftdetect / mutt.vim
index d106b42111c9e096aed707d317e6404979bbb05e..d21c8da5e0eb1bb251e53692c953e6b10852b7c3 100644 (file)
@@ -1,4 +1,4 @@
-function! s:KillSignature()
+function! s:KillSignature() abort
     call cursor(1, 1)
     call search('^[>|] \?-- \?$')
     if getpos(".")[1] != 1