mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
docs: deprecate :ownsyntax
This commit is contained in:
@ -5252,6 +5252,7 @@ void ex_syntax(exarg_T *eap)
|
||||
}
|
||||
}
|
||||
|
||||
/// @deprecated
|
||||
void ex_ownsyntax(exarg_T *eap)
|
||||
{
|
||||
if (curwin->w_s == &curwin->w_buffer->b_s) {
|
||||
|
Reference in New Issue
Block a user