diff options
Diffstat (limited to 'runtime/doc/ui.txt')
-rw-r--r-- | runtime/doc/ui.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 6f6df2d7ae..e11fdb5271 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -60,8 +60,8 @@ elements itself; Nvim will not draw those elements on the grid. This is controlled by the |ui-ext-options|. Future versions of Nvim may add new update kinds and may append new parameters -to existing update kinds. Clients must be prepared to ignore such extensions -to be forward-compatible. |api-contract| +to existing update kinds. Clients must be prepared to ignore such extensions, +for forward-compatibility. |api-contract| ============================================================================== Global Events *ui-global* @@ -97,7 +97,7 @@ Global Events *ui-global* listed below: 'arabicshape' - 'ambiwith' + 'ambiwidth' 'emoji' 'guifont' 'guifontset' @@ -110,7 +110,7 @@ Global Events *ui-global* Options are not added to the list if their effects are already taken care of. For instance, instead of forwarding the raw 'mouse' option value, `mouse_on` and `mouse_off` directly indicate if mouse support - is active right now. Some options like 'ambiwith' have already taken + is active right now. Some options like 'ambiwidth' have already taken effect on the grid, where appropriate empty cells are added, however an ui might still use these options when rendering raw text sent from Nvim, like the text of the cmdline when |ui-ext-cmdline| is set. |