Wednesday, March 2, 2011

Re: Incorrect working directory in gvim launched from Konqueror

On 2011-03-01 Jürgen Krämer <jottkaerr@googlemail.com> wrote:

> > - Using
> > au VimEnter * if expand('%') != ""' | cd %:h | endif
> > (note that the double quote must be doubled)
>
> actually, there were no double quotes in the original command, just
> two strings with single quotes: '%' and the empty string.

This line is still wrong. A single quote is missing.

au VimEnter * if expand('%') != '""' | cd %:h | endif

This line solves the problem for me. Thank you. I would like to see this as
default behaviour, too.


Marco


--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: