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

refactor(vim): wrap autocmd's in augroups #49

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

matijs
Copy link
Owner

@matijs matijs commented Mar 6, 2024

Make sure that sourcing .vimrc multiple times clears augroups everytime by using autocmd! inside an augroup and then re-creating the augroup from scratch everytime.

@matijs matijs force-pushed the refactor/autocommand-groups branch from 77206ca to 6890677 Compare March 6, 2024 09:03
@matijs matijs enabled auto-merge (squash) March 6, 2024 09:03
@matijs matijs disabled auto-merge March 6, 2024 10:15
@matijs matijs force-pushed the refactor/autocommand-groups branch from 6890677 to 77206ca Compare March 6, 2024 10:16
Make sure that sourcing `.vimrc` multiple times clears augroups
everytime by using `autocmd!` inside an `augroup` and then re-creating
the augroup from scratch everytime.
@matijs matijs force-pushed the refactor/autocommand-groups branch from 77206ca to 8adc9d6 Compare March 6, 2024 10:16
@matijs matijs merged commit 6c2be17 into dotfiles Mar 6, 2024
1 check passed
@matijs matijs deleted the refactor/autocommand-groups branch March 6, 2024 10:17
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

Successfully merging this pull request may close these issues.

1 participant