Clearer error message on attempt to delete directory
commitcfdfc1ba14185604b576fdb173f3b72d94250834
authorTim Pope <code@tpope.net>
Wed, 2 Oct 2019 17:55:33 +0000 (2 13:55 -0400)
committerTim Pope <code@tpope.net>
Wed, 2 Oct 2019 18:01:22 +0000 (2 14:01 -0400)
treea85150ba3f9aa59f3d4861e7bd4a9b8ab47ffc20
parent5eeb7625df75a0da931d81a84e8730aca8b8c8a1
Clearer error message on attempt to delete directory

Recursive deletion is too dangerous to provide without a confirmation
prompt.

Closes https://github.com/tpope/vim-fugitive/issues/1364
autoload/fugitive.vim