I'm using project.vim to manage a project, and I'm having trouble adding a file to the project. I read the documentation and it said to 'insert the filename into the project entry, then hit return on it'.
From what I understand, a project entry is one of the sections in the project window that looks like...
Header Files="Header Files" {
// header files listed here
}
so if I go into that list, and insert say, Foo.h, Foo.h should show up in that directory on my system. However, it doesn't. I'm sure I'm doing something wrong, any help is appreciated, thanks.