Actions
Bug #530
closedEdit file using :e ~/.....
Start date:
02/13/2009
Due date:
% Done:
100%
Estimated time:
Description
It's impossible to use the "~" character to open files. This character represent /home/username on unix systems.
When you try to open a file, it tries to open a file in the current directory begining with "~"
For example, you are in the directory /home/arnaud/programmation.
If you do :e /test, it will open a file /home/arnaud/programmation//test instead of /home/arnaud/test.
Files
Updated by Arnaud Tanguy over 13 years ago
Oops, formatting problem...
The example was :
:e ~/test, it will open a file /home/arnaud/programmation/~/test instead of /home/arnaud/test
Updated by Arnaud Tanguy over 13 years ago
Here is a possible fix. It seems it was just due to an oversight. Indeed, the function tildeExpand was created, but not called.
Updated by Thomas Capricelli over 13 years ago
- Category set to libyzis
- Target version set to 1.0-alpha2
indeed, i integrate it, thanks for the fix.
Updated by Thomas Capricelli over 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applicata nel changeset r4246.
Actions