I have a problem with vimproject where <leader>l, which is supposed to
load all the files in a project, kinda hangs at the first loaded item
after at least one buffer is loaded (i.e.: after the second file or, if
there was already one or more buffer open, after the first file) if I
comment out the lines relating to the b:loadcount variable in
project.vim. If I don't comment said lines, then along with the hanging,
I get an error telling me b:loadcount is not defined (the rest of the
behavior is the same).
Plugin page for vimproject:
http://www.vim.org/scripts/script.php?script_id=69
My other plugins are: supertab, NERDTree, clang_complete, none of which
are active when using <leader>l in the vimproject buffer.
--
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