will133 / vim-dirdiff

Vim plugin to diff two directories
335 stars 59 forks source link

avoid redundant plugin load #21

Closed justinmk closed 5 years ago

justinmk commented 5 years ago

This is a standard convention in Vim plugins. It helps performance and avoids unexpected behavior.