diff options
author | Jongwook Choi <wookayin@gmail.com> | 2024-01-15 14:19:34 -0500 |
---|---|---|
committer | Lewis Russell <me@lewisr.dev> | 2024-01-19 12:00:47 +0000 |
commit | 5a8fe0769cc9c5d8323b073d5c45ee37ce91c049 (patch) | |
tree | fd0b879dc3dcb95064367aae3915d842fc457cc9 /src | |
parent | 9707363b09dbadeb58966d6d45acca17bd74e527 (diff) | |
download | rneovim-5a8fe0769cc9c5d8323b073d5c45ee37ce91c049.tar.gz rneovim-5a8fe0769cc9c5d8323b073d5c45ee37ce91c049.tar.bz2 rneovim-5a8fe0769cc9c5d8323b073d5c45ee37ce91c049.zip |
fix(vim.deprecate): show deprecation warning in devel versions as well
Problem:
On devel(nightly) versions, deprecation warnings for hard-deprecated
features are not being displayed. E.g.,
- to be removed in: 0.11
- hard-deprecation since 0.10
- soft-deprecation since 0.9
then 0.10-nightly (0.10.0-dev) versions as well as 0.10.0 (stable)
should display the deprecation warning message.
Solution:
Improve the code and logic on `vim.deprecate()`, and improve
test cases with mocked `vim.version()`.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions