diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-16 18:54:16 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-02-16 18:54:16 +0530 |
| commit | df01f61f5aa28a15ea3a9adecfa6822b410c1515 (patch) | |
| tree | 58637abf15d3cd34d0770e37b2cf1c43743c2a1a /autoload/repl.kak | |
| parent | 8e6fa2062700d8c4816e8ecd95940805bedc245b (diff) | |
| download | kakoune-config-df01f61f5aa28a15ea3a9adecfa6822b410c1515.tar.gz kakoune-config-df01f61f5aa28a15ea3a9adecfa6822b410c1515.zip | |
Config sync
Diffstat (limited to 'autoload/repl.kak')
| -rw-r--r-- | autoload/repl.kak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/repl.kak b/autoload/repl.kak index 910815a..d7b43d9 100644 --- a/autoload/repl.kak +++ b/autoload/repl.kak @@ -11,6 +11,7 @@ map global repl p ': xrepl-send-prompt<ret>' -docstring 'Prompt for text to send map global repl q ': xrepl-quit<ret>' -docstring 'Quit repl' declare-option bool xrepl_running false; +# declare-option int xrepl_tmux_repl_id; declare-option str xrepl_current_name; declare-option str xrepl_current_cmd; declare-option str xrepl_current_transform; |
