From 51937524f49e7ce03cff2a5005359a5448a27151 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 13 May 2009 17:30:34 +0200 Subject: [PATCH] vimrc: Indicate long lines with 'listchars'. --- vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index d5555c4..a6ea6ae 100644 --- a/vimrc +++ b/vimrc @@ -106,9 +106,10 @@ if v:version >= 700 set cursorline endif -" Display tabs, trailing space and non breakable spaces. +" Display tabs, trailing space, non breakable spaces and long lines (when +" wrapping is enabled). set list -set listchars=trail:-,nbsp:! +set listchars=trail:-,nbsp:!,extends:> " MAPPINGS (except for plugins, see PLUGIN SETTINGS below) -- 2.45.2