aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/terminal.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-10-07 08:27:38 -0700
committerGitHub <noreply@github.com>2024-10-07 08:27:38 -0700
commit61f1b091ea97793f9b644cebf6c84cf6bbb4f0bc (patch)
tree114b049d97f362372486a489668cc8e07063eb76 /runtime/doc/terminal.txt
parent50f006b61774311e67e6948cd863bd503e4bcdfb (diff)
downloadrneovim-61f1b091ea97793f9b644cebf6c84cf6bbb4f0bc.tar.gz
rneovim-61f1b091ea97793f9b644cebf6c84cf6bbb4f0bc.tar.bz2
rneovim-61f1b091ea97793f9b644cebf6c84cf6bbb4f0bc.zip
docs: dev-arch, focusable windows #30510
- 'statuscolumn' is no longer experimental - add tags for popular searches on neovim.io
Diffstat (limited to 'runtime/doc/terminal.txt')
-rw-r--r--runtime/doc/terminal.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index 5d8dd484f9..9c47e6de7d 100644
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -201,7 +201,7 @@ Example: >vim
Use |jobwait()| to check if the terminal job has finished: >vim
let running = jobwait([&channel], 0)[0] == -1
-
+<
==============================================================================
:Termdebug plugin *terminal-debug*