aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-09-12 07:36:28 +0200
committerGitHub <noreply@github.com>2018-09-12 07:36:28 +0200
commit931e15471c10857af73aa0f0caa3aaaefe5986be (patch)
tree08d50983aa75fb9960bd3f4cc5c79af6bc5d5254 /src/nvim/edit.c
parent61df24b9982c26c068e5fafbc79fd059a067d998 (diff)
parente15c34fbc29b4d98566f80a0d65436081a32e5b5 (diff)
downloadrneovim-931e15471c10857af73aa0f0caa3aaaefe5986be.tar.gz
rneovim-931e15471c10857af73aa0f0caa3aaaefe5986be.tar.bz2
rneovim-931e15471c10857af73aa0f0caa3aaaefe5986be.zip
Merge #8984 from janlazo/vim-8.1.0034
Diffstat (limited to 'src/nvim/edit.c')
-rw-r--r--src/nvim/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/edit.c b/src/nvim/edit.c
index 53fe164050..d0994d35f5 100644
--- a/src/nvim/edit.c
+++ b/src/nvim/edit.c
@@ -298,7 +298,7 @@ static void insert_enter(InsertState *s)
// 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();
// When doing a paste with the middle mouse button, Insstart is set to
// where the paste started.