Skip to content

Commit 0860a17

Browse files
author
boatx
committed
Add type key to found occurence.
1 parent bb746d0 commit 0860a17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Contributors:
1616
* Ashley Hewson (http://github.com/ashleyh);
1717
* Ben Davis (https://github.com/bendavis78);
1818
* Benjamin Ruston (http://github.com/bruston);
19+
* Boatx (https://github.com/boatx)
1920
* Boris Filippov (http://github.com/frenzykryger);
2021
* Brad Belyeu (https://github.com/bbelyeu);
2122
* Brad Mease (http://github.com/bmease)

pymode/rope.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def find_it():
183183
filename=oc.resource.path,
184184
text=env.lines[oc.lineno - 1] if oc.resource.real_path == env.curbuf.name else "", # noqa
185185
lnum=oc.lineno,
186+
type=''
186187
))
187188
env.run('g:PymodeLocList.current().extend', lst)
188189

0 commit comments

Comments
 (0)