vim: colorscheme update, mail scissors
[shutils.git] / dotfiles / vim / .vimrc
index 10dd903ac3aaf3cb1c7d20fa2bab2386ddae0ee0..1e40b8ba977d0a2e443cd5da60d2fb903d95a99d 100644 (file)
@@ -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*$/
+
 
 
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""