aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-07-27 13:35:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-07-27 13:35:14 +1200
commit32445bf80dd280c27db53dc2d790a0ec00859998 (patch)
tree4d4b208a16af9fbef8c2deb4f45d5eee023ce00e /vim/after/syntax
parentNew background, move backgrounds to dir (diff)
downloaddotfiles-32445bf80dd280c27db53dc2d790a0ec00859998.tar.gz
dotfiles-32445bf80dd280c27db53dc2d790a0ec00859998.zip
Stop highlighting syslog errors
Diffstat (limited to 'vim/after/syntax')
-rw-r--r--vim/after/syntax/messages.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/after/syntax/messages.vim b/vim/after/syntax/messages.vim
new file mode 100644
index 00000000..60d1f9c4
--- /dev/null
+++ b/vim/after/syntax/messages.vim
@@ -0,0 +1,4 @@
+" The highlighting for errors in syslog/messages files is more often annoying
+" than useful, so just turn it off.
+highlight! link messagesError NONE
+