diff options
author | ii14 <59243201+ii14@users.noreply.github.com> | 2023-07-25 14:07:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 05:07:13 -0700 |
commit | aaa151d506dffa01506619fbdf57537cd2318675 (patch) | |
tree | af63282735cea1eb12ba696ba77bbd8b2631c1eb /runtime/doc/ui.txt | |
parent | 4d0f4c3de9cbdcf85e606b5aaf9488820b95b679 (diff) | |
download | rneovim-aaa151d506dffa01506619fbdf57537cd2318675.tar.gz rneovim-aaa151d506dffa01506619fbdf57537cd2318675.tar.bz2 rneovim-aaa151d506dffa01506619fbdf57537cd2318675.zip |
docs: remove trailing spaces #24455
Diffstat (limited to 'runtime/doc/ui.txt')
-rw-r--r-- | runtime/doc/ui.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index ec1d43d878..8784a395f2 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -434,7 +434,7 @@ numerical highlight ids to the actual attributes. +-------------------------+ < `cols` is always zero in this version of Nvim, and reserved for future - use. + use. Note when updating code from |ui-grid-old| events: ranges are end-exclusive, which is consistent with API conventions, but different @@ -652,7 +652,7 @@ tabs. ["win_extmark", grid, win, ns_id, mark_id, row, col] ~ Updates the position of an extmark which is currently visible in a - window. Only emitted if the mark has the `ui_watched` attribute. + window. Only emitted if the mark has the `ui_watched` attribute. ============================================================================== Popupmenu Events *ui-popupmenu* |