On 18 mayo, 06:07, dr-dr xp <
drdr...@gmail.com> wrote:
> I need some more information to track this issue :
> When editing foo.c, :mksession some_file<cr> and send me that some_file.
> It's all configuration and setting of your current state of vim.
> And the .vimrc you use.
Ok, here is the output from the :mksession file:
http://pastie.org/481271
And here is my ~/.vimrc:
http://pastie.org/481349
And these are the plugins I have in my ~/.vim/plugin directory:
NERD_commenter.vim
NERD_tree.vim
fuzzyfinder.vim
ku.vim
minibufexpl.vim
rails.vim
repeat.vim
surround.vim
xpt.plugin.formatter.vim
xpt.plugin.highlight.vim
xpt.plugin.protect.vim
xptemplate.conf.vim
xptemplate.vim
xptemplateTest.vim
As an experiment, I also tried starting with a brand new ~/.vimrc and
~/.vim and reinstalling XP Template:
mv .vimrc oldvimrc
mv .vim oldvim
curl -o xpt-0.3.7.16.tgz
http://www.vim.org/scripts/download_script.php?src_id=10621
tar xzf xpt-0.3.7.16.tgz
mv xpt .vim
echo "let g:xptemplate_key='<F5>'" > .vimrc
But that yields the same result (<F5> doesn't produce any output at
all). Here's the :mksession output:
http://pastie.org/481350
I am pretty sure the XP Template plugin can work with MacVim, as I've
seen a screencast that uses it (and in fact, you link to it on the
project page at
vim.org):
http://vimeo.com/4449258
Cheers,
Wincent