vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

Navigation to sub wikis from with in subfolders gets wrong path #310

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Setup:

Wiki/Projects/Index
Contacts/JQ Smith

let g:vimwiki_list=[{'path': 'Wiki'}, {'path': 'Contacts'}]

On Index [[wiki1:JQ Smith]]

What steps will reproduce the problem?
1. Open Wiki
2. Navigate to Index page (From details above)
3. <CR> on wiki link (wiki1:JQ Smith)

What is the expected output? What do you see instead?
Expected to go to that defined wiki page.  Instead get prompt asking me if I 
want to create "Contacts/Projects/JQ Smith".  

What version of the product are you using? On what operating system?
Version from Trunk with last revision of de3034f663b8. On Windows 7 64 
Ultimate.  

Please provide any additional information below.

Original issue reported on code.google.com by 1.mRW1Za...@gmail.com on 14 May 2012 at 10:01

GoogleCodeExporter commented 9 years ago
What is your setup regarding vim's current dir, do you have autocommand with 
'lcd %' or something?

What do you mean by setting up vimwiki path as relative one?

Original comment by habamax on 15 May 2012 at 4:00

GoogleCodeExporter commented 9 years ago
Oh, I can see an error now. Thx!

Original comment by habamax on 15 May 2012 at 4:05

GoogleCodeExporter commented 9 years ago
Could you pls check if it works for you now?

Original comment by habamax on 15 May 2012 at 4:15