aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/ui_events.in.h
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2018-10-02 10:55:47 +0200
committerGitHub <noreply@github.com>2018-10-02 10:55:47 +0200
commit171c80e22769868a1174480c2feeb6675d2828c5 (patch)
tree235a4101886a60fc401420de39fd0072798858ed /src/nvim/api/ui_events.in.h
parent8ac44984c49b05940864caa379dab21af6bc5eca (diff)
parentbab3b0ad45d0512ad4e5d42a44807bb39492435f (diff)
downloadrneovim-171c80e22769868a1174480c2feeb6675d2828c5.tar.gz
rneovim-171c80e22769868a1174480c2feeb6675d2828c5.tar.bz2
rneovim-171c80e22769868a1174480c2feeb6675d2828c5.zip
Merge pull request #9064 from bfredl/uidoc
UI: rename ext_newgrid to ext_linegrid and add --embed UI startup recommendations
Diffstat (limited to 'src/nvim/api/ui_events.in.h')
-rw-r--r--src/nvim/api/ui_events.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/ui_events.in.h b/src/nvim/api/ui_events.in.h
index 456ad0c8cc..9ddf788376 100644
--- a/src/nvim/api/ui_events.in.h
+++ b/src/nvim/api/ui_events.in.h
@@ -63,7 +63,7 @@ void set_scroll_region(Integer top, Integer bot, Integer left, Integer right)
void scroll(Integer count)
FUNC_API_SINCE(3) FUNC_API_REMOTE_ONLY;
-// Second revison of the grid protocol, used with ext_newgrid ui option
+// Second revison of the grid protocol, used with ext_linegrid ui option
void default_colors_set(Integer rgb_fg, Integer rgb_bg, Integer rgb_sp,
Integer cterm_fg, Integer cterm_bg)
FUNC_API_SINCE(5) FUNC_API_REMOTE_IMPL;