diff options
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; |
