Skip to content

Commit 3ae41ef

Browse files
committed
Update autocomplete_mode documentation
1 parent a625d69 commit 3ae41ef

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/sphinx/source/configuration-options.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ When this is off, you can hit tab to see the suggestions.
1515

1616
autocomplete_mode
1717
^^^^^^^^^^^^^^^^^
18-
There are three modes for autocomplete. simple, substring, and fuzzy. Simple
19-
matches methods with a common prefix, substring matches methods with a common
20-
subsequence, and fuzzy matches methods with common characters (default: simple).
21-
22-
As of version 0.14 this option has no effect, but is reserved for later use.
18+
There are four modes for autocomplete: ``none``, ``simple``, ``substring``, and
19+
``fuzzy``. Simple matches methods with a common prefix, substring matches
20+
methods with a common subsequence, and fuzzy matches methods with common
21+
characters (default: simple). None disables autocompletion.
2322

2423
.. versionadded:: 0.12
2524

0 commit comments

Comments
 (0)