comparison runtime/doc/arabic.txt @ 25056:43593a5d873f

Update runtime files Commit: https://github.com/vim/vim/commit/4d8f476176eadfc745bcb8e143460029048f858d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 27 15:18:56 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jun 2021 15:30:05 +0200
parents 3a1ed539ae2a
children f8116058ca76
comparison
equal deleted inserted replaced
25055:960fe9bef317 25056:43593a5d873f
1 *arabic.txt* For Vim version 8.2. Last change: 2019 May 05 1 *arabic.txt* For Vim version 8.2. Last change: 2021 Jun 22
2 2
3 3
4 VIM REFERENCE MANUAL by Nadim Shaikli 4 VIM REFERENCE MANUAL by Nadim Shaikli
5 5
6 6
174 terminal ("mlterm" for instance offers such support). 174 terminal ("mlterm" for instance offers such support).
175 'termbidi', if available, is superior to rightleft support 175 'termbidi', if available, is superior to rightleft support
176 and its support is preferred due to its level of offerings. 176 and its support is preferred due to its level of offerings.
177 'arabic' when 'termbidi' is enabled only sets the keymap. 177 'arabic' when 'termbidi' is enabled only sets the keymap.
178 178
179 For vertical window isolation while setting 'termbidi' an LTR
180 vertical separator like "l" or "𝖨" may be used. It may also be
181 hidden by changing its color to the foreground color: >
182 :set fillchars=vert:l
183 :hi VertSplit ctermbg=White
184 < Note that this is a workaround, not a proper solution.
185
179 If, on the other hand, you'd like to be verbose and explicit and 186 If, on the other hand, you'd like to be verbose and explicit and
180 are opting not to use the 'arabic' short-cut command, here's what 187 are opting not to use the 'arabic' short-cut command, here's what
181 is needed (i.e. if you use ':set arabic' you can skip this section) - 188 is needed (i.e. if you use ':set arabic' you can skip this section) -
182 189
183 + Arabic Keymapping Activation 190 + Arabic Keymapping Activation