vim-fish
vim-fish copied to clipboard
Clear autocmd to prevent pile-up of `function` declarations
This solves a problem with the .vimrc being sourced more than once, which is a common occurrence.
Bump.
Vim already wraps it in an augroup, right? https://github.com/vim/vim/blob/d47d52232bf21036c5c89081458be7eaf2630d24/runtime/doc/filetype.txt#L180
I think you're right about that, but there should at least be an autocmd! at the start of this file.