cocopon / vaffle.vim

:file_folder: Lightweight, window-based file manager for Vim
MIT License
284 stars 20 forks source link

add unlet s:save_cpo #39

Closed get-me-power closed 4 years ago

get-me-power commented 4 years ago

Hello, cocopon. Thank you for making a great plugin. I think unlet s:save_cpo is missing so I added it. Could you check this Pull Request?

cocopon commented 4 years ago

Thank you for the fix! Certainly I should add the command. (ref: https://vim-jp.org/vimdoc-en/usr_41.html#use-cpo-save)

I think we should also append it to every .vim file in autoload directory. What do you think?

get-me-power commented 4 years ago

I think so too. I can fix it in this Pull Request. May I send the patch again?

cocopon commented 4 years ago

You can append additional fix to this pull request to commit and push the same branch :)

get-me-power commented 4 years ago

OK, thanks. I will do soon!

get-me-power commented 4 years ago

@cocopon I updated. Could you check this changing?

cocopon commented 4 years ago

Merged. Thanks!

get-me-power commented 4 years ago

Thanks for checking!