diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-treesitter.txt | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 86250736b..c6ea4ed30 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -415,16 +415,8 @@ to the jump list. ============================================================================== FUNCTIONS *nvim-treesitter-functions* - *nvim_treesitter#statusline()* -nvim_treesitter#statusline(size)~ - -Returns a string describing the current position in the syntax tree. This -could be used as a statusline indicator. -Note: The `size` argument is optional. When specified, the string will not be - longer than `size`. - - *nvim_treesitter#named_statusline()* -nvim_treesitter#named_statusline(opts)~ + *nvim_treesitter#statusline()* +nvim_treesitter#statusline(opts)~ Returns a string describing the current position in the file. This could be used as a statusline indicator. |
