Penguin

Differences between version 10 and revision by previous author of TabStops.

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

Newer page: version 10 Last edited on Monday, July 4, 2005 8:04:39 pm by BenFowler Revert
Older page: version 9 Last edited on Sunday, November 9, 2003 2:27:21 am by PerryLorier Revert
@@ -18,9 +18,9 @@
  
  :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. 
+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!  
  
 !! But they push my code too far to the right 
  
 Then your logic is too complicated. Break it into another function to simplify it.