We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa5600 commit 911d719Copy full SHA for 911d719
1 file changed
doc/jsonpath.txt
@@ -83,13 +83,14 @@ Override using >
83
==============================================================================
84
COMMANDS *jsonpath-commands*
85
86
-|:JsonPath| [<search-path>] *:JsonPath*
+[range]|:JsonPath| [<search-path>] *:JsonPath*
87
If <search-path> is provided: |jsonpath-goto|
88
Scans the active buffer for the definition for the given path,
89
placing the cursor on it if found.
90
If omitted: |jsonpath-echo|
91
Outputs the path to the identifier under the cursor using |:echo|.
92
Also copies the path to a register if |g:jsonpath_register| is set.
93
+ If a range is given, only those lines of the file will be scanned.
94
95
96
0 commit comments