X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Wed, 16 Jul 2008 14:00:20 -0400 From: "Mark J. Reed" To: cygwin AT cygwin DOT 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: <20080711130135 DOT GO24644 AT calimero DOT vinschen DOT de> <4cee11bc0807161050l3c289515sdd99ec37f9f380f1 AT mail DOT gmail DOT com> X-Google-Sender-Auth: 8b762da9ea3a43b5 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/