Hello,

So I added this into my .vimrc to fix the problem:
autocmd BufRead * execute ":cd ".getcwd()

Now, is there an easy trick with files which are higher in filesystem
hierarchy to name them with '..' instead of full path?

For example:
:cd /dir1/dir2
:e ../a.txt
buffer named as '/dir1/a.txt', wanted '../a.txt'

--
Aarto

-- 
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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to