reedline/.typos.toml
Darren Schroeder 46f410bfdc
add bashism !term to prefix search for last command beginning with term (#779)
* add bashism `!term` to prefix search for last command beginning with `term`

* missed doc comment

* one more try with doc comments

* add ability to search session first, then globally

* unrelates types for list_menu test

* missed on
2024-04-12 15:36:53 -04:00

21 lines
418 B
TOML

[files]
extend-exclude = ["src/core_editor/line_buffer.rs"]
[default.extend-words]
# Ignore false-positives
iterm = "iterm"
# For testing completion of the word build
bui = "bui"
# For testing string truncation
descriptio = "descriptio"
ot = "ot"
# for sqlite backed history
wheres = "wheres"
# for list_menu tests
an1other = "an1other"
ver2y = "ver2y"
l3ine = "l3ine"
4should = "4should"
wr5ap = "wr5ap"
ine = "ine"