svn commit: samba r23705 - in branches: SAMBA_3_0 SAMBA_3_0_26

lmuelle at samba.org lmuelle at samba.org
Wed Jul 4 14:15:30 GMT 2007


Author: lmuelle
Date: 2007-07-04 14:15:26 +0000 (Wed, 04 Jul 2007)
New Revision: 23705

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23705

Log:
Add suggestion for vim from Andreas 'GlaDiaC' Schneider to show tabs,
trailing whitespace, and continued lines visually.

Modified:
   branches/SAMBA_3_0/README.Coding
   branches/SAMBA_3_0_26/README.Coding


Changeset:
Modified: branches/SAMBA_3_0/README.Coding
===================================================================
--- branches/SAMBA_3_0/README.Coding	2007-07-04 14:03:10 UTC (rev 23704)
+++ branches/SAMBA_3_0/README.Coding	2007-07-04 14:15:26 UTC (rev 23705)
@@ -76,8 +76,9 @@
 	endf
 	autocmd BufNewFile,BufRead * call ActivateInvisibleCharIndicator()
   endif
+  " Show tabs, trailing whitespace, and continued lines visually
+  set list listchars=tab:»·,trail:·,extends:…
 
-
 =========================
 FAQ & Statement Reference
 =========================

Modified: branches/SAMBA_3_0_26/README.Coding
===================================================================
--- branches/SAMBA_3_0_26/README.Coding	2007-07-04 14:03:10 UTC (rev 23704)
+++ branches/SAMBA_3_0_26/README.Coding	2007-07-04 14:15:26 UTC (rev 23705)
@@ -76,8 +76,9 @@
 	endf
 	autocmd BufNewFile,BufRead * call ActivateInvisibleCharIndicator()
   endif
+  " Show tabs, trailing whitespace, and continued lines visually
+  set list listchars=tab:»·,trail:·,extends:…
 
-
 =========================
 FAQ & Statement Reference
 =========================



More information about the samba-cvs mailing list