| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make zsh completion works with first Tab | ilikepugs | 2026-05-12 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | ### Как сейчас 1. zsh подгружает `~/.zfunc/_<command>`, выполняет его как тело функции `_<command>`. 2. Это тело состоит только из определения `_<command>() { ... }` и helper'ов — оно переопределяет `_<command>`, но не вызывает новое определение. 3. Тело завершилось, ни одного `compadd` не было — completion ничего не выдал. При втором TAB вызывается уже переопределённый "настоящий" `_<command>` — и тогда дополнение работает. \-- ### Что сделал Добавил вызов `_<command>` в конец скрипта, так что теперь вызов переопределнного `_<command>` происходит на первом `Tab`. commit_hash:9f60240a3c3d85088101570156c8bde18bf0792a | ||||
| * | Y_VERIFY->Y_ABORT_UNLESS at ^l | ilnurkh | 2023-10-09 | 1 | -2/+2 |
| | | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | tldr | 2022-02-10 | 1 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | tldr | 2022-02-10 | 1 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | amatanhead | 2022-02-10 | 1 | -777/+777 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | amatanhead | 2022-02-10 | 1 | -777/+777 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | ivanselin | 2022-02-10 | 1 | -9/+9 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | ivanselin | 2022-02-10 | 1 | -9/+9 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | eeight | 2022-02-10 | 1 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | eeight | 2022-02-10 | 1 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for Mikhail Borisov ↵ | Mikhail Borisov | 2022-02-10 | 1 | -1/+1 |
| | | | | | <[email protected]>. Commit 2 of 2. | ||||
| * | Restoring authorship annotation for Mikhail Borisov ↵ | Mikhail Borisov | 2022-02-10 | 1 | -1/+1 |
| | | | | | <[email protected]>. Commit 1 of 2. | ||||
| * | intermediate changes | Devtools Arcadia | 2022-02-07 | 1 | -0/+791 |
| ref:cde9a383711a11544ce7e107a78147fb96cc4029 | |||||
