scrooloose / vim-colon-therapy

Handle trailing colons and line numbers in the filename when `:edit`ing
Do What The F*ck You Want To Public License
10 stars 1 forks source link

Allow reloading of the plugin #7

Closed syyyr closed 5 months ago

syyyr commented 8 months ago

Plugin managers like vim-plug reload plugins on updates. vim-colon-therapy has never supported this, because of the check included in the first lines of the plugin. Fortunately, the check is not needed anymore, because the script correctly reinitializes everything through augroup and function!.

Issue: https://github.com/scrooloose/vim-colon-therapy/issues/5

syyyr commented 7 months ago

@scrooloose Hi, could you please look at this and my other PR when you have the time? Thanks.

scrooloose commented 7 months ago

@syyyr Hi, yes I will look at these when I get home tonight. Thanks :-)

syyyr commented 5 months ago

@scrooloose Hi, I'm sorry to bother you again, could you please look at this PR and my other PR? Also, I think both the currently open issues can be closed.

scrooloose commented 5 months ago

@syyyr Merged - sorry for the delay. Life has been busy :-(

scrooloose commented 5 months ago

Also, thanks for your work of course! :-D