summaryrefslogtreecommitdiffstats
path: root/runtime/doc/arabic.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-06-27 15:18:56 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-27 15:18:56 +0200
commit4d8f476176eadfc745bcb8e143460029048f858d (patch)
tree459b6394e47d2c720755b09834bfacb699a8cb39 /runtime/doc/arabic.txt
parente65081d1b591f16dc6e380a830d87565c5eb7b03 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/arabic.txt')
-rw-r--r--runtime/doc/arabic.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/arabic.txt b/runtime/doc/arabic.txt
index d1a92df649..28e203836e 100644
--- a/runtime/doc/arabic.txt
+++ b/runtime/doc/arabic.txt
@@ -1,4 +1,4 @@
-*arabic.txt* For Vim version 8.2. Last change: 2019 May 05
+*arabic.txt* For Vim version 8.2. Last change: 2021 Jun 22
VIM REFERENCE MANUAL by Nadim Shaikli
@@ -176,6 +176,13 @@ o Enable Arabic settings [short-cut]
and its support is preferred due to its level of offerings.
'arabic' when 'termbidi' is enabled only sets the keymap.
+ For vertical window isolation while setting 'termbidi' an LTR
+ vertical separator like "l" or "𝖨" may be used. It may also be
+ hidden by changing its color to the foreground color: >
+ :set fillchars=vert:l
+ :hi VertSplit ctermbg=White
+< Note that this is a workaround, not a proper solution.
+
If, on the other hand, you'd like to be verbose and explicit and
are opting not to use the 'arabic' short-cut command, here's what
is needed (i.e. if you use ':set arabic' you can skip this section) -