diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-05-10 15:09:49 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-05-10 15:09:49 +0200 |
commit | b9464821901623f983528acaed9e4dc2cea7387b (patch) | |
tree | 74cfb66ecf3f3e81ed60168c3ca4d7ecd01c4505 /src/edit.c | |
parent | 9289df5ca9546bda0e0046a45ceb66c6bb7a838f (diff) | |
download | vim-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/edit.c')
-rw-r--r-- | src/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edit.c b/src/edit.c index 9b7206410..ef4c98d29 100644 --- a/src/edit.c +++ b/src/edit.c @@ -431,7 +431,7 @@ edit( #ifdef FEAT_CONCEAL /* Check if the cursor line needs redrawing before changing State. If * 'concealcursor' is "n" it needs to be redrawn without concealing. */ - conceal_check_cursur_line(); + conceal_check_cursor_line(); #endif #ifdef FEAT_MOUSE |