Skip to content

Commit

Permalink
Merge pull request #9 from blueyed/doc-tag-commands
Browse files Browse the repository at this point in the history
doc: add tags for commands
  • Loading branch information
actionshrimp committed Nov 24, 2014
2 parents 482a7ea + ee55f2d commit 29a033c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/xpath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If any of these requirements are unmet the plugin will let you know on startup,
then stop loading.

===============================================================================
USAGE *xpath-usage*
USAGE *:XPathSearchPrompt* *xpath-usage*

XPath search defines several functions, but the main interface to the plugin
is through the :XPathSearchPrompt command, which launches the search input
Expand Down Expand Up @@ -88,7 +88,7 @@ buffer-specific prefix dictionary. All namespaces require a prefix in xpath
(there is no support for a default namespace apart from the unqualified
namespace), so the first unprefixed "xmlns" is assigned the prefix 'default'.
You can view the prefix dictionary that has been auto-detected through the
:XPathShowPrefixes command, and you can edit it by changing the buffer-specific
*:XPathShowPrefixes* command, and you can edit it by changing the buffer-specific
b:ns_prefixes variable with:

let b:ns_prefixes["my_prefix"] = "http://someurl.org"
Expand Down

0 comments on commit 29a033c

Please sign in to comment.