Bug#526223: vim: netrw: opening ../.. in split mode truncates filenames, makes listing unusable

2009-04-29 Thread Michael Stapelberg
Package: vim Version: 2:7.2.130-1 Severity: normal Create the following folder structure: cd /tmp mkdir -p vimbug/foo/bar mkdir vimbug/very_long_directory_name_for_vim cd vimbug/foo/bar touch bleh vim bleh Now, use :split ../.. At least on my machine, I only see ong_directory_name_for_vim as the

Bug#526223: vim: netrw: opening ../.. in split mode truncates filenames, makes listing unusable

2009-04-29 Thread James Vega
reassign 526223 vim-runtime 2:7.2.130-1 thanks On Thu, Apr 30, 2009 at 12:05:55AM +0200, Michael Stapelberg wrote: Create the following folder structure: cd /tmp mkdir -p vimbug/foo/bar mkdir vimbug/very_long_directory_name_for_vim cd vimbug/foo/bar touch bleh vim bleh I've tried this