Your message dated Sun, 23 Nov 2008 13:09:05 -0500
with message-id <[EMAIL PROTECTED]>
has caused the   report #506658,
regarding vim-tiny: Tabstop positions calculated incorrectly for values other 
than 1, 2 and 4
to be marked as having been forwarded to the upstream software
author(s) Bram Moolenaar <[EMAIL PROTECTED]>

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
506658: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506658
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Bram,

Given a minimal vimrc, vim built with features=small, and a file
consisting of solely a tab and a letter, the cursor is displayed
incorrectly when 'tabstop' isn't one of 1, 2, 4, or 8.

  $ cat test.vim
  set number
  set tabstop=3
  $ echo -e "\ta" > testfile
  $ vim -u test.vim -N testfile

The cursor is now displayed after the a.  Appending a 1 to the line (A1)
will show the text in the correct spot, but the cursor is still
displayed a few columns past the end of the line.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to