mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 21:24:33 +08:00
Raise deoplete source rank to 1000
This commit is contained in:
@@ -45,7 +45,7 @@ class DeopleteSourceTest(unittest.TestCase):
|
||||
'mark': '[L]',
|
||||
'min_pattern_length': 1,
|
||||
'name': 'ale',
|
||||
'rank': 100,
|
||||
'rank': 1000,
|
||||
})
|
||||
|
||||
def test_completion_position(self):
|
||||
|
||||
Reference in New Issue
Block a user