-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support old option names and don't deprecate them #1127
Conversation
Why? If it was up to me I would delete all the aliases. These ones are Also only 3 lines of code were added. The rest will be deleted after |
Noticed the deprecation message of 'show-eof' option when using vis on master branch because I have |
If you are seeing that message you can use the supported name instead.
Hence why it is being marked as deprecated and supported for a |
OK I found the plugin (https://github.com/milhnl/vis-options-backport) backporting vis.options to older versions that addresses renaming problem. |
also quote
|
vis is hardly a household name. I'd say break everything while you can and don't even bother with deprecation notices. |
Whether vis is "hardly" household name with 4K stars is debatable but vis is certainly well known to people who prefer simplicity or "suckless" or "KISS" or whatever |
Quite certainly we will make changes which martanne would not make, for one, we don’t have a crystal ball to read his mind. However, there are some reasons I don’t expect any radical changes in the direction different from what vis does right now:
|
+1 to what @mcepl is saying Since vis no longer has a "BDFL" the review and application of patches In any case this pull request doesn't fix any of this so I think it |
Changing option names is understandable because it may be useful for writing lua plugins but deprecating old names and adding new codes to detect deprecated options seems unnecessary to me.
vis supports alternative option names and the second commit of this pr just adds old names to alternatives.
I will squash two commits if desired.