lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master cd1710b 1/3: Show nbsp as SHOULDERED OPEN BOX


From: Greg Chicares
Subject: [lmi-commits] [lmi] master cd1710b 1/3: Show nbsp as SHOULDERED OPEN BOX (U+237D)
Date: Fri, 24 Jan 2020 18:36:13 -0500 (EST)

branch: master
commit cd1710ba3a903f38278240e647f2b284cc4f2aea
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Show nbsp as SHOULDERED OPEN BOX (U+237D)
    
    Unicode Standard 12.1: "keyboard symbol for No Break Space"
---
 gwc/.vimrc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gwc/.vimrc b/gwc/.vimrc
index 8adec87..e7916d6 100644
--- a/gwc/.vimrc
+++ b/gwc/.vimrc
@@ -85,9 +85,10 @@ set showtabline=2
 " while 'nbsp' and 'trail' are meant to stand out; 'extends' and
 " 'precedes' normally wouldn't be seen because of 'set wrap'.
 set list
-" On second thought, 'eol' should probably be left alone.
 " set listchars=nbsp:◙,eol:☜,tab:☞☞,extends:»,precedes:«,trail:▒
-set listchars=nbsp:◙,tab:☞☞,extends:»,precedes:«,trail:▒
+" On second thought, 'eol' should probably be left alone, and
+" 'shouldered open box' is conventional for nbsp.
+set listchars=nbsp:⍽,tab:☞☞,extends:»,precedes:«,trail:▒
 highlight clear NonText
 highlight NonText    ctermfg=gray " eol, extends, precedes
 highlight clear SpecialKey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]