mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
buffer: Bind b:changedtick to b:['changedtick'], remove special cases
This commit is contained in:
@@ -411,9 +411,6 @@ end:
|
||||
|
||||
/// Gets a buffer-scoped (b:) variable.
|
||||
///
|
||||
/// @note Use nvim_buf_get_changedtick() for “variable” `b:changedtick`.
|
||||
/// This method only gets variables from b: dictionary.
|
||||
///
|
||||
/// @param buffer The buffer handle
|
||||
/// @param name The variable name
|
||||
/// @param[out] err Details of an error that may have occurred
|
||||
|
Reference in New Issue
Block a user