Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit 550765b316e59838ebd796cabbaafee3c70d58d0 breaks installation scripts using "vim" folder instead of "plugin" folder. #7

Open
caio-vinicius opened this issue Nov 30, 2021 · 1 comment

Comments

@caio-vinicius
Copy link

Just reporting it.

We're using this instructions in a Dockerfile to install header, which uses vim folder, instead of the latest plugin folder

RUN git clone https://github.com/42Paris/42header /tmp/42header
WORKDIR /tmp/42header
RUN cp ./vim/stdheader.vim /usr/share/vim/vim81/plugin/stdheader.vim && \
    rm -rf /tmp/42header
@caio-vinicius
Copy link
Author

Unfortunately the set_header.sh installation script cannot help us, since we can't install the extension just in the current user, but globally, in the system Vim folders. So, I need to use this method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant