Skip to content

Commit

Permalink
Add a bit more blurb to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
actionshrimp committed Aug 25, 2013
1 parent 5e22183 commit 482a7ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# vim-xpath [![Build Status](https://api.travis-ci.org/actionshrimp/vim-xpath.png?branch=master)](http://travis-ci.org/actionshrimp/vim-xpath)

A plugin to allow XPath search and evaluation on XML documents being edited in
vim, using the python lxml library.
vim, using the python lxml library. Open an XML document, run the
:XPathSearchPrompt command, and type an XPath to see it evaluated before your
very eyes. Results appear in the vim location list.

For installation/usage instructions, see doc/xpath.txt
Requires python, vim+python and the python lxml library to be installed. For
full installation/usage instructions, see doc/xpath.txt (:help xpath.txt)

This is a complete rewrite of the old version of the xpath plugin.
Features of the rewrite:
Expand Down

0 comments on commit 482a7ea

Please sign in to comment.