Skip to content

Commit

Permalink
Adjust ctx.last_position type doc
Browse files Browse the repository at this point in the history
  • Loading branch information
notomo committed Jun 24, 2023
1 parent 97c0b53 commit 83b67f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/gesture.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GestureInfo *GestureInfo*

GestureActionContext *GestureActionContext*

- {last_position} (integer[]) the last position drawn by gesture
- {last_position} ({[1]:integer,[2]:integer}) the last position drawn by gesture
- {window_ids} (integer[]) window ids that gesture traces
- {inputs} (GestureInput[]) ref: |GestureInput|

Expand Down
2 changes: 1 addition & 1 deletion lua/gesture/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ end
--- @field buffer (string|integer)? to define the buffer local gesture

--- @class GestureActionContext
--- @field last_position integer[] the last position drawn by gesture
--- @field last_position {[1]:integer,[2]:integer} the last position drawn by gesture
--- @field window_ids integer[] window ids that gesture traces
--- @field inputs GestureInput[] ref: |GestureInput|

Expand Down

0 comments on commit 83b67f2

Please sign in to comment.