You are not logged in.

#1 2015-01-18 10:50:25

mcloaked
Member
From: Yorkshire, UK
Registered: 2012-02-02
Posts: 1,360

[SOLVED] vim ultisnips fails to update

Today I found that pacman -Syu failed to update due to vim-ultisnips having a set of file conflicts.  The solution was:

# rm -fr /usr/share/vim/vimfiles/pythonx/UltiSnips

and then running pacman -Syu.  All is then well but I hope that this was the correct way to solve it!


Mike C

Offline

#2 2015-01-18 13:56:02

BOHverkill
Member
Registered: 2015-01-18
Posts: 2
Website

Re: [SOLVED] vim ultisnips fails to update

Yes I had the same issue and solved it so:

# find /usr/share/vim/vimfiles/pythonx/UltiSnips -name '*.pyc' -delete

The problem is the changed PKGBUILD

Last edited by BOHverkill (2015-01-18 13:56:37)

Offline

Board footer

Powered by FluxBB