diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2022-09-25 08:37:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 08:37:05 -0400 |
commit | 4686bda06c9f3b7b309cfdc3782effdd465b4010 (patch) | |
tree | a661e738a9d53432878353e4eb9609444e8b1f05 /runtime/doc/develop.txt | |
parent | 2a5692c64628ee0af3ef4931a774a2eb0a7e046f (diff) | |
parent | 1b60b5ec94001f18b70dbebf6c232c33209f11b5 (diff) | |
download | rneovim-4686bda06c9f3b7b309cfdc3782effdd465b4010.tar.gz rneovim-4686bda06c9f3b7b309cfdc3782effdd465b4010.tar.bz2 rneovim-4686bda06c9f3b7b309cfdc3782effdd465b4010.zip |
Merge #20331 refactor(treesitter)!: rename x_position => x_pos
Diffstat (limited to 'runtime/doc/develop.txt')
-rw-r--r-- | runtime/doc/develop.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index b31ac47bda..4f17e7d34a 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -251,6 +251,12 @@ Use existing common {action} names if possible: list Get all things set Set a thing (or group of things) +Use existing common {thing} names if possible: + buf Buffer + pos Position + tab Tabpage + win Window + Use consistent names for {thing} in all API functions. E.g. a buffer is called "buf" everywhere, not "buffer" in some places and "buf" in others. |