Penguin

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

Other diffs: Previous Major Revision, Previous Revision, 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 10 Last edited on Monday, July 4, 2005 8:04:39 pm by BenFowler Revert
@@ -18,9 +18,11 @@
  
  :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! 
+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.