Different Unicode tab indicator.
[profile.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index 6e561c6..4e84299 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -737,7 +737,7 @@ fun! Show_List() "{{{2
   elseif Has_Unicode()
     if w:iainlist == 1
       " Just tabs.
-      return "»"
+      return ""
     else
       " Full list.
       return "¶"
@@ -1193,7 +1193,7 @@ endfun "}}}2
 fun! Cycle_List() "{{{2
   " Pretty UTF-8 listchars.
   if Has_Unicode()
-    let basic='tab:»·,trail:…,extends:«,precedes:»'
+    let basic='tab:·,trail:…,extends:«,precedes:»'
     let eol='eol:¶'
     if version >= "700"
       let basic=basic . ',nbsp:•'