Matt Wozniski (2008-12-03 19:14 -0500) wrote:
> On Wed, Dec 3, 2008 at 12:13 PM, Charles Campbell wrote:
>> * g:netrw_sepchr is now user-changeable (in his/her .vimrc). I've set
>> it by default to 0x01 for euc-jp, but am awaiting comment from euc-jp
>> users. Any other encodings need to have the default changed?
>
> Looking at the code, the way this is done seems fundamentally
> broken...
At least in GNU systems it is possible to use the --dired option of
"ls". It tells explicitly where the filename is in the output. Like
this:
$ ls -l --dired
total 4
-rw-r--r-- 1 dtw dtw 17 2008-12-04 09:36 a し ら $ \ " ' ~
//DIRED// 53 72
//DIRED-OPTIONS// --quoting-style=literal
The filename is located in the output bytes from 53 to 72.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---