Should we parse runtime/doc/deprecated.txt
for deprecated options in Neovim?
#231
lambdalisue
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
I think it should be parsed. Because it is not deprecated in Vim. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example,
paste
option in Neovim has deprecated and the definition has moved intoruntime/doc/deprecated.txt
that whypaste
option is not listed inoption
moduleneovim/neovim@2daf0b3
We are not sure if we should parse the file while the format is quite different.
Beta Was this translation helpful? Give feedback.
All reactions