Penguin

Differences between version 11 and predecessor to the previous major change of TabStops.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 11 Last edited on Thursday, July 7, 2005 9:15:16 am by AristotlePagaltzis Revert
Older page: version 9 Last edited on Sunday, November 9, 2003 2:27:21 am by PerryLorier Revert
@@ -19,8 +19,10 @@
  :set tabstop=8 
  :set shiftwidth=4 
  
 in [Vim] (and analogous in [Emacs]). Backspace for unindent doesn't work anymore then. You remove one space, not one tab. 
+  
+''Please see [Converting tabs to spaces|http://vim.sourceforge.net/tips/tip.php?tip_id=12] which is a little more optimistic!'' --BenFowler  
  
 !! But they push my code too far to the right 
  
 Then your logic is too complicated. Break it into another function to simplify it.