add extends/precedes chars, default nowrap

Tue, 25 Jul 2017 17:03:55 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 25 Jul 2017 17:03:55 -0400
changeset 623
3563a9c2a61e
parent 622
47e8cf60e0b3
child 624
7dff635ab5f9

add extends/precedes chars, default nowrap

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -136,11 +136,12 @@ set ignorecase
 set smartcase
 
 if has('gui_running') || $LANG =~ 'UTF-8'
-  set listchars=tab:⇥·,trail:◼,nbsp:◻
+  set listchars=tab:⇥·,trail:◼,nbsp:◻,extends:⥂,precedes:⥃
   " eol:↩   not as useful as trail i think
   set fillchars=fold:∷,vert:│
 endif
 
+set nowrap
 set linebreak
 set showbreak=»\ 
 if exists('&breakindent')

mercurial