Skip to content

Commit

Permalink
Avoid putting aicli history into vim bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-mironov committed Dec 14, 2024
1 parent 76c6f4f commit 7da8902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ vimbundle: $(VIMB_REV)
$(VIMB_REV): $(VIM)
mkdir -p $$(dirname $@) || true
rm -rf build/vim || true
mkdir -p build/vim
cp -r vim/plugin/*vim build/vim
mkdir -p build/vim/plugin
cp -r vim/plugin/*vim build/vim/plugin
sed -i "s/version-to-be-filled-by-the-packager/$(VERSION)+g$(REVISION)/g" \
build/vim/plugin/litrepl.vim
tar -czvf $@ -C build/vim plugin
Expand Down

0 comments on commit 7da8902

Please sign in to comment.