Closed nilsdrews closed 4 years ago
nils.drews:delimitMate.vim/ (master) $ git checkout refs/tags/2.6 [12:15:00]
Note: switching to 'refs/tags/2.6'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at e58f989 Version 2.6
nils.drews:delimitMate.vim/ (e58f989) $ cd .. [12:15:08]
nils.drews:bundle/ (master) $ pwd [12:15:10]
/Users/nils.drews/.oh-my-vim/bundle
Do a git checkout master
and then git pull
to get the latest changes.
That's how I got there, that's why I switched to the version before and - boom - it worked again flawlessly. There must have been something in the latest commits that broke it. On the other hand my origin is: https://github.com/vim-scripts/delimitMate.vim.git --> so maybe your changes did not make it there properly?
That's the wrong repo to pull from, use this one.
Okay, I'll get in contact there and see that they update as well. I see here you are already on 2.8 so this seems to be something limited to 2.7.
After upgrading to 2.7 I get the following errors (I am using oh-my-vim to pull it in). Downgrading to 2.6 resolves this again.