Raise deoplete source rank to 1000

This commit is contained in:
BlahGeek
2019-06-15 15:57:11 +08:00
parent 6e28eec243
commit e0871be22b
2 changed files with 2 additions and 2 deletions

View File

@@ -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):