1
0
forked from VimPlug/jedi

Make sure you can search for 'def something'

This commit is contained in:
Dave Halter
2020-03-06 14:27:29 +01:00
parent c7a862ec19
commit 8c1e518ab7
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -466,4 +466,6 @@ def validate_line_column(func):
def split_search_string(name):
type, _, dotted_names = name.rpartition(' ')
if type == 'def':
type = 'function'
return type, dotted_names.split('.')