Bug 594997 - netrw.vim print additional 'e' in front of filenames
Summary: netrw.vim print additional 'e' in front of filenames
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: vim
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Karsten Hopp
QA Contact: Petr Šplíchal
URL:
Whiteboard:
Depends On:
Blocks: 662543
TreeView+ depends on / blocked
 
Reported: 2010-05-22 16:54 UTC by Kirby Zhou
Modified: 2016-06-01 01:39 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-05 08:23:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 591578 0 low CLOSED netrw.vim print additional 'e' in front of filenames 2021-02-22 00:41:40 UTC
Red Hat Product Errata RHBA-2012:0454 0 normal SHIPPED_LIVE vim bug fix update 2012-04-05 12:22:05 UTC

Description Kirby Zhou 2010-05-22 16:54:23 UTC
Description of problem:


Version-Release number of selected component (if applicable):

vim-7.2.245-3.1.el6

How reproducible:

100%

Steps to Reproduce:

mkdir tmp
cd tmp
touch .vimrc
touch text
LC_CTYPE=zh_CN.gbk vim .  
  
Actual results:

" ============================================================================
.vimrc
e../
text

Expected results:


" ============================================================================
.vimrc
../
text

Additional info:

/usr/share/vim/vim70/autoload/netrw.vim 
please check line 6809.

6086      " remove priority pattern prefix
6087 "     call Decho("remove priority pattern prefix")
6088      let sepchr= "\<Char-0xff>"
6089      exe 'silent keepjumps '.w:netrw_bannercnt.',$s/^\d\{3}'.sepchr.'//e'
6090 
6091     elseif a:islocal

Comment 2 RHEL Program Management 2010-06-07 16:07:19 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 11 RHEL Program Management 2011-08-19 18:08:54 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unfortunately unable to
address this request at this time. Red Hat invites you to
ask your support representative to propose this request, if
appropriate and relevant, in the next release of Red Hat
Enterprise Linux. If you would like it considered as an
exception in the current release, please ask your support
representative.

Comment 15 errata-xmlrpc 2012-04-05 08:23:56 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2012-0454.html


Note You need to log in before you can comment on or make changes to this bug.