When I type gf to navigate to a different note it doesn't work.
I am using the terminal version of MacVim (mvim -v), and I have installed vim-notes and misc using Vundle.
Other than the navigation issue, the notes plugin work well, and is really great!
The only options I set in the .vimrc is the notes directory, and the file extension.
I have also tried using $HOME instead of ~, and adding an extra / ad the end of the custom path.
Is the extension the reason that gf cannot jump to the file?
The error message I get:
Error detected while processing function GotoFile:
line 31
E345: Can't find file "meetings.2016.jan.1" in path
When I type
gf
to navigate to a different note it doesn't work. I am using the terminal version of MacVim (mvim -v), and I have installed vim-notes and misc using Vundle. Other than the navigation issue, the notes plugin work well, and is really great!The only options I set in the .vimrc is the notes directory, and the file extension.
I have also tried using
$HOME
instead of~
, and adding an extra/
ad the end of the custom path. Is the extension the reason thatgf
cannot jump to the file?The error message I get: