X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <f60fe000807161100k54a13d48h12d16628106c35e6@mail.gmail.com>
Date: Wed, 16 Jul 2008 14:00:20 -0400
From: "Mark J. Reed" <markjreed@mail.com>
To: cygwin@cygwin.com
Subject: Re: un-indenting doesn't work with vim
In-Reply-To: <4cee11bc0807161050l3c289515sdd99ec37f9f380f1@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <f68d89470807110553k2bc71311p799af2cc02e99af8@mail.gmail.com> 	 <20080711130135.GO24644@calimero.vinschen.de> 	 <f68d89470807160249t7ccd06e5o90e0ff5a606819df@mail.gmail.com> 	 <4cee11bc0807161050l3c289515sdd99ec37f9f380f1@mail.gmail.com>
X-Google-Sender-Auth: 8b762da9ea3a43b5
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Put it another way: in vim (in insert mode), the tab key just inserts
a tab (which it displays as the number of spaces needed to get to the
next even value of whatever tabstop is set to).  It has nothing to do
with vim's idea of indentation, automatic or otherwise.

The control-D ("outdent" or "unindent") operation is the opposite not
of tab, but of control-T ("indent").   Both use the setting of
shiftwidth, not tabstop.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

