--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2010-09-10 00:19:09 -04:00
commit 48d328b144
1 changed files with 4 additions and 1 deletions

View File

@ -63,11 +63,14 @@ class FindTag(TagBase):
h='Search for a tag')]
def _execute(self, w, **vargs):
tag = vargs['tag']
if not tag:
return
b = w.buffer
a = w.application
base, m = self._setup(w, vargs)
if base is None:
if not base:
return
records = m.get(tag)