We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb746d0 commit 0860a17Copy full SHA for 0860a17
AUTHORS
@@ -16,6 +16,7 @@ Contributors:
16
* Ashley Hewson (http://github.com/ashleyh);
17
* Ben Davis (https://github.com/bendavis78);
18
* Benjamin Ruston (http://github.com/bruston);
19
+* Boatx (https://github.com/boatx)
20
* Boris Filippov (http://github.com/frenzykryger);
21
* Brad Belyeu (https://github.com/bbelyeu);
22
* Brad Mease (http://github.com/bmease)
pymode/rope.py
@@ -183,6 +183,7 @@ def find_it():
183
filename=oc.resource.path,
184
text=env.lines[oc.lineno - 1] if oc.resource.real_path == env.curbuf.name else "", # noqa
185
lnum=oc.lineno,
186
+ type=''
187
))
188
env.run('g:PymodeLocList.current().extend', lst)
189
0 commit comments