From a727e7d09f08b2fbf20770b7373f41bf64087118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Trondsen?= Date: Sat, 27 Feb 2016 14:54:15 +0100 Subject: [PATCH] highlight altgr-space --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index 376c20a..cca40ed 100644 --- a/.vimrc +++ b/.vimrc @@ -156,3 +156,7 @@ let g:mustache_abbreviations = 1 "set lazyredraw set re=1 syntax sync maxlines=256 + +" Highlight the altgr-space character. It is invisible and errors that are hard to understand. +highlight AltGrSpace ctermbg=red guibg=red +match AltGrSpace / /