diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-10-07 08:27:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-07 08:27:38 -0700 |
commit | 61f1b091ea97793f9b644cebf6c84cf6bbb4f0bc (patch) | |
tree | 114b049d97f362372486a489668cc8e07063eb76 /runtime/doc/terminal.txt | |
parent | 50f006b61774311e67e6948cd863bd503e4bcdfb (diff) | |
download | rneovim-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.txt | 2 |
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* |