buffer: Bind b:changedtick to b:['changedtick'], remove special cases

This commit is contained in:
ZyX
2017-02-15 02:00:45 +03:00
parent 0eab7ac4b9
commit 4f10d42f82
11 changed files with 115 additions and 113 deletions

View File

@@ -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