X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=dotfiles%2Fvim%2F.vimrc;h=1e40b8ba977d0a2e443cd5da60d2fb903d95a99d;hp=10dd903ac3aaf3cb1c7d20fa2bab2386ddae0ee0;hb=455842494106c4f7f3906536074ae2d629ed612b;hpb=235c6ab8153839dcfd848ad4683eb27be4b50ef7 diff --git a/dotfiles/vim/.vimrc b/dotfiles/vim/.vimrc index 10dd903..1e40b8b 100644 --- a/dotfiles/vim/.vimrc +++ b/dotfiles/vim/.vimrc @@ -169,6 +169,10 @@ if version>=700 au Filetype mail,text set fo+=n spell endif +"Scissor line +au Filetype mail syn match Statement /^\s*-*\s*>8\s*-*\s*$/ +au Filetype mail syn match Statement /^\s*-*\s*8<\s*-*\s*$/ + """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""