zsh: remove outdated TODO
This commit is contained in:
parent
197ba88d47
commit
0d1ed7112e
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ setup_completion() {
|
||||||
zstyle ':completion:*' completer _extensions _complete
|
zstyle ':completion:*' completer _extensions _complete
|
||||||
|
|
||||||
# Match case-insensitively and on partial words.
|
# Match case-insensitively and on partial words.
|
||||||
# TODO: perhaps implement something like nvim's smartcase?
|
|
||||||
zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}'
|
zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}'
|
||||||
|
|
||||||
# Activate caching for completions that may use it.
|
# Activate caching for completions that may use it.
|
||||||
|
|
Loading…
Add table
Reference in a new issue