summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-10 15:09:49 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-10 15:09:49 +0200
commitb9464821901623f983528acaed9e4dc2cea7387b (patch)
tree74cfb66ecf3f3e81ed60168c3ca4d7ecd01c4505 /src/ui.c
parent9289df5ca9546bda0e0046a45ceb66c6bb7a838f (diff)
downloadvim-git-b9464821901623f983528acaed9e4dc2cea7387b.tar.gz
patch 8.0.1809: various typosv8.0.1809
Problem: Various typos. Solution: Correct the mistakes, change "cursur" to "cursor". (closes #2887)
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index bb038801a..05e82e6c7 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1971,7 +1971,7 @@ ui_cursor_shape_forced(int forced)
# endif
# ifdef FEAT_CONCEAL
- conceal_check_cursur_line();
+ conceal_check_cursor_line();
# endif
}