precondition

Results 33 issues of precondition

don;t → don't espected → expected ocurrences → occurrences PS: I've been using fisa vim config version 8.3.1 for over 5 years now and the breakage of the auto-complete plugins...

### Describe the Bug src/store/keycodes.js ```js setSearchFilter(newVal) { this.searchFilter = newVal; if (this.searchFilter !== '') { this.searchCounters = { ANSI: countMatches(this.searchFilter, ansi), 'ISO/JIS': countMatches(this.searchFilter, iso_jis), Quantum: countMatches(this.searchFilter, quantum), KeyboardSettings: countMatches(this.searchFilter,...

bug

Before: ![image](https://github.com/user-attachments/assets/1281e47a-b8ff-4099-92f7-62659e98d013) After: ![After](https://github.com/user-attachments/assets/7d80d208-8370-4ff1-98c0-d4a1e9f3c414) I chose light blue to follow with `helpHyperTextJump` as is also done in built-in themes such as `delek`