Skip to content

Commit

Permalink
Document range support for JsonPath command
Browse files Browse the repository at this point in the history
  • Loading branch information
mogelbrod committed May 21, 2020
1 parent 7fa5600 commit 911d719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/jsonpath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,14 @@ Override using >
==============================================================================
COMMANDS *jsonpath-commands*

|:JsonPath| [<search-path>] *:JsonPath*
[range]|:JsonPath| [<search-path>] *:JsonPath*
If <search-path> is provided: |jsonpath-goto|
Scans the active buffer for the definition for the given path,
placing the cursor on it if found.
If omitted: |jsonpath-echo|
Outputs the path to the identifier under the cursor using |:echo|.
Also copies the path to a register if |g:jsonpath_register| is set.
If a range is given, only those lines of the file will be scanned.


==============================================================================
Expand Down

0 comments on commit 911d719

Please sign in to comment.