aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2017-07-16 14:29:04 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2017-11-25 09:37:00 +0100
commit3e59c1e20d605315d299e17ac9a059ccedd7e9d5 (patch)
treeb4fe5dee13a5e510144d760b5671be86a54d073b /runtime
parent1ebc96fe10fbdbec22caa26d5d52a9f095da9687 (diff)
downloadrneovim-3e59c1e20d605315d299e17ac9a059ccedd7e9d5.tar.gz
rneovim-3e59c1e20d605315d299e17ac9a059ccedd7e9d5.tar.bz2
rneovim-3e59c1e20d605315d299e17ac9a059ccedd7e9d5.zip
channels: move away term code from eval.c
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 8a8ad58efd..4fe2e07909 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1213,6 +1213,12 @@ A jump table for the options with a short description can be found at |Q_op|.
< |Nvi| also has this option, but it only uses the first character.
See |cmdwin|.
+ *'channel'*
+'channel' number (default: 0)
+ local to buffer
+ |Channel| connected to the buffer. Currently only used by
+ |terminal-emulator|. Is 0 if no terminal is open. Cannot be changed.
+
*'charconvert'* *'ccv'* *E202* *E214* *E513*
'charconvert' 'ccv' string (default "")
global