diff options
author | Patrik Wenger <patrik.wenger@mindclue.ch> | 2021-01-04 20:10:34 +0100 |
---|---|---|
committer | Patrik Wenger <patrik.wenger@mindclue.ch> | 2021-01-04 20:10:34 +0100 |
commit | 6d5626f3559d055e087b2fecc268ca293f56878d (patch) | |
tree | a041493f66bc97b5db890417a42577845423f4ad /runtime/doc/ui.txt | |
parent | 9223d1450d391b06cd59f8469c53291281899c9f (diff) | |
download | rneovim-6d5626f3559d055e087b2fecc268ca293f56878d.tar.gz rneovim-6d5626f3559d055e087b2fecc268ca293f56878d.tar.bz2 rneovim-6d5626f3559d055e087b2fecc268ca293f56878d.zip |
remove trailing tabs
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 0a8584927e..82406898c8 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -170,7 +170,7 @@ the editor. `mouse_shape`: (To be implemented.) Some keys are missing in some modes. - + The following keys are deprecated: `hl_id`: Use `attr_id` instead. @@ -460,7 +460,7 @@ is not active. New UIs should implement |ui-linegrid| instead. ["set_scroll_region", top, bot, left, right] Define the scroll region used by `scroll` below. - + Note: ranges are end-inclusive, which is inconsistent with API conventions. |