gyim / vim-boxdraw

An ASCII box drawing plugin for Vim
MIT License
194 stars 18 forks source link

Use `:function!` to avoid error when reloading `.vimrc` #7

Closed mars90226 closed 5 years ago

mars90226 commented 5 years ago

Use :function! to override existing function to avoid error when reloading .vimrc.

gyim commented 5 years ago

Makes sense, thank you for the fix!