We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e84042 commit 2e8c118Copy full SHA for 2e8c118
.typos.toml
@@ -6,6 +6,8 @@ extend-exclude = ["src/core_editor/line_buffer.rs"]
6
iterm = "iterm"
7
# For testing completion of the word build
8
bui = "bui"
9
+# For testing partial completion
10
+ba = "ba"
11
# For testing string truncation
12
descriptio = "descriptio"
13
ot = "ot"
src/menu/columnar_menu.rs
@@ -829,7 +829,7 @@ mod tests {
829
830
test_cases:
831
partial_completes_prefix_with_backtick: ("F", "`Foo ba"),
832
- partial_completes_case_insensitive: ("fo", "`Foo ba"),
+ partial_completes_case_insensitive: ("foo", "`Foo ba"),
833
}
834
835
struct FakeCompleter {
0 commit comments