X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: un-indenting doesn't work with vim Date: Thu, 17 Jul 2008 22:50:09 -0700 Lines: 18 Message-ID: References: <20080711130135 DOT GO24644 AT calimero DOT vinschen DOT de> <20080716155746 DOT GR24644 AT calimero DOT vinschen DOT de> <17393e3e0807170141v6dcc5088kc1d23ab59653a24e AT mail DOT gmail DOT com> <17393e3e0807171001m325de647y512d008a6f533ff0 AT mail DOT gmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: <17393e3e0807171001m325de647y512d008a6f533ff0@mail.gmail.com> 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 Matt Wozniski wrote: > Well, there's your problem. You told vim that the backspace key sends > 0x7F, when in fact it sends 0x08 in your terminal emulator. Vim would > have done the correct thing, if it ever saw a backspace, but it never > saw 0x7F, only 0x08. :fixdel is archaic, and never necessary on modern > systems; moreover you should always understand what a command does > before trying to use it. I can as easily say that backspace should always - I repeat always - do a backspace. BTW It would be exceedingly helpful if the documentation said exactly what a command does instead of cryptically saying only: t_kb backspace key *t_kb* *'t_kb'* -- Andrew DeFaria I don't have a solution but I admire the problem. -- 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/