termux-vim-ycm icon indicating copy to clipboard operation
termux-vim-ycm copied to clipboard

2 out of 2 hunks FAILED

Open deniznehlyadyuk opened this issue 6 years ago • 2 comments

Hello Im trying to install YCM on my termux vim. Im following your steps. At the 7. step. I got error like this: patching file cpp/BoostParts/libs/filesystem/src/operations.cpp Hunk #1 FAILED at 15. Hunk #2 FAILED at 25. 2 out of 2 hunks FAILED -- saving rejects to file cpp/BoostParts/libs/filesystem/src/operations.cpp.rej What can i do?

deniznehlyadyuk avatar Nov 02 '19 09:11 deniznehlyadyuk

Same error please resolve

raprocks avatar Dec 30 '19 17:12 raprocks

Tienes que usar la shell de bash para comenzar cd ~ && curl -fsSL https://raw.githubusercontent.com/theimpostor/termux-vim-ycm/master/bashrc.patch | patch

intenta usar exec termux-chroot luego cd ~/.vim/bundle/YouCompleteMe/third_party/ycmd && curl https://raw.githubusercontent.com/theimpostor/termux-vim-ycm/master/ycmd.patch | patch -p 1

SLAYER-CODE avatar May 12 '20 01:05 SLAYER-CODE