I know ':cd %:p:h ' will change the working directory to the dir for current editing file. But what's the magic in %:p:h ?

Thanks.

link|improve this question

5  
oh, I get this link: vimdoc.sourceforge.net/htmldoc/cmdline.html#filename-modifiers :p Make file name a full path. :h Head of the file name (the last component and any separators removed). – Rocky Oct 12 '11 at 3:14
3  
You should post this as an answer and accept it. It would make it easier to find for other people with a similar problem. – Don Reba Oct 12 '11 at 3:34
Yeah. I know that. Thanks, But I'm a new user with level 1, could not answer my own question in 8 hours. – Rocky Oct 12 '11 at 5:26
feedback

1 Answer

up vote 2 down vote accepted

oh, I get this link: http://vimdoc.sourceforge.net/htmldoc/cmdline.html#filename-modifiers

:p Make file name a full path.

:h Head of the file name (the last component and any separators removed)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.