Add vim-mkdir

`:e some/non_existent_directory/new_file.txt` usually errors out because
the directory does not exist, but with `vim-mkdir` the non-existent
directory will be created automatically.
This commit is contained in:
Derek Prior 2014-04-19 00:01:04 -04:00 committed by Greg Lazarev
parent 6d0ea824f4
commit 98a9a87557

View file

@ -14,6 +14,7 @@ Bundle 'croaky/vim-colors-github'
Bundle 'danro/rename.vim'
Bundle 'kchmck/vim-coffee-script'
Bundle 'kien/ctrlp.vim'
Bundle 'pbrisbin/vim-mkdir'
Bundle 'scrooloose/syntastic'
Bundle 'slim-template/vim-slim'
Bundle 'thoughtbot/vim-rspec'