From 2ed2c5e01f661ac81ffb78ba465333eb401f9ac9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 13 May 2009 17:22:08 +0200 Subject: [PATCH] vimrc: Also display non breakable space with 'listchars'. --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index e640a42..d5555c4 100644 --- a/vimrc +++ b/vimrc @@ -106,9 +106,9 @@ if v:version >= 700 set cursorline endif -" Display tabs as "^I" and trailing space as "-". +" Display tabs, trailing space and non breakable spaces. set list -set listchars=trail:- +set listchars=trail:-,nbsp:! " MAPPINGS (except for plugins, see PLUGIN SETTINGS below) -- 2.45.2