Skip to content

Commit

Permalink
Fix the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 1, 2021
1 parent fc928a6 commit a4683be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/deoplete.txt
Expand Up @@ -1345,8 +1345,6 @@ vars (Dictionary) (Optional)
context['is_async'] = self._count < 10
return [context['input'].split()[-1] + str(self._count)]
<


------------------------------------------------------------------------------
CANDIDATE ATTRIBUTES *deoplete-candidate-attributes*

Expand Down Expand Up @@ -1378,6 +1376,7 @@ info (String) (Optional)
dup (Integer) (Optional)
If it is non zero, the item will be displayed in the popup
menu when an item with the same word is already present.

==============================================================================
CREATE FILTER *deoplete-create-filter*

Expand Down

0 comments on commit a4683be

Please sign in to comment.