use capital D to map delete cmd
- to avoid accidental removal
This commit is contained in:
@@ -133,7 +133,7 @@ func! vundle#installer#clean(bang) abort
|
||||
redraw!
|
||||
|
||||
if (a:bang || empty(names) || input('Continue ? [ y/n ]:') =~? 'y')
|
||||
call s:process(a:bang, 'd')
|
||||
call s:process(a:bang, 'D')
|
||||
endif
|
||||
endf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user