mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-09-16 09:16:26 +02:00
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
This commit is contained in:
committed by
Stefan Haller
parent
00530477c9
commit
4bbfe7b3cc
@@ -20,7 +20,7 @@ const (
|
||||
// When you open a popup over it, we'll let you return to it upon pressing escape
|
||||
PERSISTENT_POPUP
|
||||
// A temporary popup is one that could be used for various things (e.g. a generic menu or confirmation popup).
|
||||
// Because we re-use these contexts, they're temporary in that you can't return to them after you've switched from them
|
||||
// Because we reuse these contexts, they're temporary in that you can't return to them after you've switched from them
|
||||
// to some other context, because the context you switched to might actually be the same context but rendering different content.
|
||||
// We should really be able to spawn new contexts for menus/prompts so that we can actually return to old ones.
|
||||
TEMPORARY_POPUP
|
||||
|
Reference in New Issue
Block a user