aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.c
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-09-11 23:00:12 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-09-11 23:02:22 -0400
commit38c52c63accab5ea2a76bebaa5ccd5a089fa17ab (patch)
treebd3eb270fdf882d32883bf4177b33cc6307a8a6a /src/nvim/ui.c
parent8a845ab3efd87e3c49e4b756a0e74f8e06303fb1 (diff)
downloadrneovim-38c52c63accab5ea2a76bebaa5ccd5a089fa17ab.tar.gz
rneovim-38c52c63accab5ea2a76bebaa5ccd5a089fa17ab.tar.bz2
rneovim-38c52c63accab5ea2a76bebaa5ccd5a089fa17ab.zip
vim-patch:8.0.1809: various typos
Problem: Various typos. Solution: Correct the mistakes, change "cursur" to "cursor". (closes vim/vim#2887) https://github.com/vim/vim/commit/b9464821901623f983528acaed9e4dc2cea7387b
Diffstat (limited to 'src/nvim/ui.c')
-rw-r--r--src/nvim/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ui.c b/src/nvim/ui.c
index e291111f82..87101c3b64 100644
--- a/src/nvim/ui.c
+++ b/src/nvim/ui.c
@@ -393,7 +393,7 @@ void ui_cursor_shape(void)
mode_idx = new_mode_idx;
pending_mode_update = true;
}
- conceal_check_cursur_line();
+ conceal_check_cursor_line();
}
/// Returns true if `widget` is externalized.