actionshrimp / vim-xpath

XPath search plugin for Vim
48 stars 9 forks source link

Some errors don't have line or column, return None #5

Closed coledarr closed 11 years ago

coledarr commented 12 years ago

re.search() can return None, if it does don't try to return non-existent results

(sorry that the previous pull request was from master instead of a feature branch)