Remove unused submodules directories.

Running `rake install`, runs the `:submodule_init` task,
which in turn runs the following command:

    git submodule update --init --recursive

This fails with the following couple of errors (separately):

    No submodule mapping found in .gitmodules for path 'vim/bundle/mattn-zencoding-vim'
    No submodule mapping found in .gitmodules for path 'vim/bundle/skwp-vim-indexed-search'

This was introduced by 3d60f721dd
which removed the 'mattn/zencoding-vim' and 'skwp/vim-indexed-search'
submodules from the `.gitmodules`.
This commit is contained in:
Edgar Gonzalez
2013-02-05 03:46:46 -04:00
parent 8b318412cd
commit 7d05f27fd7
2 changed files with 0 additions and 2 deletions

Submodule vim/bundle/mattn-zencoding-vim deleted from ac43ff8cd9

Submodule vim/bundle/skwp-vim-indexed-search deleted from 3c2fe16dd2