Yggdroot
Yggdroot
> > > In my case let g:Lf_WorkingDirectoryMode and let g:Lf_RootMarkers does not work at all. | > I have many related projects and want to use root at parent...
please reinstall the C extension and have a try.
Could you show me your mru list please?
> > > Also, if I use `Leaderf File` with python2 and type anything, this error occurs > > ``` > 处理 function leaderf#Any#start[4]..leaderf#LfPy[1]..provider#python#Call 时发生错误: > 第 18 行: >...
After reinstalling the C extension, what is the result?
> > > > After reinstalling the C extension, what is the result? > > Same result. SystemError: NULL result without error in PyObject_Call ?
What if the C extension is uninstalled?
> > https://github.com/Yggdroot/LeaderF/blob/86eaa396858a8da957d9f445e9d8bd4c0c304f96/autoload/leaderf/python/leaderf/fuzzyMatch.py#L25-L29 > > to > > ```python > def Unicode(str, encoding): > try: > return unicode(str, encoding, 'ignore') > except ValueError: > return str > except TypeError: >...
Is the change of `def webDevIconsStrLen()` necessary? PR is welcome.
py2 on mymachine doesn't have this issue.