aboutsummaryrefslogblamecommitdiff
path: root/lint/vim.sh
blob: 3c173518f49c3c1e50f24d0e1f97dd469b9c793c (plain) (tree)
1
2
3
4
5
6
7
8

               
                  

                  

                
                


                                                 
set -- \
    vim/after \
    vim/compiler \
    vim/config \
    vim/ftdetect \
    vim/gvimrc \
    vim/indent \
    vim/plugin \
    vim/vimrc
vint -s -- "$@" || exit
printf 'Vim configuration linted successfully.\n'